aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_accept.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-2/+2
* Convert amounts from float to decimalPrayank2020-10-211-8/+8
* [test] add get_vsize util for more programmatic testinggzhao4082020-09-161-4/+4
* [rpc] Return fee and vsize from testmempoolacceptcodeShark1492020-09-151-5/+8
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: Add bad-txns-*-toolarge test cases to invalid_txsMarcoFalke2020-03-031-2/+3
* Merge #17541: test: add functional test for non-standard bare multisig txsMarcoFalke2020-01-161-1/+14
|\
| * test: add functional test for non-standard bare multisig txsSebastian Falbesoner2019-11-201-1/+14
* | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
|/
* test: add functional test for non-standard txs with too large scriptSigSebastian Falbesoner2019-11-201-0/+6
* [logging] Don't log REJECT code when transaction is rejectedJohn Newbery2019-10-101-18/+18
* Merge #16521: rpc: Use the default maxfeerate value as BTC/kBWladimir J. van der Laan2019-09-181-0/+1
|\
| * wallet/rpc: Use the default maxfeerate value as BTC/kBJoonmo Yang2019-08-181-0/+1
* | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...Wladimir J. van der Laan2019-09-181-0/+1
|\ \ | |/ |/|
| * Added comments referencing multiple CVEs in tests and production code.lucash-dev2019-06-021-0/+1
* | test: Require standard txs in regtestMarcoFalke2019-06-211-1/+0
|/
* wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm2019-03-141-8/+8
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-24/+23
* qa: Always refresh stale cache to be out of ibdMarcoFalke2019-02-191-3/+1
* Update copyright headers to 2018DrahtBot2018-12-291-1/+1
* test: Fix race in mempool_acceptMarcoFalke2018-12-141-2/+3
* test: consensus: Check that final transactions are validMarcoFalke2018-12-111-1/+19
* Merge #14819: Bugfix: test/functional/mempool_accept: Ensure oversize transac...MarcoFalke2018-11-281-1/+2
|\
| * Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actual...Luke Dashjr2018-11-271-1/+2
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
|/
* qa: Remove redundant checkmempool/checkblockindex extra_argsMarcoFalke2018-08-081-1/+0
* rpc: Add testmempoolacceptMarcoFalke2018-03-241-0/+293