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
Age
Commit message (
Expand
)
Author
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-06-07
minor: remove unnecessary semicolons from RPC content type examples
Matthew Zipkin
2024-06-07
bitcoin-cli: use json-rpc 2.0
Matthew Zipkin
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor
Ava Chow
2024-06-03
Merge bitcoin/bitcoin#30215: doc: JSON-RPC request Content-Type is applicatio...
merge-script
2024-05-31
doc: JSON-RPC request Content-Type is application/json
Luke Dashjr
2024-05-24
assumeutxo: Add network magic ctor param to SnapshotMetadata
Fabian Jahr
2024-05-23
Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...
Ava Chow
2024-05-23
Merge bitcoin/bitcoin#30115: rpc: avoid copying into UniValue
Ryan Ofsky
2024-05-23
Merge bitcoin/bitcoin#30062: net: add ASMap info in `getrawaddrman` RPC
glozow
2024-05-22
net: rpc: return peer's mapped AS in getrawaddrman
brunoerg
2024-05-21
rpc: Enhance metadata of the dumptxoutset output
Fabian Jahr
2024-05-21
assumeutxo: Add documentation on dumptxoutset serialization format
Fabian Jahr
2024-05-21
rpc: Optimize serialization disk space of dumptxoutset
Fabian Jahr
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
util: move util/message to common/signmessage
Ryan Ofsky
2024-05-16
Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by client
Ryan Ofsky
2024-05-15
rpc: Remove index-based Arg accessor
MarcoFalke
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-14
doc: add comments and release-notes for JSON-RPC 2.0
Matthew Zipkin
2024-05-14
rpc: JSON-RPC 2.0 should not respond to "notifications"
Matthew Zipkin
2024-05-14
rpc: Avoid returning HTTP errors for JSON-RPC 2.0 requests
Matthew Zipkin
2024-05-14
rpc: Add "jsonrpc" field and drop null "result"/"error" fields
Matthew Zipkin
2024-05-14
rpc: identify JSON-RPC 2.0 requests
Matthew Zipkin
2024-05-13
Merge bitcoin/bitcoin#30094: rpc: move UniValue in blockToJSON
Ryan Ofsky
2024-05-13
rpc: move UniValue in blockToJSON
willcl-ark
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-08
Merge bitcoin/bitcoin#29292: rpc: improve submitpackage documentation and oth...
Ava Chow
2024-05-08
Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec...
Ava Chow
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-07
doc: rpc: fix submitpackage examples
stickies-v
2024-05-07
rpc: update min package size error message in submitpackage
stickies-v
2024-05-07
doc: rpc: submitpackage takes sorted array
stickies-v
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-05-06
Merge bitcoin/bitcoin#29845: rpc: return warnings as an array instead of just...
Ava Chow
2024-05-03
rpc: bugfix, incorrect segwit redeem script size used in signrawtransactionwi...
furszy
2024-05-03
fix incorrect multisig redeem script size limit for segwit
furszy
2024-05-01
rpc: return warnings as an array instead of just a single one
stickies-v
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
[next]