All Versions
33
Latest Version
Avg Release Cycle
42 days
Latest Release
1717 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.2 Changes
September 13, 2017➕ Added
- ➕ Add
RockDB
support (#273) - ➕ Add
TimeoutAdjusterConfig
,Constant
andDynamic
timeout adjusters (#256) - ➕ Add stream hashing and signing:
HashStream
andSignStream
(#254) - ➕ Add new type definitions
Height
andValidatorId
(#262) - Fields of
BlockInfo
andTxInfo
are now public (#283) - Public export of
PROOF_MAP_KEY_SIZE
constant (#270)
🔄 Changed
MapProof
variant fields are renamed:left_hash
andright_hash
toleft_node
andright_node
(#286)RequestBlock
is renamed toBlockRequest
andBlock
is renamed toBlockResponse
(#287)- All request messages are renamed:
RequestFoo
toFooRequest
(#287) - 👌 Improve log formatting (#291 #294)
- 📜 Make panic message during command line arguments parsing cleaner (#257)
🛠 Fixed
- 🛠 Fix network discover failure due to incorrect processing of the incoming buffer (#299)
- 🛠 Fix snapshot behavior for
MemoryDB
(#292) - ✅ Disallow generate-testnet with 0 nodes (#258)
- ➕ Add
-
v0.1.1 Changes
September 13, 2017🛠 Fixed
- 🛠 Fix segfault when
LevelDBSnapshot
is destroyed afterLevelDB
(#285) - 🛠 Fix panic during
BlockResponse
message processing if the transaction pool is full (#264) - 🛠 Fix panic during deserialization of malformed messages (#278 #297)
- 🛠 Fix segfault when
-
v0.1 Changes
July 17, 2017🚀 The first release of Exonum.