grin/core/tests
Antioch Peverell 7dc94576bd
Introduce CommitOnly variant of Inputs (#3419)
* Introduce CommitOnly variant of Inputs.
Introduce CommitWrapper so we can sort commit only inputs correctly.

* rememebr to resort if converting

* write inputs based on variant and protocol version

* read and write protocol version specific inputs

* store full blocks in local db in v3
convert to v2 when relaying to v2 peers

* add debug version_str for inputs

* no assumptions about spent index sort order

* add additional version debug logs

* fix ser/deser tests for proto v3

* cleanup coinbase maturity

* rework pool to better handle v2 conversion robustly

* cleanup txpool add_to_pool

* fix nrd kernel test

* move init conversion earlier

* cleanup

* cleanup based on PR feedback
2020-09-07 16:58:41 +01:00
..
block.rs Introduce CommitOnly variant of Inputs (#3419) 2020-09-07 16:58:41 +01:00
common.rs Introduce CommitOnly variant of Inputs (#3419) 2020-09-07 16:58:41 +01:00
consensus_automated.rs thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00
consensus_floonet.rs header version 4 accompanied by new AR PoW (#3334) 2020-06-04 09:05:56 -04:00
consensus_mainnet.rs pass slices around and not refs to vecs (#3404) 2020-07-27 11:07:18 +01:00
core.rs Introduce CommitOnly variant of Inputs (#3419) 2020-09-07 16:58:41 +01:00
merkle_proof.rs Reduce memory allocations in PMMR (#3328) 2020-05-24 16:50:27 +01:00
pmmr.rs Reduce memory allocations in PMMR (#3328) 2020-05-24 16:50:27 +01:00
transaction.rs Introduce CommitOnly variant of Inputs (#3419) 2020-09-07 16:58:41 +01:00
vec_backend.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
verifier_cache.rs Refactor Output Identifiers (#3371) 2020-09-03 10:59:54 +01:00