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
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
2022-06-15
Merge bitcoin/bitcoin#25339: RPC/blockchain: Elaborate on scantxoutset docume...
MacroFake
2022-06-13
RPC/blockchain: Reorder result documentation for scantxoutset
Luke Dashjr
2022-06-13
scripted-diff: RPC/blockchain: Lowercase "when" in scantxoutset documentation
Luke Dashjr
2022-06-13
RPC/blockchain: Elaborate on scantxoutset documentation
Luke Dashjr
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-07
Merge bitcoin/bitcoin#24629: Bugfix: RPC/blockchain: pruneblockchain: Return ...
MacroFake
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-06-06
Merge bitcoin/bitcoin#25220: rpc: fix incorrect warning for address type p2sh...
laanwj
2022-06-06
rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig...
brunoerg
2022-06-03
Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last...
Luke Dashjr
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-30
refactor: Replace get_int by getInt<int> alias
MacroFake
2022-05-30
refactor: Explicitly convert atomic<int> to int
João Barbosa
2022-05-30
Merge bitcoin/bitcoin#25237: rpc: Capture UniValue by ref for rpcdoccheck
fanquake
2022-05-29
rpc: Capture potentially large UniValue by ref for rpcdoccheck
Martin Zumsande
2022-05-27
rpc: remove deprecated fee fields from mempool entries
Sebastian Falbesoner
2022-05-27
Merge bitcoin/bitcoin#24408: rpc: add rpc to get mempool txs spending specifi...
MacroFake
2022-05-23
coinstats: Move GetUTXOStats to rpc/blockchain
Carl Dong
2022-05-23
style-only: Rearrange using decls after scripted-diff
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-20
coinstats: Extract index_requested in-member to in-param
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-20
includes: Remove rpc/util.h -> node/coinstats.h
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-20
Merge bitcoin/bitcoin#25170: build: Enable RPC_DOC_CHECK on --enable-debug
fanquake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
build: Enable RPC_DOC_CHECK on --enable-debug
MacroFake
2022-05-19
Merge bitcoin/bitcoin#25161: rpc: Put undocumented JSON failure mode behind a...
MacroFake
2022-05-18
rpc: Put undocumented JSON failure mode behind a runtime flag
Suhail Saqan
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
Merge bitcoin/bitcoin#23679: Sanitize `port` in `addpeeraddress()`
fanquake
2022-05-17
Merge bitcoin/bitcoin#25114: rpc: remove deprecated "softforks" field from ge...
MacroFake
2022-05-16
Merge bitcoin/bitcoin#25095: rpc: Fix implicit-integer-sign-change in gettxout
fanquake
2022-05-16
Merge bitcoin/bitcoin#24640: Bugfix: RPC/blockchain: Correct description of g...
MacroFake
2022-05-14
Sanitize port in `addpeeraddress()`
amadeuszpawlik
2022-05-13
rpc: remove deprecated "softforks" field from getblockchaininfo
Sebastian Falbesoner
2022-05-13
rpc: Fix implicit-integer-sign-change in gettxout
MacroFake
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-11
rpc: check `fopen` return code in dumptxoutset
Sebastian Falbesoner
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
refactor: use chainman instead of chainParams for DeploymentActive*
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
[next]