grin/core/tests
Yeastplume 63c65605bb
[SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671)
* replace bitvec with more efficient bitpack algorithm

* optimise proof_unpack_len

* move proof pack length calculation

* small refactor

* first pass attempt at not deserializing proof nonces in difficulty iter

* another 10 seconds gained by not deserialising the proof from the difficulty iterator

* add new deser parameters to tests where needed

* add skip_proof variants to store

* remove hash from difficulty iterator struct, rename HeaderInfo to HeaderDifficultyInfo

* replace bitvec with more efficient bitpack algorithm

* optimise proof_unpack_len

* move proof pack length calculation

* small refactor

* first pass attempt at not deserializing proof nonces in difficulty iter

* another 10 seconds gained by not deserialising the proof from the difficulty iterator

* add new deser parameters to tests where needed

* add skip_proof variants to store

* remove hash from difficulty iterator struct, rename HeaderInfo to HeaderDifficultyInfo
2021-12-10 11:39:39 +00:00
..
block.rs never speak of the verifier cache again (#3628) 2021-04-01 15:04:53 +01:00
common.rs implement fix past fees RFC with fee shift since genesis (#3629) 2021-05-11 16:39:09 +01:00
consensus_automated.rs [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
consensus_mainnet.rs [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
consensus_testnet.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
core.rs implement fix past fees RFC with fee shift since genesis (#3629) 2021-05-11 16:39:09 +01:00
merkle_proof.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00
pmmr.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00
segment.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00
transaction.rs implement fix past fees RFC with fee shift since genesis (#3629) 2021-05-11 16:39:09 +01:00
vec_backend.rs Fixmmr part2 (#3666) 2021-11-26 11:25:10 +00:00