Zebra/zebra-state/src
Jane Lusby 34f50d7ebb
Fix inconsistencies related to best chain order in RFC and state impl (#1267)
Prior to this PR we realized that the RFC had been drafted with the assumption that chains would be ordered from best to worst in `NonFinalizedState`. This assumption was incorrect, since `BTreeSet` only ever orders values in ascending order. This discrepancy was noticed and fixed in the code, but there were still some inconsistencies that needed to be cleaned up.

This PR updates all the incorrect or confusing comments about chain ordering in the RFC and code.
2020-11-09 15:53:16 -08:00
..
service Fix inconsistencies related to best chain order in RFC and state impl (#1267) 2020-11-09 15:53:16 -08:00
sled_state Add tests for new sled impls needed for debug format 2020-11-09 09:12:26 -05:00
config.rs state: document memory_cache_bytes, reduce default 2020-10-29 14:31:50 -04:00
constants.rs swap best_chain_len and related constants to u32 for consistency (#1257) 2020-11-06 14:00:10 +10:00
error.rs Make the state service use broadcast channels (#1137) 2020-10-09 18:37:24 +10:00
lib.rs Use MAX_BLOCK_REORG_HEIGHT in zebra-checkpoints 2020-10-26 20:59:40 +10:00
request.rs make state service use both finalized and non-finalized state (#1239) 2020-11-01 10:49:34 -08:00
response.rs Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
service.rs make state service use both finalized and non-finalized state (#1239) 2020-11-01 10:49:34 -08:00
sled_state.rs add key debug to assert error message 2020-11-09 09:12:26 -05:00
tests.rs swap best_chain_len and related constants to u32 for consistency (#1257) 2020-11-06 14:00:10 +10:00
util.rs swap best_chain_len and related constants to u32 for consistency (#1257) 2020-11-06 14:00:10 +10:00