Testnet 0.14.0
What's Changed
- Fix code coverage errors when freeing up space by @ii-cruz in #1762
- Fixing the validator's counters for number of stakers by @ii-cruz in #1764
- Reserve balance tests by @ii-cruz in #1765
- Allow to set inactive balance with the update-staker functionality by @sisou in #1759
- Move the Nimiq PoW migration repository to here by @jsdanielh in #1770
- Allow any block_number to be used in the genesis by @viquezclaudio in #1769
- Use forked tsify branch to copy rustdoc comments over to web TS types by @sisou in #1761
- Reduce direct dependencies on libp2p meta crate by @hrxi in #1785
pow-migration
: Add some improvements by @jsdanielh in #1786- Add the
main-albatross
NetworkId
and improveNetworkId
handling in thepow-migration
tool by @jsdanielh in #1781 - ci: Run doctest by @jsdanielh in #1790
- Small improvements to migration tool by @viquezclaudio in #1780
- Add option to override the testnet genesis by @jsdanielh in #1793
pow-migration
: Use tracing style by @jsdanielh in #1794- web-client: Fix clippy warning by @jsdanielh in #1800
- Update ZKP readme and images by @paberr in #1801
- Make jail, stake and validator inactivation block heights more consistent by @ii-cruz in #1795
pow-migration
: Add several improvements by @jsdanielh in #1806- pow-migration: Add some unittests by @jsdanielh in #1818
- Migration: distinction between PoW and PoS clients. by @viquezclaudio in #1827
- Introduce the notions of
DoubleProposalProof
andDoubleVoteProof
by @hrxi in #1716 - Deduplicate equivocation proofs by block height etc. by @hrxi in #1832
- Fix clippy warnings by @hrxi in #1836
- Add web-client compatibility, build process and structure for NodeJS by @sisou in #1830
- Expose policy info and utility methods to be available in the web-client by @Eligioo in #1835
Dependencies
- Bump strum_macros from 0.24.3 to 0.25.2 by @dependabot in #1760
- Bump async-trait from 0.1.72 to 0.1.73 by @dependabot in #1763
- Bump sha2 from 0.9.9 to 0.10.6, curve25519-dalek from 3.2.0 to 4.0.0 by @hrxi in #1718
- Bump clap from 4.3.19 to 4.3.22 by @dependabot in #1774
- Bump quote from 1.0.31 to 1.0.33 by @dependabot in #1773
- Bump anyhow from 1.0.71 to 1.0.75 by @dependabot in #1772
- Bump thiserror from 1.0.40 to 1.0.47 by @dependabot in #1777
- Bump darling from 0.20.1 to 0.20.3 by @dependabot in #1778
- Bump pin-project from 1.0.12 to 1.1.3 by @dependabot in #1779
- Bump serde_repr from 0.1.13 to 0.1.16 by @dependabot in #1782
- Bump time from 0.3.21 to 0.3.26 by @dependabot in #1783
- Bump serde_json from 1.0.99 to 1.0.105 by @dependabot in #1788
- Bump ed25519-zebra from 3.1.0 to 4.0.2 by @dependabot in #1787
- Bump rustls-webpki from 0.101.3 to 0.101.4 by @dependabot in #1789
- Bump num-traits from 0.2.15 to 0.2.16 by @dependabot in #1791
- Bump rust-argon2 from 1.0.1 to 2.0.0 by @dependabot in #1771
- Bump time from 0.3.26 to 0.3.27 by @dependabot in #1792
- Bump tempfile from 3.4.0 to 3.6.0 by @dependabot in #1798
- Bump regex from 1.9.1 to 1.9.3 by @dependabot in #1797
- Bump clap from 4.3.22 to 4.4.0 by @dependabot in #1799
- Bump tokio from 1.29.1 to 1.32.0 by @dependabot in #1804
- Bump serde from 1.0.185 to 1.0.186 by @dependabot in #1802
- Bump tokio-metrics from 0.1.0 to 0.3.0 by @dependabot in #1805
- Bump prometheus-client from 0.19.0 to 0.21.2 by @dependabot in #1807
- Bump serde_with from 3.0.0 to 3.3.0 by @dependabot in #1809
- Bump sha2 from 0.10.6 to 0.10.7 by @dependabot in #1810
- Bump paste from 1.0.12 to 1.0.14 by @dependabot in #1712
- Bump regex from 1.9.3 to 1.9.4 by @dependabot in #1813
- Bump serde from 1.0.186 to 1.0.188 by @dependabot in #1811
- Bump tracing-loki from 0.2.2 to 0.2.4 by @dependabot in #1814
- Bump time from 0.3.27 to 0.3.28 by @dependabot in #1815
- Bump url from 2.4.0 to 2.4.1 by @dependabot in #1816
- Bump base64 from 0.21.2 to 0.21.3 by @dependabot in #1817
- Bump postcard from 1.0.6 to 1.0.7 by @dependabot in #1819
- Bump actions/checkout from 3 to 4 by @dependabot in #1821
- Bump nimiq-jsonrpc-core from
33f8c09
tof1360ec
by @dependabot in #1822 - Bump regex from 1.9.4 to 1.9.5 by @dependabot in #1824
- Bump thiserror from 1.0.47 to 1.0.48 by @dependabot in #1825
- Bump syn from 2.0.29 to 2.0.31 by @dependabot in #1826
- Bump bytes from 1.4.0 to 1.5.0 by @dependabot in #1829
- Bump docker/build-push-action from 4.1.1 to 4.2.1 by @dependabot in #1834
- Bump toml from 0.7.6 to 0.7.8 by @dependabot in #1837
Full Changelog: v0.13.1...v0.14.0