glozow
|
f8253d69d6
|
extract/rename helper functions from rpc_packages.py
MOVEONLY; no change in behavior. Rename because there is another helper
funciton in chain_transaction in test_framework.util.py
|
2021-08-06 10:04:59 +01:00 |
|
Sebastian Falbesoner
|
2ce7b47958
|
test: introduce tx_from_hex helper for tx deserialization
`FromHex` is mostly used for transactions, so we introduce a
shortcut `tx_from_hex` for `FromHex(CTransaction, hex_str)`.
|
2021-06-21 14:28:05 +02:00 |
|
glozow
|
5cac95cd15
|
disallow_mempool_conflicts -> allow_bip125_replacement and check earlier
|
2021-06-02 09:52:50 +01:00 |
|
glozow
|
13650fe2e5
|
[policy] detect unsorted packages
|
2021-05-24 15:48:32 +01:00 |
|
glozow
|
c4259f4b7e
|
[test] functional test for packages in RPCs
|
2021-05-24 15:48:32 +01:00 |
|