Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 5c1e505

Browse files
author
Silas Davis
authored
Merge pull request #1072 from hyperledger/develop
Release 0.24.5
2 parents 3894efc + 2015bbd commit 5c1e505

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3265
-2466
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
## [Unreleased]
33

44

5+
## [0.24.5] - 2019-03-14
6+
### Changed
7+
- [Consensus] Tendermint timeouts configurable by a float factor from defaults and default change to 0.33 of Tendermint's default for smaller networks'
8+
- [Transactor] Hard-coded timeout removed from transactor and added to TxEnvelopeParam for client specified server-side timeout (in case of longer confirmation times such as when some validators are unavailable
9+
- [Logging] ExcludeTrace config inverted to Trace and now defaults to false (i.e. no trace/debug logging). Default log output now excludes Tendermint logging (and is therefore much less talkative)
10+
11+
### Added
12+
- [Logging] Add height to all logging messages
13+
- [RPC] Add LastBlockCommitDuration to SyncInfo
14+
15+
### Fixed
16+
- [Metrics] Replace use of Summary metrics when Histogram was intended
17+
18+
519
## [0.24.4] - 2019-03-08
620
### Changed
721
- [EVM] Accept []byte nonce rather than enforcing the use of txs.Tx.TxHash()
@@ -414,7 +428,8 @@ This release marks the start of Eris-DB as the full permissioned blockchain node
414428
- [Blockchain] Fix getBlocks to respect block height cap.
415429

416430

417-
[Unreleased]: https://github.com/hyperledger/burrow/compare/v0.24.4...HEAD
431+
[Unreleased]: https://github.com/hyperledger/burrow/compare/v0.24.5...HEAD
432+
[0.24.5]: https://github.com/hyperledger/burrow/compare/v0.24.4...v0.24.5
418433
[0.24.4]: https://github.com/hyperledger/burrow/compare/v0.24.3...v0.24.4
419434
[0.24.3]: https://github.com/hyperledger/burrow/compare/v0.24.2...v0.24.3
420435
[0.24.2]: https://github.com/hyperledger/burrow/compare/v0.24.1...v0.24.2

Gopkg.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NOTES.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
### Changed
2-
- [EVM] Accept []byte nonce rather than enforcing the use of txs.Tx.TxHash()
3-
- [Crypto] Expose SequenceNonce helper to allow library users to use sequence-number based addresses for newly created contracts
2+
- [Consensus] Tendermint timeouts configurable by a float factor from defaults and default change to 0.33 of Tendermint's default for smaller networks'
3+
- [Transactor] Hard-coded timeout removed from transactor and added to TxEnvelopeParam for client specified server-side timeout (in case of longer confirmation times such as when some validators are unavailable
4+
- [Logging] ExcludeTrace config inverted to Trace and now defaults to false (i.e. no trace/debug logging). Default log output now excludes Tendermint logging (and is therefore much less talkative)
5+
6+
### Added
7+
- [Logging] Add height to all logging messages
8+
- [RPC] Add LastBlockCommitDuration to SyncInfo
9+
10+
### Fixed
11+
- [Metrics] Replace use of Summary metrics when Histogram was intended
412

acm/acm.pb.go

+75-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)