Antioch Peverell
c188b60a38
readonly verify_coinbase_maturity ( #2164 )
...
* move verify_coinbase_maturity into utxo_view
no longer need a write lock on txhashset
* rustfmt
2018-12-16 09:26:39 +00:00
hashmap
aedac483f5
Convert to Rust 2018 edition ( #2084 )
...
* Convert to Rust 2018 edition
* Update gitignore
2018-12-08 00:59:40 +01:00
Antioch Peverell
02b3bf4b59
utxo_view hash compare ( #2082 )
...
* utxo_view validate_input now checks the data in the output MMR
* cleanup apply_input and validate_input
2018-12-05 09:58:40 -08:00
Antioch Peverell
f05d3dd920
decouple outputs from output MMR ( #2044 )
2018-11-29 10:17:44 +00:00
Antioch Peverell
acec59e249
introduce rewindable_kernel_view (readonly but rewindable kernel MMR view) ( #1587 )
...
* introduce rewindable_kernel_view
cleanup header in extension
* cleanup and docs/comments
* txhashset does not need to be mutable here
* pull validate_kernel_history out into fn
2018-09-26 09:59:00 +01:00