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
Age
Commit message (
Expand
)
Author
2022-05-10
validation: replace ::Params() calls with chainstate/chainman member
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-05-09
Merge bitcoin/bitcoin#24946: Unroll the ChaCha20 inner loop for performance
MacroFake
2022-05-06
Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...
MacroFake
2022-05-06
Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...
MacroFake
2022-05-06
Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...
MacroFake
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-05-05
Merge bitcoin/bitcoin#24141: Rename message_command variables in src/net* and...
MacroFake
2022-05-04
Merge bitcoin/bitcoin#22235: script: add script to generate example bitcoin.conf
laanwj
2022-05-04
Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror
laanwj
2022-05-04
Unroll the ChaCha20 inner loop for performance
Pieter Wuille
2022-05-04
doc: update init.cpp -conf help text
josibake
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-05-04
Merge bitcoin/bitcoin#24976: netgroup: Follow-up for #22910
fanquake
2022-05-04
Merge bitcoin/bitcoin#25057: refactor: replace remaining boost::split with Sp...
fanquake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-05-04
Merge bitcoin/bitcoin#25060: blockstorage: add LIFETIMEBOUND to GetFirstStore...
MacroFake
2022-05-04
Merge bitcoin/bitcoin#25058: rpc: Move output script RPCs to separate file, r...
fanquake
2022-05-04
Merge bitcoin/bitcoin#25040: refactor: Pass lifetimebound reference to Single...
MacroFake
2022-05-04
Merge bitcoin/bitcoin#25047: tidy: add readability-redundant-declaration
MacroFake
2022-05-04
fuzz: SplitString with multiple separators
Martin Leitner-Ankerl
2022-05-04
http: replace boost::split with SplitString
Martin Leitner-Ankerl
2022-05-04
core_read: Replace boost::split with SplitString
Martin Leitner-Ankerl
2022-05-04
Extend Split to work with multiple separators
Martin Leitner-Ankerl
2022-05-03
blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_time
Jon Atack
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-05-03
Merge bitcoin/bitcoin#25053: Guard `#include <config/bitcoin-config.h>`
fanquake
2022-05-03
scripted-diff: Rename rpc/misc.cpp to rpc/node.cpp
MacroFake
2022-05-03
rpc: Move output script RPCs to separate file
MacroFake
2022-05-03
Merge bitcoin/bitcoin#25029: rpc: Move fee estimation RPCs to separate file
MacroFake
2022-05-02
Guard `#include <config/bitcoin-config.h>`
Hennadii Stepanov
2022-05-02
Merge bitcoin/bitcoin#25017: validation: make CScriptCheck and prevector swap...
MacroFake
2022-05-01
tidy: add readability-redundant-declaration
fanquake
2022-04-30
Reject invalid rpcauth formats
MacroFake
2022-04-30
Merge bitcoin/bitcoin#24543: net processing: Move remaining globals into Peer...
MacroFake
2022-04-30
Pass lifetimebound reference to SingleThreadedSchedulerClient
MacroFake
2022-04-29
rpc: Move fee estimation RPCs to separate file
MacroFake
2022-04-29
test: Remove boost::split from getarg_tests.cpp
MacroFake
2022-04-29
Merge bitcoin/bitcoin#25025: test: Remove boost::split from rpc_tests.cpp
MacroFake
2022-04-29
Merge bitcoin/bitcoin#25016: refactor: GetFirstStoredBlock() and getblockchai...
fanquake
2022-04-29
Merge bitcoin/bitcoin#25024: test: Split MempoolAncestryTests into two
fanquake
2022-04-29
Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg util...
fanquake
2022-04-29
test: Remove boost::split from rpc_tests.cpp
MacroFake
2022-04-29
test: Split MempoolAncestryTests into two
MacroFake
2022-04-29
Merge bitcoin/bitcoin#25009: Crash debug builds on PCKG_MEMPOOL_ERROR
MacroFake
2022-04-28
Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros...
Andrew Chow
2022-04-28
Merge bitcoin/bitcoin#24984: wallet: ignore chainStateFlushed notifications w...
Andrew Chow
2022-04-28
rpc: use GetBlockTime() for getblockchaininfo#time
Jon Atack
[next]