All Versions
33
Latest Version
Avg Release Cycle
42 days
Latest Release
1717 days ago

Changelog History
Page 4

  • v0.2 Changes

    September 13, 2017

    ➕ Added

    • ➕ Add RockDB support (#273)
    • ➕ Add TimeoutAdjusterConfig, Constant and Dynamic timeout adjusters (#256)
    • ➕ Add stream hashing and signing: HashStream and SignStream (#254)
    • ➕ Add new type definitions Height and ValidatorId (#262)
    • Fields of BlockInfo and TxInfo are now public (#283)
    • Public export of PROOF_MAP_KEY_SIZE constant (#270)

    🔄 Changed

    • MapProof variant fields are renamed: left_hash and right_hash to left_node and right_node (#286)
    • RequestBlock is renamed to BlockRequest and Block is renamed to BlockResponse (#287)
    • All request messages are renamed: RequestFoo to FooRequest (#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)
  • v0.1.1 Changes

    September 13, 2017

    🛠 Fixed

    • 🛠 Fix segfault when LevelDBSnapshot is destroyed after LevelDB (#285)
    • 🛠 Fix panic during BlockResponse message processing if the transaction pool is full (#264)
    • 🛠 Fix panic during deserialization of malformed messages (#278 #297)
  • v0.1 Changes

    July 17, 2017

    🚀 The first release of Exonum.