Skip to content

Releases: mimblewimble/grin

v5.2.1

20 Feb 12:01
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v5.2.0

25 Jan 11:31
Compare
Choose a tag to compare

Changes:

  • 70d4546 version number update for 5.2.0 tag
  • 05ec6fd [PIBD] Fix to restart of PIBD download on corrupted data or mismatched roots (#3775)
  • 213dfd4 Handle invalid MMR root to prevent sync thread panic (#3774)
  • 5dcbe96 set tail height to include genesis (#3773)
  • 5e2aa59 Update core references in grin_store crate to grin_core (#3771)
  • 059ae03 build: update croaring crate to fix bindgen errors for recent C compilers (#3770)

This list of changes was auto generated.

v5.2.0-beta.3

02 Aug 09:41
94277bb
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v5.2.0-beta.2

28 Jun 11:49
b69f18d
Compare
Choose a tag to compare

Changes:

  • b69f18d Update versioning for 5.2.0-beta.2 (#3760)
  • 2273ea9 PIBD - Revert earlier pibd_aborted flag in sync logic (#3757)
  • 45ebc8a pibd: save latest_block_height to request less data from db when checking progress (#3756)

This list of changes was auto generated.

v5.2.0-beta.1

12 Jun 09:44
fd1410e
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v5.2.0-alpha.2

21 Oct 14:15
684f0a3
Compare
Choose a tag to compare

Things to test:

  • Syncing on scratch on testnet via PIBD.
  • Leaving testnet node offline for over a week then starting again. PIBD should kick off from the last verified height.
  • DNS seeds for mainnet and testnet have been updated!

Changes:

See More
  • 145d819 update Cargo.lock for next release

This list of changes was auto generated.

v5.2.0-alpha.1

20 Apr 13:05
5efd70a
Compare
Choose a tag to compare

This is an alpha test build containing all PRs on the pibd_impl branch up to #3705. Note that PIBD sync is currently hardcoded to trigger on testnet only.

Changes:

  • 5efd70a [PIBD_IMPL] BitmapAccumulator Serialization Fix (#3705)
  • aa2a2a9 add pibd abort timeout case (#3704)
  • eda31ab documentation updates + todo fixes (#3703)
  • 6a7b66b [PIBD_IMPL] Catch-Up functionality + Fixes based on testing (#3702)
  • 50450ba update Cargo.lock for next release
  • 09d6f41 fix for deadlock issue (#3700)
  • b08a6dd revert to previous method of applying segments (#3699)
  • 21b1ac5 [PIBD_IMPL] Thread simplification + More TUI Updates + Stop State Propagation (#3698)
  • bf48e52 [PIBD_IMPL] Update number of simultaneous peer requests for segments (#3696)
  • 5630cf2 [PIBD_IMPL] PIBD Stats + Retry on validation errors (#3694)
See More
  • 3ea233d [PIBD_IMPL] Finalize PIBD download and move state to chain validation (#3692)
  • 169e106 [PIBD_IMPL] PIBD tree sync via network and kill/resume functionality (#3691)
  • 24202f0 [PIBD_IMPL] PMMR Reassembly from Segments (#3690)
  • 436bacf [PIBD_IMPL] Bitmap accumulator reconstruction + TxHashset set reconstruction (#3689)
  • 41a86b4 [PIBD_IMPL] PIBD Desegmenter State (#3688)
  • 009a02e add pibd receive messages to network, and basic calls to desegmenter from each (#3686)
  • 89730b7 [PIBD_IMPL] Introduce PIBD state into sync workflow (#3685)

This list of changes was auto generated.

v5.1.2

17 Mar 13:28
Compare
Choose a tag to compare

Please note this is a non-essential upgrade focused on performance enhancements and QoL fixes.

General Changes since v5.1.1

  • Performance enhancements to PoW verification and Header Validation
  • TUI Freeze + API Shutdown fixes
  • Add verify-chain command
  • Dependency updates to fix crates.io version not building. (See #3655)
  • Underlying code changes to ensure PMMR positions are 0-based in the code where possible (Storage is still 1-based, so as not to make any changes to underlying data)
  • Underlying changes to support upcoming PIBD functionality
  • Other minor fixes

Specific Changes since v5.1.1:

  • 83e8ec6 prepare branch for 5.1.2 release
  • 78c9794 TUI Freeze Fix - Add manually maintained hash to difficulty iterator (#3684)
  • a3eebbc verify-chain node client arg (#3678)
  • c92d2e9 graceful api shutdown (#3677)
  • 2237f42 Handle attempts to get block headers at invalid heights (#3683)
  • 382e914 make fn rewind_hash pub (#3674)
  • 63c6560 [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671)
  • 7725a05 [SYNC PERFORMANCE] Replace header proof serialisation with more efficient algorithm (#3670)
  • c6f25e9 Spdupverifypow (#3672)
  • 2f5cfbe [PIBD] PMMR Desegmenter Structure (Pt. 1) (#3667)
See More
  • 53414ae Fixmmr part2 (#3666)
  • c8275f7 [PIBD] Chain Segmenter Validation Test + Block Archive Horizon Change (#3665)
  • 4aaa334 refactor pmmr functions, improve efficiency; panic on 0 pos1 (#3663)
  • 3f4f165 PMMR Backend Support for append_pruned_root (Continued) (#3659)
  • 3ae4c75 Update digest, hmac, ripemd160, sha2 and pbkdf2 crates (#3655)
  • 0170f03 Rust 2021 Macro Warning Cleanup (#3658)
  • 2e21498 bump to 5.2.0-alpha.1 on master (#3652)

This list of changes was auto generated.

v5.1.1

18 Aug 14:38
1cb2227
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v5.1.0

06 May 12:28
72a6eb8
Compare
Choose a tag to compare

Changes:

  • 72a6eb8 bump to 5.1.0 to prep for release (#3639)
  • 87729a2 bump crate version to 5.1.0-beta.2 to prep for release (#3636)
  • 89c06dd client invalidateheader and resetchainhead (#3618)
  • 9e27e6f Add migration to config_file_version = 2 (#3634)
  • 9ed0cd6 fix share difficulty validation - compare stratum server minimum_share_difficulty as unscaled difficulty (#3624)
  • 1b8acee Update zip dependency and fix deprecation warnings (#3617)
  • f8afdb5 Fix Windows CI cargo test silently passing (#3632)
  • 34413c1 track sync_head on header_sync sync status (#3626)
  • df91bff Add test for duplicate rangeproof inflation bug (#3630)
  • f6ec77a never speak of the verifier cache again (#3628)
See More

This list of changes was auto generated.