* chain: add Transaction::is_coinbase() This matches the check in zcashd/src/primitives/transaction.h:682 (CTransaction::IsCoinBase). * chain: correct Block::is_coinbase_first This matches zcashd/src/main.cpp:3968-3974 in CheckBlock. Previously, the check allowed the first transaction to have multiple coinbase inputs. * chain: return slices from Transaction::inputs()/outputs() They're slices internally so we might as well just expose them that way. |
||
|---|---|---|
| .. | ||
| proptest-regressions | ||
| src | ||
| Cargo.toml | ||