Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-01 | 3.6 kB | |
v0.9.0 source code.tar.gz | 2024-03-01 | 46.9 MB | |
v0.9.0 source code.zip | 2024-03-01 | 47.3 MB | |
Totals: 3 Items | 94.3 MB | 3 |
0.9.0 (2024-3-1)
Bug Fixes
- add a limit of number of bytes while scale decoding a slice (#3733) (5edbf89)
- docs: Fixing link to polkadot runtime fundamentals to the right one (#3763) (a785d32)
- don't panic if we fail to convert hex to bytes (#3734) (12234de)
- dot/sync: execute p2p handshake when there is no target (#3695) (a9db0ec)
- fix index out of range undeterministic error in rpc test (#3718) (d099384)
- fix non deterministic panic during TestStableNetworkRPC integration test (#3756) (ee3d243)
- lib/trie: use
MustBeHashed
for V1 trie nodes with larger storage values (#3739) (f5e48a9) - mocks: Set fixed version for uber mockgen in CI (#3656) (ea9877e)
- runtime/storage: support nested storage transactions (#3670) (3e99f6d)
- segfault on node restart (#3736) (d1ca7aa)
- state-version: should be uint8 instead of uint32 (#3779) (c8fdb14)
- update paseo chain spec (#3770) (6a54f28)
- use last finalized block on startup (#3737) (c262642)