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
/
src
/
rpc
/
rawtransaction.cpp
Age
Commit message (
Expand
)
Author
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-12
Merge #18495: rpc: Remove deprecated migration code
MarcoFalke
2020-04-10
rpc: Remove deprecated migration code
Vasil Dimov
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-03-27
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
Sjors Provoost
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-11
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-05
Remove redundant type information from rpc docs
David O'Callaghan
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-02-05
Merge #17804: doc: Misc RPC help fixes
Wladimir J. van der Laan
2020-01-29
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
2020-01-23
doc: Fix syntax error (trailing square bracket) in finalizepsbt
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-13
Merge #17617: doc: unify unix epoch time descriptions
Wladimir J. van der Laan
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-10
Don't calculate tx fees for PSBTs with invalid money values
Andrew Chow
2019-12-10
rpc: add missing newline in analyzepsbt rpcresult
Jon Atack
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
rpc: Use mempool from node context instead of global
MarcoFalke
2019-11-19
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
2019-11-18
Accumulate result UniValue in SignTransaction
Andrew Chow
2019-11-04
doc: Fix some misspellings
randymcmillan
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-24
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-17
Merge #17119: doc: Fix broken bitcoin-cli examples
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-14
[rpc] Fix broken bitcoin-cli examples
Andrew Toth
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-18
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
Wladimir J. van der Laan
2019-09-18
Merge #16512: rpc: Shuffle inputs and outputs after joining psbts
Wladimir J. van der Laan
2019-09-04
Shuffle inputs and outputs after joining psbts
Andrew Chow
2019-09-03
Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...
Andrew Chow
2019-08-18
wallet/rpc: Use the default maxfeerate value as BTC/kB
Joonmo Yang
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-02
Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...
MarcoFalke
2019-08-02
Merge #15911: Use wallet RBF default for walletcreatefundedpsbt
MarcoFalke
2019-08-01
Add BroadcastTransaction utility usage in Chain interface
Antoine Riard
2019-07-27
rpc: sendrawtransaction unconditionality/privacy note
Jon Atack
2019-07-27
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
[next]