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
/
rpc_rawtransaction.py
Age
Commit message (
Expand
)
Author
2024-02-28
test: add option to speed up tx relay/mempool sync
brunoerg
2023-12-05
test: add regression test for the getrawtransaction segfault
Martin Zumsande
2023-02-20
Add test for unspendable transactions and parameter 'maxburnamount' to sendra...
David Gumberg
2023-01-16
test: simplify tests by using the pre-mined chain
kouloumos
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...
Andrew Chow
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-11-10
test: Make requires_wallet private
MacroFake
2022-10-30
rpc: Return fee and prevout(s) to getrawtransaction
Douglas Chimento
2022-09-15
rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERROR
furszy
2022-09-12
RPC: unify arg type error message
furszy
2022-07-18
univalue: Return more detailed type check error messages
MacroFake
2022-07-12
scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE
MacroFake
2022-06-21
test: Remove from_node from create_self_transfer* MiniWallet helpers
MacroFake
2022-06-13
test: Remove MiniWallet mempool_valid option
MacroFake
2022-06-02
test: check `replaceable` mismatch error in `createrawtransaction` RPC
Sebastian Falbesoner
2022-05-30
test: Use MiniWallet in rpc_rawtransaction.py
Daniela Brozzoni
2022-05-30
MOVEONLY: Move signrawtransactionwithwallet test
Daniela Brozzoni
2022-01-20
test, bugfix: fix intermittent failure in getrawtransaction_tests
Jon Atack
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-31
test, refactor: rpc_rawtransaction PEP8
Jon Atack
2021-08-31
refactor: separate the rpc_rawtransaction tests into functions
Jon Atack
2021-08-31
move-only: regroup similar rpc_rawtransaction tests together
Jon Atack
2021-08-31
test: remove no longer needed (ASCII art) comments
Jon Atack
2021-08-31
test: add and harmonize getrawtransaction logging
Jon Atack
2021-08-31
test: run 2nd getrawtransaction section with/without -txindex
Jon Atack
2021-08-31
refactor: txid to constant in rpc_rawtransaction to isolate tests
Jon Atack
2021-08-31
refactor: dedup/reorg createrawtransaction sequence number tests
Jon Atack
2021-08-31
Test src/node/transaction::GetTransaction() without -txindex
Jon Atack
2021-07-20
test: check for RPC error 'Transaction already in block chain' (-27)
Sebastian Falbesoner
2021-07-14
test: whitelist rpc_rawtransaction peers to speed up tests
Jon Atack
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-08
Add regression test for incorrect decoding
Pieter Wuille
2020-11-01
Make raw multisig tests legacy wallet only in rpc_rawtransaction.py
Andrew Chow
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-07
Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...
fanquake
2020-10-05
scripted-diff: update max-fee-exceeded error message to include RPC
gzhao408
2020-10-05
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-09-30
scripted diff: Improve invalid vout value rpc error message
Nima Yazdanmehr
2020-07-16
Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv
Wladimir J. van der Laan
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-09-21
doc: improve rawtransaction code/test docs
Jon Atack
[next]