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-03-17
Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engine
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-17
Merge bitcoin-core/gui#555: Restore Send button when using external signer
Hennadii Stepanov
2022-03-17
fuzz: execute each file in dir without fuzz engine
Anthony Towns
2022-03-16
doc: Delete old line of code that was commented out
Michael Folkson
2022-03-16
Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHash a...
MarcoFalke
2022-03-16
Merge bitcoin/bitcoin#18815: bench: Add logging benchmark
MarcoFalke
2022-03-16
gui: restore Send for external signer
Sjors Provoost
2022-03-16
refactor: helper function signWithExternalSigner()
Sjors Provoost
2022-03-16
Merge bitcoin/bitcoin#24537: rpc: Split mempool RPCs from blockchain.cpp
MarcoFalke
2022-03-15
Add and use BlockManager::GetAllBlockIndices
Carl Dong
2022-03-15
Add and use CBlockIndexHeightOnlyComparator
Carl Dong
2022-03-15
move-only: Move CBlockIndexWorkComparator to blockstorage
Carl Dong
2022-03-15
Only load BlockMan in BlockMan member functions
Carl Dong
2022-03-15
style-only: No need for std::pair for vSortedByHeight
Carl Dong
2022-03-15
Add RegisterMempoolRPCCommands helper
MarcoFalke
2022-03-14
Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags
MarcoFalke
2022-03-14
Merge bitcoin/bitcoin#24225: wallet: Add sanity checks to DiscourageFeeSniping
Andrew Chow
2022-03-14
Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly crea...
MarcoFalke
2022-03-13
Merge bitcoin/bitcoin#24528: rpc: rename getdeploymentinfo status-next to sta...
MarcoFalke
2022-03-13
Merge bitcoin/bitcoin#24527: test: set segwit height back to 0 on regtest
MarcoFalke
2022-03-12
Merge bitcoin/bitcoin#24164: build: Bump minimum required clang/libc++ to 8.0
MarcoFalke
2022-03-11
refactor: Avoid int64_t -> size_t -> int64_t conversion
MarcoFalke
2022-03-11
rpc: Move mempool RPCs to new file
MarcoFalke
2022-03-11
Merge bitcoin/bitcoin#24530: wallet: assert BnB's internally calculated waste...
Andrew Chow
2022-03-11
Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAddres...
MarcoFalke
2022-03-11
Merge bitcoin/bitcoin#24421: miner: always assume we can build witness blocks
fanquake
2022-03-11
[wallet] assert BnB internally calculated waste is the same as GetSelectionWa...
glozow
2022-03-11
rpc: rename getdeploymentinfo status-next to status_next
Jon Atack
2022-03-10
test: set segwit height back to 0 on regtest
Martin Zumsande
2022-03-10
Merge bitcoin-core/gui#563: qt: Remove network detection based on address in ...
Hennadii Stepanov
2022-03-10
Merge bitcoin/bitcoin#24404: refactor: Remove confusing P1008R1 violation in ...
fanquake
2022-03-10
Merge bitcoin/bitcoin#24486: wallet: refactor: dedup sqlite blob binding
fanquake
2022-03-10
wallet: Add a deprecation warning for newly created legacy wallets
Andrew Chow
2022-03-10
qt: Remove network detection based on address in BIP21
laanwj
2022-03-10
Merge bitcoin/bitcoin#24469: test: Correctly decode UTF-8 literal string paths
MarcoFalke
2022-03-10
Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsize
MarcoFalke
2022-03-09
style-only: Various blockstorage.cpp cleanups
Carl Dong
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-03-09
Merge bitcoin/bitcoin#24498: qt: Avoid crash on startup if int specified in s...
Andrew Chow
2022-03-09
Merge bitcoin/bitcoin#24138: index: Commit MuHash and best block together for...
MarcoFalke
2022-03-09
Merge bitcoin/bitcoin#24507: fix CI: bitcoin-chainstate: Lock `cs_main` to `U...
laanwj
2022-03-08
bitcoin-chainstate: Lock cs_main to UnloadBlockIndex
Carl Dong
2022-03-08
Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSON
Andrew Chow
2022-03-08
Merge bitcoin/bitcoin#24312: addrman: Log too low compat value
MarcoFalke
2022-03-07
qt: Avoid crash on startup if int specified in settings.json
Ryan Ofsky
2022-03-07
test: Add tests for GetArg methods / settings.json type coercion
Ryan Ofsky
2022-03-07
Merge bitcoin/bitcoin#24132: build: Bump minimum Qt version to 5.11.3
fanquake
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24461: build: Minor leveldb subtree update
fanquake
[next]