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
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-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
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-17
Address test todos by removing -txindex to nodes.
Amiti Uttarwar
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2018-12-22
scripted-diff: Remove unused 'split' parameter to setup_network
MarcoFalke
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-24
qa: Add some actual witness in rpc_rawtransaction
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-28
[tests] Check signrawtransaction* errors on missing prevtx info
Anthony Towns
2018-04-24
Merge #12436: [rpc] Adds a functional test to validate the transaction versio...
Wladimir J. van der Laan
2018-04-09
test: Assert on correct variable
Karl-Johan Alm
2018-04-06
Asserts that the tx version number is a signed 32-bit integer.
251
2018-03-07
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
scripted-diff: validateaddress to getaddressinfo in tests
Andrew Chow
2018-02-11
Fix a-vs-an typos
practicalswift
2018-01-30
Add special error for genesis coinbase to gettransaction
MeshCollider
2018-01-25
[tests] Rename rpc_* functional tests.
Anthony Towns