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
ed7534ff7d198d6957e9cf99f2c66e13997eacfc
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
18
Sep
17
16
15
14
13
12
11
9
8
7
6
2
1
31
Aug
30
29
27
26
24
23
22
21
20
19
17
16
15
12
11
10
9
8
5
4
2
1
28
Jul
22
21
20
19
18
15
14
13
11
8
7
6
5
2
1
30
Jun
29
27
22
21
20
17
14
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
client: clean up DumpStorage()
rpc/tendermint: rename package name to types, following other PR
Merge branch 'develop' of https://github.com/eris-ltd/eris-db into eris-client-part3
Merge pull request #285 from silasdavis/develop
client: DumpStorage; rpc/tendermint: util to unwrap to core types, preventing exposure of internal types to client
client: add GetName()
Finish testing/fixing remaining RPC methods
Merge pull request #283 from silasdavis/develop
Unconfirmed transactions are real
Merge pull request #282 from benjaminbollen/eris-client-part3
client: add QueryContract and QueryCOntractCode to interface
client: introduce QueryContract() and QueryContractCode(); correct Status()
Merge pull request #280 from silasdavis/uncomfirmed-txs
tests: introduce client_test.sh
Merge pull request #279 from benjaminbollen/eris-client-part2
Refactored tests to make more manageable, made pass against updated types, fixed issues that were uncovered
Made Encode/Decode tx error-free and tested
Implemented missing RPC methods/code paths
client: rpc Status; evm: sync up Call and CallCode
Merge pull request #278 from VoR0220/eris-client
had to clean up the mock area
forgot this mock dependency
almost forgot a return
gofmt'd and added status
Merge pull request #187 from benjaminbollen/eris-client
Merge pull request #276 from silasdavis/pipe-consensus-refactor
arch -> util/architecture
Revert renaming of ConsensusEngine
client: construct Permissions factory and simple unit test
client: add construction test for NameTx
client: add construction test for CallTx
client, keys: gofmt
client, keys: move mocks into package mock
client, keys: sorted mangling of bytes, hex and strings
client, keys: debugging unit tests on the lack of proper types (before introducing types post 0.12.0-rc3)
Fix mock test
Refactor to consolidate consensus and blockchain an appropriate level
client, keys: eris-client builds again with KeyClient and NodeClient separated out
client, keys: mocking, still searching for the fit -- broken
Merge pull request #273 from silasdavis/rpc-missing-methods
Loading