Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Graph
2f4ff52d0cfb0d296097b1a5bbbefb03a4ce36e4
Select Git revision
Branches
7
compleatang-patch-1
develop
master
default
protected
release-0.11
release-0.12
release-0.16
release-0.17
Tags
18
v0.22.0
v0.21.0
v0.20.1
v0.20.0
v0.19.0
v0.18.0
v0.17.1
v0.17.0
v0.12.1
v0.16.3
v0.16.2
v0.16.1
v0.16.0
v0.12.0
v0.12.0-rc3
v0.12.0-rc1
backup_project_bruno
brunohel
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jun
13
10
9
10
9
8
5
3
2
31
May
30
29
28
27
26
25
24
23
21
20
19
17
16
13
12
11
10
6
29
Apr
28
27
22
19
14
13
12
11
5
24
Mar
23
11
2
19
Feb
18
14
12
7
2
1
20
Jan
16
15
30
Dec
7
17
Nov
13
12
6
5
4
22
Oct
19
5
4
27
Sep
26
24
22
16
6
2
31
Aug
26
25
24
23
22
21
20
19
4
3
30
Jul
25
21
20
19
18
16
15
11
10
7
4
3
4
3
23
Jun
22
20
19
18
17
16
15
14
13
10
9
8
Read server config from Viper; move servers into core
Update version.go
Merge pull request #141 from eris-ltd/develop
v0.12.0-rc1
v0.12.0-rc1
move rpc methods to core; late commit of consensus interface in defintions
Merge pull request #137 from shuangjj/develop
permissions: RightPadBytes for Permissions on role
Merge pull request #136 from eris-ltd/permsFixAgain
Renamed ARM docker file to Dockerfile.armhf
finalize the right padding of permissions for other roles funcs
Merge branch 'develop' of https://github.com/eris-ltd/eris-db into alpine-arm
Merge pull request #134 from benjaminbollen/develop
Make sure Eris-DB version string for deployment script is on last line of version/version.go
simple patch for current deployment shell script to pick up the correct version
changes to fix permissions -> evm connection
Merge pull request #133 from benjaminbollen/develop
re-introduce deployment from develop branch
Merge pull request #132 from benjaminbollen/permssnative_discuss_eris_gateway
@compleatang changes fix to permissions -> evm connection;
add compilation check tendermint client implements tmsp client
Merge pull request #129 from eris-ltd/circle-badge
Create ConsensusEngine interface to hand to Pipe;
Load Tendermint Node;
Continue implement Pipe for ErisMintPipe; removed Filters as they are a core type
implement interface calls for definitions.Pipe in ErisMintPipe
Implement definitions.Pipe for manager/ErisMint/pipe.go
link to correct branches
add godoc & update README
for now, write tendermint priv_validator to root directory
Merge pull request #128 from eris-ltd/eris/new-alpine-fix
load private validator for Tendermint, but with TODOs
Load Consensus into a Pipe;
improve logging to Eris format
load genesis file in ErisMintPipe
forgot to commit the actual account/ files
move account back up to top level to avoid cyclical import of core over transaction
don't commit vendor; commit .gitignore
make AssertCompatibleConsensus return error instead of bool
Define CompatibleConsensus for ErisMint
First phase to separate out core types;
Dockerfile builds.
Loading