What's Changed
- Remove undeclared and unused
serde-derivefeatures by @hrxi in #1845 - Fix min tps for code coverage run by @ii-cruz in #1846
- Fix feature compilation for some crates by @jsdanielh in #1854
- pow-migration: Add some integration tests by @jsdanielh in #1828
- Remove wrong constants, almost unused function by @hrxi in #1856
- Fix code cove ci by @ii-cruz in #1862
- Allow to define inactive validators and stake by @jsdanielh in #1857
- Incorporate the block-production crate in the blockchain crate by @nibhar in #1863
- Migration: Small fixes by @viquezclaudio in #1831
- WebClient: newCreateValidator by @faberto in #1776
- ci: Upgrade GH actions docker dependencies by @jsdanielh in #1871
- Various small fixes and web-client features by @sisou in #1866
- Move
Tendermint*fromnimiq-blocktonimiq-primitivesby @hrxi in #1864 - WebClient: Add multiple validator transactions by @faberto in #1873
- primitives: Fix feature compilation by @jsdanielh in #1878
- Fix signing of InStaking transaction with web-client's WASM API by @sisou in #1881
- Fix issue #1876 by @viquezclaudio in #1886
- Implement multisig account by @Eligioo in #1889
- Fix typo in rebranch logic by @viquezclaudio in #1888
- Fixing code coverage script by @ii-cruz in #1898
- Fix Jail handling in extended transactions by @viquezclaudio in #1899
- Add docker-compose and k8s support for the devnet script by @jsdanielh in #1895
- Update validity window flag on gaining consensus by @viquezclaudio in #1906
- Add metrics support for k8s in the devnet script by @jsdanielh in #1910
- network-libp2p: Fix connection limits by @jsdanielh in #1918
- Add custom container image support in the devnet script by @jsdanielh in #1921
- Fix typos by @viquezclaudio in #1922
- Acknowledge that we currently only do complete trie diffs by @hrxi in #1924
- Fix initial blockchain state flag by @viquezclaudio in #1925
- Make extended/historic transactions more precise and include equivocation violations by @hrxi in #1882
- [RPC] Refactor Inherent Enum Serialization in types.rs by @onmax in #1936
- Remove some dependencies by @hrxi in #1929
- Finalize the first batch by @nibhar in #1942
- Remove unused constant
MAX_REQUEST_RESPONSE_LEVEL_UPDATE_MESSAGEby @hrxi in #1943 - Validity Window in terms of batches by @viquezclaudio in #1952
- Fix comment in history chunk proof by @paberr in #1953
Version bumps
- Bump clap from 4.4.0 to 4.4.4 by @dependabot in #1865
- Bump ed25519-zebra from 4.0.2 to 4.0.3 by @dependabot in #1868
- Bump quinn-proto from 0.9.2 to 0.9.5 by @dependabot in #1872
- Bump indicatif from 0.17.6 to 0.17.7 by @dependabot in #1874
- Bump toml from 0.7.8 to 0.8.0 by @dependabot in #1875
- Bump proc-macro2 from 1.0.66 to 1.0.69 by @dependabot in #1885
- Bump syn from 2.0.31 to 2.0.38 by @dependabot in #1891
- Bump regex from 1.9.5 to 1.10.0 by @dependabot in #1890
- Bump jsonrpsee from 0.20.0 to 0.20.1 by @dependabot in #1892
- Bump time from 0.3.28 to 0.3.29 by @dependabot in #1894
- Bump thiserror from 1.0.48 to 1.0.50 by @dependabot in #1901
- Bump rustix from 0.37.23 to 0.37.26 by @dependabot in #1902
- Bump base64 from 0.21.3 to 0.21.5 by @dependabot in #1904
- Bump tracing-core from 0.1.31 to 0.1.32 by @dependabot in #1903
- Bump serde_json from 1.0.105 to 1.0.108 by @dependabot in #1909
- Bump futures from 0.3.28 to 0.3.29 by @dependabot in #1907
- Bump jsonrpsee from 0.20.1 to 0.20.3 by @dependabot in #1908
- Bump serde-wasm-bindgen from 0.5.0 to 0.6.1 by @dependabot in #1911
- Bump serde_repr from 0.1.16 to 0.1.17 by @dependabot in #1912
- Bump curve25519-dalek from 4.0.0 to 4.1.1 by @dependabot in #1913
- Bump serde from 1.0.188 to 1.0.190 by @dependabot in #1914
- Bump byteorder from 1.4.3 to 1.5.0 by @dependabot in #1915
- Bump console-subscriber from 0.1.10 to 0.2.0 by @dependabot in #1917
- Bump
warpandtungstenitedependencies by @jsdanielh in #1923 - Bump sha2 from 0.10.7 to 0.10.8 by @dependabot in #1919
- Bump js-sys from 0.3.64 to 0.3.65 by @dependabot in #1920
- Bump tokio-util from 0.7.8 to 0.7.10 by @dependabot in #1926
- Bump regex from 1.10.0 to 1.10.2 by @dependabot in #1927
- Bump wasm-bindgen-test from 0.3.36 to 0.3.38 by @dependabot in #1928
- Bump strum_macros from 0.25.2 to 0.25.3 by @dependabot in #1931
- Bump tracing-log from 0.1.3 to 0.2.0 by @dependabot in #1933
- Bump libmdbx from 0.3.5 to 0.4.1 by @hrxi in #1934
- Bump num-traits from 0.2.16 to 0.2.17 by @dependabot in #1893
- Bump toml from 0.8.0 to 0.8.8 by @dependabot in #1940
- Bump serde from 1.0.190 to 1.0.192 by @dependabot in #1938
- Bump ark-serialize from 0.4.1 to 0.4.2 by @dependabot in #1467
- Bump bitflags from 1.3.2 to 2.4.1 by @hrxi in #1941
- Bump ark-poly from 0.4.1 to 0.4.2 by @dependabot in #1661
- Bump postcard from 1.0.7 to 1.0.8 by @dependabot in #1932
Full Changelog: v0.15.0...v0.16.0