Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-21 | test: introduce `tx_from_hex` helper for tx deserialization | Sebastian Falbesoner | |
`FromHex` is mostly used for transactions, so we introduce a shortcut `tx_from_hex` for `FromHex(CTransaction, hex_str)`. | |||
2021-06-02 | disallow_mempool_conflicts -> allow_bip125_replacement and check earlier | glozow | |
2021-05-24 | [policy] detect unsorted packages | glozow | |
2021-05-24 | [test] functional test for packages in RPCs | glozow | |