mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
7dc94576bd
* 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 |
||
---|---|---|
.. | ||
bitmap_accumulator.rs | ||
chain_test_helper.rs | ||
data_file_integrity.rs | ||
mine_nrd_kernel.rs | ||
mine_simple_chain.rs | ||
nrd_validation_rules.rs | ||
process_block_cut_through.rs | ||
store_indices.rs | ||
store_kernel_pos_index.rs | ||
test_block_known.rs | ||
test_coinbase_maturity.rs | ||
test_get_kernel_height.rs | ||
test_header_weight_validation.rs | ||
test_txhashset.rs | ||
test_txhashset_archive.rs |