grin/core/tests
Antioch Peverell 27c43c42a2
Simplify (and fix) output_pos cleanup during chain compaction (#2609)
* expose leaf pos iterator
use it for various things in txhashset when iterating over outputs

* fix

* cleanup

* rebuild output_pos index (and clear it out first) when compacting the chain

* fixup tests

* refactor to match on (output, proof) tuple

* add comments to compact() to explain what is going on.

* get rid of some boxing around the leaf_set iterator

* cleanup
2019-02-27 21:02:54 +00:00
..
block.rs Rework "bucket transactions" logic (buckets are now weight limited) (#2487) 2019-02-01 10:44:04 +00:00
common.rs Cleanup compiler warnings (#2323) 2019-01-10 12:18:25 -08:00
consensus.rs Optimizing the code and making it more idiomatic (#2269) 2019-01-01 15:29:16 -08:00
core.rs Pool tx weight verification (#2466) 2019-01-25 12:48:15 -08:00
merkle_proof.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
pmmr.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
transaction.rs Implement kernel and output features as enums (#2312) 2019-01-08 16:07:38 +00:00
vec_backend.rs Simplify (and fix) output_pos cleanup during chain compaction (#2609) 2019-02-27 21:02:54 +00:00
verifier_cache.rs Implement kernel and output features as enums (#2312) 2019-01-08 16:07:38 +00:00