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
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
2019-09-21
test: fix incorrect value in rpc_rawtransaction.py
Jon Atack
2019-09-18
Merge #16898: test: Remove connect_nodes_bi
MarcoFalke
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-17
test: Reformat python imports to aid scripted diff
MarcoFalke
2019-08-18
test: Add test for default maxfeerate in sendrawtransaction
Joonmo Yang
2019-08-02
Dump transaction version as an unsigned integer in RPC/TxToUniv
Matt Corallo
2019-05-24
remove parameters -addresstype=legacy in rpc_rawtransaction test
LongShao007
2019-05-23
replace tx hash with txid in test rawtransaction
LongShao007
2019-04-08
rpc: Validate maxfeerate with AmountFromValue
João Barbosa
2019-03-14
wallet/rpc: add maxfeerate parameter to testmempoolaccept
Karl-Johan Alm
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-06
test: Refactor vout fetches in rpc_rawtransaction
Karl-Johan Alm
[next]