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
be38b1c045c2bca132288c48800d11653023bb12
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
8
Apr
7
6
4
3
2
22
Mar
14
12
8
7
6
5
2
27
Feb
26
24
22
23
22
21
19
18
15
14
13
11
9
8
2
31
Jan
29
25
24
6
Sep
5
4
2
31
Aug
30
29
25
24
4
14
Jul
2
Jun
1
30
May
24
15
11
8
5
4
2
29
Apr
27
26
25
20
19
18
13
12
11
10
7
6
5
4
3
1
31
Mar
29
28
27
24
22
21
16
15
13
3
2
1
28
Feb
27
26
24
23
22
21
20
19
17
16
15
11
10
8
2
1
31
Jan
30
28
27
26
25
23
18
17
13
5
24
Dec
20
15
12
6
5
2
29
Nov
28
25
18
15
14
11
7
4
3
2
20
Oct
18
11
10
8
7
6
5
4
3
1
29
Sep
28
27
26
23
22
21
19
18
17
16
Make non blocking logger configurable and move wrapping to lifecycle
Add RingMutex
Fix panic from ChainName setting in burrow configure when no GenesisDoc
Add sufficient tests for v0 and fix issues with SendAndHold.
Add strange test case
Make sure TransactAndHold listens for root call to return. Fixes #715 on github.
Add basic client and integration test for v0
Make integration tests work with factored-out TestWrapper
Provide KeyClient to kernel and account state
Add MemoryState and rename AddressableSigner rename
Remove panic from ChainSign and return error. Unify transactioning
Refactor tx types into individual files
Replace most uses of PrivateAccount with the more minimal SigningAccount
Merge pull request #733 from hyperledger/state-cache-fixes
Remove iteration from cache
Fix locking issues in state cache
Fix locking issues in name cache
Merge pull request #732 from silasdavis/develop
Add install_db make target and a hash summarising any tracked changes in
Merge pull request #731 from hyperledger/fix/chain-name-and-keys
fix key management on known accounts; add chain name flags
Merge pull request #730 from silasdavis/genesis-spec-public-key
To be consistent with GenesisDoc GenesisSpec should use 'PublicKey' as
Merge pull request #727 from silasdavis/state-refresh-logging-and-debug
Add commit version to binary
Added state cache test
Version bump
Reload callee and caller after CALLs and update both on create.
Merge pull request #721 from silasdavis/state-loading
Introduce options to control logging and execution debug in an
Optimise logging
Implement EIP 150 and add overflow safety
WIP implementation of REVERT opcode
Remove Service interface and add GetAccountHumanReadable
Update IAVL tree in state and fix various issues
Add NameRegCache and remove BlockCache replacing it with StateCache
Replace TxCache with rewritten StateCache
Reintroduce execution state saving to database and loading from database
Merge pull request #718 from silasdavis/issue-713-hotfix
Hotfix BlockCache accumulating writes when it shouldn't
Loading