solana/runtime
Brooks Prumo 1347b507da
Handle duplicate AppendVec IDs (#20096)
When reconstructing the AccountsDb, if the storages came from full and
incremental snapshots generated on different nodes, it's possible that
the AppendVec IDs could overlap/have duplicates, which would cause the
reconstruction to fail.

This commit handles this issue by unconditionally remapping the
AppendVec ID for every AppendVec.

Fixes #17088
2021-09-23 17:34:32 -05:00
..
benches Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00
src Handle duplicate AppendVec IDs (#20096) 2021-09-23 17:34:32 -05:00
store-tool unused deps 2021-09-11 14:33:53 -07:00
tests stake: Remove v2 program references (#19308) 2021-08-20 01:08:44 -04:00
.gitignore
Cargo.toml chore: bump memmap2 from 0.4.0 to 0.5.0 (#20057) 2021-09-21 17:20:49 -06:00
build.rs