index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
mempool_accept.py
Age
Commit message (
Expand
)
Author
2024-04-25
test: Add test case for spending bare multisig
Brandon Odiwuor
2024-02-21
test: check_mempool_result negative feerate
kevkevin
2024-02-15
rpc: Fixed signed integer overflow for large feerates
MarcoFalke
2023-06-19
test: refactor: introduce `generate_keypair` helper with WIF support
Sebastian Falbesoner
2023-05-12
test: Return dict in MiniWallet::send_to
MarcoFalke
2023-01-16
test: add `rescan_utxos` in MiniWallet's initialization
kouloumos
2023-01-10
[rpc] return effective-includes in testmempoolaccept and submitpackage
glozow
2023-01-10
[rpc] return effective-feerate in testmempoolaccept and submitpackage
glozow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-19
Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes
Greg Sanders
2022-09-12
RPC: unify arg type error message
furszy
2022-07-12
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
MacroFake
2022-06-01
test: Set maxfeerate=0 in MiniWallet sendrawtransaction()
MacroFake
2022-01-13
test: use MiniWallet for mempool_accept.py
Sebastian Falbesoner
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-26
test: add script_util helper for creating bare multisig scripts
Sebastian Falbesoner
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-02
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
MarcoFalke
2021-07-09
Merge bitcoin/bitcoin#22363: test: refactor: use `script_util` helpers for cr...
MarcoFalke
2021-07-05
test: add `bad-txns-prevout-null` test to mempool_accept.py
Sebastian Falbesoner
2021-07-05
test: use script_util helpers for creating P2SH scripts
Sebastian Falbesoner
2021-07-03
test: remove confusing `MAX_BLOCK_BASE_SIZE`
Sebastian Falbesoner
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2021-05-24
[rpc] allow multiple txns in testmempoolaccept
glozow
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2020-10-21
Convert amounts from float to decimal
Prayank
2020-09-16
[test] add get_vsize util for more programmatic testing
gzhao408
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-03
test: Add bad-txns-*-toolarge test cases to invalid_txs
MarcoFalke
2020-01-16
Merge #17541: test: add functional test for non-standard bare multisig txs
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-11-20
test: add functional test for non-standard bare multisig txs
Sebastian Falbesoner
2019-11-20
test: add functional test for non-standard txs with too large scriptSig
Sebastian Falbesoner
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-09-18
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
Wladimir J. van der Laan
2019-09-18
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-08-18
wallet/rpc: Use the default maxfeerate value as BTC/kB
Joonmo Yang
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-19
qa: Always refresh stale cache to be out of ibd
MarcoFalke
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-12-14
test: Fix race in mempool_accept
MarcoFalke
2018-12-11
test: consensus: Check that final transactions are valid
MarcoFalke
2018-11-28
Merge #14819: Bugfix: test/functional/mempool_accept: Ensure oversize transac...
MarcoFalke
2018-11-27
Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actual...
Luke Dashjr
[next]