ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

fix(lib/runtime/storage): `removePrefixedSortedKey` was not considering the limit #4065

Closed EclesioMeloJunior closed 1 day ago

EclesioMeloJunior commented 6 days ago

Changes

Tests

go test -timeout 10m -run ^TestClearPrefixSortedKeys$ github.com/ChainSafe/gossamer/lib/runtime/storage --tags=integration -v

Issues