Skip to content

Releases: nimiq/core-rs-albatross

Mainet/Testnet 1.0.0-rc.2

06 Nov 16:18
v1.0.0-rc.2
838e81f
Compare
Choose a tag to compare

This is our third release targeting mainet but it will be also used in a testnet deployment until the final mainet chain is launched.

This release is also backwards compatible with previous v1.0.0-rc.0 and v1.0.0-rc.1 releases.

What's Changed

What's changed

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

Mainet/Testnet 1.0.0-rc.1

05 Nov 01:58
v1.0.0-rc.1
8ec565c
Compare
Choose a tag to compare

This is our second release targeting mainet but it will be also used in a testnet deployment until the final mainet chain is launched.

This release is also backwards compatible with the previous v1.0.0-rc.0 release.

What's Changed

What's changed

  • Remove wasm-pack build step from web-client CI job by @sisou in #2988
  • database: Allow full nodes to index history items by @Eligioo in #3009
  • Add instructions on how to fuzz by @hrxi in #2992
  • nimiq-client: Adhere to mempool section in client.toml by @Eligioo in #3000
  • DB: Liforeclaim -> true by @viquezclaudio in #3011
  • network-libp2p: Make peer and IP limits in the Connection Pool configurable by @Eligioo in #2998
  • Hex encode the data field of the online transaction by @viquezclaudio in #2993
  • Use tokio::sync::broadcast::Sender::new instead of channel by @hrxi in #3001
  • network-libp2p: Fix double increments and missing decrements for peer/IP counters in Connection Pool Behaviour by @Eligioo in #2991
  • Consensus: adjust request rate limits by @styppo in #3017
  • Update list of gossipsub topics known to metrics server by @sisou in #2987
  • Network swarm: Split functions and reduce indentation. by @nibhar in #3012
  • Remove inactive validators from activation process by @viquezclaudio in #2976
  • Network: add gossipsub rate limiting by @styppo in #3008

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot in #2994
  • build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2995
  • build(deps): bump the minor-and-patch-cargo-updates group with 5 updates by @dependabot in #2996
  • build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2999

Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1

Mainet/Testnet 1.0.0-rc.0

17 Oct 14:53
v1.0.0-rc.0
01f7d5e
Compare
Choose a tag to compare

This is our first release targeting mainet but it will be also used in a testnet deployment until the final mainet chain is launched.

What's Changed

Protocol Breaking Changes

  • Remove LevelUpdate origin from serialized representation by @nibhar in #2945
  • Disambiguate VRF seeds across non-competing branches by @styppo in #2929
  • network-libp2p: Migrate AutoNAT v1 protocol to v2 by @Eligioo in #2955
  • BlockQueue: accept block announcements from any connected peer by @styppo in #2982

What's changed

Dependencies

  • build(deps): bump clap from 4.5.19 to 4.5.20 in the minor-and-patch-cargo-updates group by @dependabot in #2962
  • build(deps): bump derive_builder from 0.20.1 to 0.20.2 in the minor-and-patch-cargo-updates group by @dependabot in #2967
  • build(deps): bump the minor-and-patch-cargo-updates group with 5 updates by @dependabot in #2968
  • build(deps): bump the minor-and-patch-cargo-updates group with 5 updates by @dependabot in #2972
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot in #2980

New Contributors

Full Changelog: v0.24.4...v1.0.0-rc.0

Testnet 0.24.4

07 Oct 20:05
v0.24.4
ed7f6f5
Compare
Choose a tag to compare

What's Changed

What's changed

  • consensus: Improve error handling for failed missing block requests by @jsdanielh in #2886
  • Chore: fix rustfmt errors with new lints by @Eligioo in #2925
  • network-libp2p: Only use secure WS dial attempts when requested by @jsdanielh in #2932
  • Re-request failed chunks during validity sync by @viquezclaudio in #2931
  • Mempool: fix mempool tests by @Eligioo in #2887
  • Improve database pruning by @paberr in #2938
  • Dynamic validator block producer timeout by @Eligioo in #2759
  • Add more debug info of invalid hist chunks by @viquezclaudio in #2937
  • Add assertion for assumptions, replace mul_f32 with integer operations by @hrxi in #2915
  • Create .nimiq dir when trying to create example config files by @hrxi in #2935
  • Network discovery: store the remote address of the peer after finishing a successful handshake by @Eligioo in #2900

