Commit Graph

35 Commits (bb9f76a7194a665effab169d228bb8cbc66ccf86)

Author SHA1 Message Date
MarcoFalke b620b2d58a
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
3 years ago
MarcoFalke d1e4c56309
Merge bitcoin/bitcoin#22363: test: refactor: use `script_util` helpers for creating P2{PKH,SH,WPKH,WSH} scripts
3 years ago
Sebastian Falbesoner 1f449586a9 test: add `bad-txns-prevout-null` test to mempool_accept.py
3 years ago
Sebastian Falbesoner 285a65ccfd test: use script_util helpers for creating P2SH scripts
3 years ago
Sebastian Falbesoner 607076d01b test: remove confusing `MAX_BLOCK_BASE_SIZE`
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
glozow 9ede34a6f2 [rpc] allow multiple txns in testmempoolaccept
4 years ago
MarcoFalke fa0aa87071
rpc: Return wtxid from testmempoolaccept
4 years ago
Prayank 5aadd4be18 Convert amounts from float to decimal
4 years ago
gzhao408 23c35bf005 [test] add get_vsize util for more programmatic testing
4 years ago
codeShark149 2233a93a10 [rpc] Return fee and vsize from testmempoolaccept
4 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke faae5a9a35
test: Add bad-txns-*-toolarge test cases to invalid_txs
5 years ago
MarcoFalke ec9b964cc9
Merge #17541: test: add functional test for non-standard bare multisig txs
5 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
Sebastian Falbesoner 1be0b1fb2a test: add functional test for non-standard bare multisig txs
5 years ago
Sebastian Falbesoner 8f2d7737cc test: add functional test for non-standard txs with too large scriptSig
5 years ago
John Newbery 0053e16714 [logging] Don't log REJECT code when transaction is rejected
5 years ago
Wladimir J. van der Laan 0ee0474234
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
5 years ago
Wladimir J. van der Laan feb162d500
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_block test.
5 years ago
Joonmo Yang 261843e4be wallet/rpc: Use the default maxfeerate value as BTC/kB
5 years ago
MarcoFalke fa89badf88
test: Require standard txs in regtest
5 years ago
lucash-dev 38bfca6bb2 Added comments referencing multiple CVEs in tests and production code.
6 years ago
Karl-Johan Alm 6c0a6f73e3
wallet/rpc: add maxfeerate parameter to sendrawtransaction
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
MarcoFalke 1111aecbb5
qa: Always refresh stale cache to be out of ibd
6 years ago
DrahtBot 06ba77973e Update copyright headers to 2018
6 years ago
MarcoFalke faee59103d
test: Fix race in mempool_accept
6 years ago
MarcoFalke aaaa8eb1ed
test: consensus: Check that final transactions are valid
6 years ago
MarcoFalke 9ebfe0e927
Merge #14819: Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actually oversize
6 years ago
Luke Dashjr 29aeed1734 Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actually oversize
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke fa31ca0c22
qa: Remove redundant checkmempool/checkblockindex extra_args
6 years ago
MarcoFalke b55555da3e
rpc: Add testmempoolaccept
7 years ago