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
a351121e66d108dd6135cea517eee75057044023
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
25
Jan
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
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
Add presets to match monax account types, remove panics from account and
Replace instances of 'nonce' with 'sequence'
Merge pull request #673 from silasdavis/develop
Client: propagate account types to client, use updated key client, drop ChainId
Client: fix shadowed error value in SignAndBroadcast
CLI: switch to mow.cli package for CLI UI (because better), introduce spec
Core: remove core in favour of Kernel to start and supervise Burrow, move type definitions to
RPC/tm: refactor tendermint RPC into tm, introduce Service internal SPI,
Consensus: remove multiple consensus notion (unused and not as generic as it pretends to be)
Permissions: restructed permissions to make global constants accessible without
Execution/EVM
Events: restructure events, add EventData sum type in preparation for
Txs: propagate Account types to txs, use go-wire data mapper for consistent JSON encoding,
Blockchain: introduce top-level blockchain package and associated types to
Genesis: redefine GenesisDoc to have a separate (rather than shared/superset)
Keys: extend KeyClient interfaces and upgrade to use new Account types.
Logging: various tweaks to aid with debugging and improve output. Added
Account: restructure Account type into mutable and immutable interfaces, update binary
Project: remove glide, tear down various project cruft and unnecessary dependency
Dependencies: switch to Dep and vendor dependencies. Note: dependencies
Deal with deleted go-clist dependency by updating to use tmlibs version and also depending on a fork of tendermint with updated import
Merge pull request #672 from silasdavis/go-clist-hotfix
Deal with deleted go-clist dependency by updating to use tmlibs version and also depending on a fork of tendermint with updated import
Merge pull request #653 from hyperledger/develop
v0.17.1
v0.17.1
Merge pull request #652 from silasdavis/ci-smoke-test
Make sure we check for presence of burrow bin and that build succeeds
Merge pull request #649 from hyperledger/develop
Merge pull request #651 from silasdavis/docker-tweaks
ensure check and build included in pre-release CI jobs
Merge pull request #650 from silasdavis/docker-tweaks
slacken multiplex test timing
Merge pull request #648 from silasdavis/docker-tweaks
Deduplicate version number and bump
Use arg in dockerfile and remove volume
Merge pull request #646 from hyperledger/develop
v0.17.0
v0.17.0
Merge pull request #645 from silasdavis/logging-fixes
Fix various logging issues exposed by PaaS deployment
Merge pull request #644 from silasdavis/upgrade-CD
Upgrade our CI/CD process by improving docker build process and
Merge pull request #643 from silasdavis/fix-event-concurrent-read
Loading