Releases: nimiq/core-rs-albatross
Mainet/Testnet 1.0.0-rc.2
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
- Re-add accounts diff pruning by @jsdanielh in #3020
- lib: Update config file settings for mainnet by @jsdanielh in #3024
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
Mainet/Testnet 1.0.0-rc.1
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 inclient.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 ofchannel
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
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
- Verifying response from request block and calling cached hash by @ii-cruz in #2943
- Publish/validate before db commit by @paberr in #2856
- Fuzz a couple of
Deserialize
implementations by @hrxi in #2948 - Optimize Dockerfile by @c0rv4x in #2957
- Fix migration client transaction history by @paberr in #2973
- Implement pagination by tx hash for requesting of transaction history by @paberr in #2940
- pow-migration: Use the config file to initialize logging by @jsdanielh in #2974
- Online transactions for pow-migration by @viquezclaudio in #2964
- Handel refactor and update by @nibhar in #2961
- Remove and simplify unused JS lib code by @sisou in #2975
- handel: Fix clippy warning by @jsdanielh in #2977
- web-client: Add network connect/disconnect functions by @jsdanielh in #2970
- Wallet Store: Allow removal of an account by @Eligioo in #2979
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
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
What's Changed
What's changed
- Fix prove_num_leaves by @viquezclaudio in #2911
- Update migration block numbers by @viquezclaudio in #2912
- chore: fix some comments by @zhedazijingang in #2899
- Limit genesis building volatile database to 100GB by @sisou in #2906
- The reactivate state would not get reset in case of rebranch. by @ii-cruz in #2919
- Fix ordering of the diff queue by @ii-cruz in #2869
- pow-migration: Update comments and clean up code by @jsdanielh in #2905
- Cache the block header hash by @styppo in #2924
- Fix overflow on calculation of available micro body size by @hrxi in #2917
- Migration: introduce
async_retryer
helper function to allow multiple attempts for Futures that return aResult
by @Eligioo in #2922 - Various small improvements, logging, code style by @styppo in #2923
Dependencies
- build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot in #2920
New Contributors
- @zhedazijingang made their first contribution in #2899
Full Changelog: v0.24.2...v0.24.3
Testnet 0.24.2
What's Changed
What's changed
- Small spammer improvements by @viquezclaudio in #2888
- spammer: Fix full sync by @jsdanielh in #2892
- Increase usage of spammer profile in Ci by @viquezclaudio in #2897
- Fix devnet release ci job by @viquezclaudio in #2902
- Fix clippy warnings by @viquezclaudio in #2903
- Fix production of invalid history chunks by @viquezclaudio in #2893
- Multi-spammer & Spammer profiles in devnet by @viquezclaudio in #2901
- Fix CI MacroBlock test by @viquezclaudio in #2907
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
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
What's Changed
Protocol Breaking Changes
- Full DB interface refactoring by @paberr in #2738
- Adding the ZKP Ceremony verifying key by @ii-cruz in #2808
- Propagate block headers and bodies through separate gossipsub topics by @styppo in #2722
- Optimize the chain store block table by @jsdanielh in #2823
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 upstreamlibp2p-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::mem
→mem
) 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 ourspawn
by @hrxi in #2801 - Go back to upstream libp2p-websocket-websys by @sisou in #2803
- Add native
spawn
methods toclippy.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
andFuturesOrdered
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...
Testnet 0.23.0
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
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 removePeerJoined
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