Dependencies

  • build(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0 by @dependabot in #2926
  • build(deps): bump the minor-and-patch-cargo-updates group with 3 updates by @dependabot in #2927
  • build(deps): bump rollup from 4.18.0 to 4.22.4 in /web-client/extras by @dependabot in #2928
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot in #2936
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot in #2944
  • build(deps): bump docker/build-push-action from 6.7.0 to 6.9.0 in the minor-and-patch-actions-updates group across 1 directory by @dependabot in #2942
  • build(deps): bump tonic from 0.12.1 to 0.12.3 by @dependabot in #2946
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot in #2951
  • build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2958

Full Changelog: v0.24.3...v0.24.4

Testnet 0.24.3

20 Sep 19:25
v0.24.3
e956e4d
Compare
Choose a tag to compare

What's Changed

What's changed

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot in #2920

New Contributors

Full Changelog: v0.24.2...v0.24.3

Testnet 0.24.2

11 Sep 10:09
v0.24.2
4ca8012
Compare
Choose a tag to compare

What's Changed

What's changed

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2895
  • build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2898

Full Changelog: v0.24.1...v0.24.2

Testnet 0.24.1

04 Sep 12:10
v0.24.1
15fe811
Compare
Choose a tag to compare

What's Changed

What's changed

  • Fixing the ZK prover configuration example by @ii-cruz in #2867
  • Use the workspace to specify the package table by @jsdanielh in #2870
  • Increase validator robustness against mempool errors by @styppo in #2848
  • Block Queue: Degrade log level of message as it was part of investigating issue #2745 by @Eligioo in #2879
  • Update validity sync comments by @viquezclaudio in #2878
  • Macro Sync: move peers into live sync only if the blockchain can enforce a full validity window by @Eligioo in #2877
  • Allow multiple rounds of validity sync by @viquezclaudio in #2882

Dependencies

  • build(deps): bump derive_builder from 0.20.0 to 0.20.1 in the minor-and-patch-cargo-updates group by @dependabot in #2868
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 3 updates by @dependabot in #2876
  • build(deps): bump quinn-proto from 0.11.3 to 0.11.8 by @dependabot in #2883

Full Changelog: v0.24.0...v0.24.1

Testnet 0.24.0

29 Aug 12:09
v0.24.0
749feae
Compare
Choose a tag to compare

What's Changed

Protocol Breaking Changes

What's changed

  • Get rid of unnecessary Waker::wake_by_ref calls by @hrxi in #2737
  • HistoryStore: fix panic when removing history of epoch 0 by @styppo in #2743
  • Create poll function for handel aggregations by @nibhar in #2693
  • Spammer improvements by @viquezclaudio in #2750
  • Bump libp2p-core and return to upstream libp2p-websocket by @Eligioo in #2757
  • keys: Fix feature compilation for the serde-derive feature by @jsdanielh in #2756
  • Specify crate versions in a single place by @jsdanielh in #2761
  • Add block stream log in case we don't push a block by @Eligioo in #2769
  • Split code cov in 3 tasks by @ii-cruz in #2762
  • HistoryStore: fix get_nonfinal_epoch_transactions() returning incorrect results for batch 0 by @styppo in #2752
  • Unban banned peers after a duration by @Eligioo in #2674
  • Unused qualification (std::memmem) by @hrxi in #2776
  • Update README by @Eligioo in #2780
  • Level up state sync chunk log to INFO by @Eligioo in #2783
  • Tendermint: Start skipped aggregations by @nibhar in #2763
  • Poll again after adding new block stream by @Eligioo in #2778
  • Change starting of rounds from the wrong current id to the correct given id. by @nibhar in #2791
  • Fixing parallel feature for the primitives crate. by @ii-cruz in #2785
  • Various Clippy fixes by @Eligioo in #2781
  • Rename in handel: Todo -> PendingContribution by @nibhar in #2794
  • Test that we don't require the latest stable Rust version by @hrxi in #2787
  • Log the actual error when the head request to a peer fails by @Eligioo in #2796
  • Tools to measure accounts tree & push performance by @viquezclaudio in #2784
  • Fix migration network ID. by @ii-cruz in #2797
  • Don't swallow return value in spawn and use our spawn by @hrxi in #2801
  • Go back to upstream libp2p-websocket-websys by @sisou in #2803
  • Add native spawn methods to clippy.toml by @hrxi in #2806
  • RPC: Always include all fields for staker/validator by @sisou in #2805
  • Node 22 built-in Websocket support by @sisou in #2804
  • Ignore dtolnay/rust-toolchain Action updates by @Eligioo in #2811
  • Update to libp2p 0.54 by @hrxi in #2829
  • Add jailed validator log by @viquezclaudio in #2826
  • Add History Sync test to verify that it does not revert beyond a macro block by @Eligioo in #2819
  • Update all tests to use an Albatross network ID by @sisou in #2835
  • Fix the chunks request component and diffs race condition by @ii-cruz in #2831
  • Optimize KeyNibbles serialization speed by @hrxi in #2766
  • Add our own versions of FuturesUnordered and FuturesOrdered by @hrxi in #2798
  • Remove some unused dependencies by @jsdanielh in #2836
  • Fix meta data for ZKPs. by @ii-cruz in #2841
  • validator: Get rid of an unnecessary Arc::clone by @hrxi in #2843
  • Move more imports, methods and properties behind features by @sisou in #2850
  • Add duration info to extend/rebranch logs by @viquezclaudio in #2857
  • Improve performance of Mempool::update by @styppo in #2858
  • Allow chunks request retries by @ii-cruz in #2845
  • Various small changes by @nibhar in #2862
  • network-libp2p: Increase the req-res max concurrent streams by @jsdanielh in #2863
  • ZKP tooling by @ii-cruz in #2861
  • scripts: Add devnet script support for multiple seeds by @jsdanielh in #2865
  • Overhaul the example config file and related docs by @sisou in #2847
  • Consensus: add interval to wake up consensus task for head requests by @styppo in #2859
  • The clone() Wars - Episode I by @styppo in #2866
  • Verify configured voting and signing keys when checking validator status by @sisou in #2748
  • pow-migration: Do not use Policy functions to calculate epoch numbers by @jsdanielh in #2864

Dependencies

  • build(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot in #2739
  • build(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot in #2747
  • build(deps): bump docker/build-push-action from 6.3.0 to 6.4.0 in the minor-and-patch-updates group by @dependabot in #2746
  • build(deps): bump the minor-and-patch-updates group across 1 directory with 4 updates by @dependabot in #2755
  • build(deps): bump docker/build-push-action from 6.4.0 to 6.4.1 in the minor-and-patch-updates group by @dependabot in #2753
  • build(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #2770
  • build(deps): bump syn from 2.0.71 to 2.0.72 in the minor-and-patch-updates group by @dependabot in #2768
  • build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 in the minor-and-patch-updates group by @dependabot in #2767
  • build(deps): bump the minor-and-patch-updates group across 1 directory with 5 updates by @dependabot in #2771
  • build(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot in #2777
  • build(deps): bump the minor-and-patch-updates group across 1 directory with 2 updates by @dependabot in #2782
  • build(deps): bump the minor-and-patch-updates group across 1 directory with 4 updates by @dependabot in #2792
  • build(deps): bump bytes from 1.6.1 to 1.7.0 in the minor-and-patch-updates group by @dependabot in #2793
  • build(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot in #2795
  • build(deps): bump the minor-and-patch-updates group across 1 directory with 3 updates by @dependabot in #2802
  • build(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot in #2809
  • build(deps): bump hyper-util from 0.1.6 to 0.1.7 in the minor-and-patch-cargo-updates group by @dependabot in #2814
  • build(deps): bump docker/build-push-action from 6.5.0 to 6.6.0 in the minor-and-patch-actions-updates group by @dependabot in #2818
  • build(deps): bump tempfile from 3.11.0 to 3.12.0 in the minor-and-patch-cargo-updates group by @dependabot in #2817
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot in #2820
  • build(deps): bump docker/build-push-action from 6.6.0...
Read more

Testnet 0.23.0

12 Jul 16:31
v0.23.0
f38cec0
Compare
Choose a tag to compare

What's Changed

Protocol Breaking Changes

  • Only treat signaling transactions as control transactions by @hrxi in #2700
  • Limiting transactions sender and recipient data. by @ii-cruz in #2658
  • History store performance improvements by @paberr in #2692
  • primitives: Update supply curve by @jsdanielh in #2682
  • Use only primitive IEEE 754 features in supply curve calculations by @hrxi in #2720
  • Simplify supply curve formula and continue smoothly after the upgrade by @hrxi in #2735

Other changes

  • std::env:set_var is unsafe and should be avoided by @hrxi in #2716
  • Extend transaction topic mesh to non-validator nodes by @paberr in #2681
  • web-client: Include a various core-js utility classes in the package by @sisou in #2687
  • Fix support for new identity type by @Eligioo in #2725
  • Make sure we don't overflow in reward calculation by @hrxi in #2726
  • Fix Spammer accounts tracking by @viquezclaudio in #2724
  • Tendermint impl use policy consts by @Eligioo in #2736
  • Use a patched libp2p-websocket-websys crate to avoid use-after-free errors by @sisou in #2734
  • Tool to measure history store performance by @viquezclaudio in #2617
  • LiveSync: move BlockQueue to own task by @styppo in #2702

Dependencies

  • build(deps): bump the minor-and-patch-updates group across 1 directory with 6 updates by @dependabot in #2723
  • build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 in the minor-and-patch-updates group by @dependabot in #2727
  • build(deps): bump serde_with from 3.8.2 to 3.8.3 in the minor-and-patch-updates group by @dependabot in #2728
  • build(deps): bump the minor-and-patch-updates group with 4 updates by @dependabot in #2731
  • build(deps): bump the minor-and-patch-updates group with 4 updates by @dependabot in #2732

Full Changelog: v0.22.3...v0.23.0

Testnet 0.22.3

27 Jun 16:27
v0.22.3
788e140
Compare
Choose a tag to compare

What's Changed

  • Calculate a transaction's related addresses and expose them via RPC by @sisou in #2512
  • Update web-client transaction-getter to handle known transactions like the PoW client did by @sisou in #2218
  • Support the spammer on the testnet by @jeffesquivels in #2635
  • BlockQueue: only consider block announcements from synced peers by @styppo in #2636
  • Fix clippy warning by @viquezclaudio in #2643
  • Move rate limiting to swarm to fix the unprotected buffer by @ii-cruz in #2588
  • Only accept control transactions over the control transaction topic by @hrxi in #2627
  • Tiny fixes to Macro blocks by @nibhar in #2644
  • Verify sender account type in mempool by @styppo in #2634
  • Use tokio::select and remove PeerJoined connection pool event by @hrxi in #2641
  • Catch if peer sends an invalid epoch_number instead of panicking by @Eligioo in #2621
  • Convert SkipBlockUpdate to an actual struct by @hrxi in #2654
  • Use libp2p-websocket fork to circumvent Sink panic by @Eligioo in #2657
  • Set argon2id params by @hrxi in #2653
  • Syncer: remove disconnected peers from outdated/incompatible peer sets by @styppo in #2665
  • Log reason of peer banning by @Eligioo in #2667
  • validator-network: Improve logging by @jsdanielh in #2668
  • Improve performance of history tree by @paberr in #2619
  • Some code cleanup in zkp-* by @hrxi in #2673
  • Dont move incompatible peers to live sync too early. by @viquezclaudio in #2679
  • Fix eternally paused state sync and chunk ordering issues by @paberr in #2677
  • Update state sync chunk max size by @viquezclaudio in #2699
  • Always make sure to read the Transaction::proof field completely by @hrxi in #2676
  • Double the skip block timeout to give more time for block producers by @nibhar in #2706
  • validator-network: Always return the last known validator PeerId by @jsdanielh in #2707
  • Make vesting contract creation parsing more resilient by @hrxi in #2691
  • pow-migration: Fix test compilation by @jsdanielh in #2708
  • Use PoW memory cost for Argon2d KDF by @sisou in #2705
  • Fix LowBlockProducerTimeout devnet scenario by @Eligioo in #2709
  • Add a proper break condition for the inner loop by @nibhar in #2714

Dependencies

  • build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in #2649
  • build(deps): bump url from 2.5.1 to 2.5.2 in the minor-and-patch-updates group by @dependabot in #2651
  • build(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 in the minor-and-patch-updates group by @dependabot in #2655
  • build(deps): bump subtle from 2.5.0 to 2.6.0 in the minor-and-patch-updates group by @dependabot in #2656
  • build(deps): bump the minor-and-patch-updates group across 1 directory with 5 updates by @dependabot in #2689
  • Update Rust dependencies by @hrxi in #2694

Full Changelog: v0.22.2...v0.22.3