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-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-11
Merge bitcoin/bitcoin#24026: Block unsafe std::string fs::path conversion cop...
fanquake
2022-01-11
Change type of `backup_file` parameter in RestoreWallet/restoreWallet
Hennadii Stepanov
2022-01-10
refactor: Block unsafe std::string fs::path conversion copy_file calls
Hennadii Stepanov
2022-01-10
Merge bitcoin/bitcoin#23884: doc: Remove outdated scriptChange TODO comment
Andrew Chow
2022-01-10
Merge bitcoin/bitcoin#23994: Consolidate all uses of the fast range mapping t...
MarcoFalke
2022-01-09
Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialog
Hennadii Stepanov
2022-01-07
Add FastRange32 function and use it throughout the codebase
Pieter Wuille
2022-01-07
refactor: add thread safety lock assertion to WriteBlockIndexDB()
Jon Atack
2022-01-06
Move CBlockFileInfo::ToString method where class is declared
Russell Yanofsky
2022-01-07
Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo...
fanquake
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-06
scripted-diff: rename MapIntoRange to FastRange64
Pieter Wuille
2022-01-06
[moveonly] Move MapIntoRange() to separate util/fastrange.h
Pieter Wuille
2022-01-06
Merge bitcoin/bitcoin#23828: scripted-diff: Rename libbitcoin_server.a to lib...
MarcoFalke
2022-01-06
Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz tests
MarcoFalke
2022-01-06
Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal...
MarcoFalke
2022-01-06
Merge bitcoin/bitcoin#23832: Refactor: Changes time variables from int to chrono
MarcoFalke
2022-01-06
Merge bitcoin/bitcoin#23970: Remove pointless and confusing shift in RelayAdd...
fanquake
2022-01-05
Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum is ...
laanwj
2022-01-05
Merge bitcoin/bitcoin#23784: bitcoin-tx: Require that input amount is provide...
MarcoFalke
2022-01-05
scripted-diff: Rename touched member variables
MarcoFalke
2022-01-05
Make blockstorage globals private members of BlockManager
MarcoFalke
2022-01-05
doc: Clarify nPruneAfterHeight for signet
MarcoFalke
2022-01-05
test: Load genesis block to allow flush
MarcoFalke
2022-01-05
Move blockstorage-related unload to BlockManager::Unload
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#23980: doc: Fix typo in getmempoolinfo (z->s)
laanwj
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2022-01-05
move-only: Create WriteBlockIndexDB helper
MarcoFalke
2022-01-05
Move functions to BlockManager
MarcoFalke
2022-01-05
doc: Fix typo in LoadBlockIndex
brunoerg
2022-01-05
doc: Fix typo in getmempoolinfo
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#23975: doc: Mark proprietary array optional
fanquake
2022-01-04
doc: Mark proprietary array optional
MarcoFalke
2022-01-04
refactor: Remove pointless and confusing shift in RelayAddress
MarcoFalke
2022-01-04
Merge bitcoin/bitcoin#23826: test: Make AddrMan unit tests use public interfa...
fanquake
2022-01-04
Merge bitcoin/bitcoin#23936: rpc: Add and use EnsureArgsman helper
MarcoFalke
2022-01-04
Merge bitcoin/bitcoin#23320: rpc: Add RPC help for getblock verbosity level 3
W. J. van der Laan
2022-01-04
Merge bitcoin-core/gui#516: Change 'Show' icon
Hennadii Stepanov
2022-01-04
Refactor: Uses c++ init convention for time variables
Shashwat
2022-01-04
Refactor: Changes remaining time variable type from int to chrono
Shashwat
2022-01-04
Merge bitcoin/bitcoin#23581: Move BlockManager to node/blockstorage
fanquake
2022-01-04
Merge bitcoin/bitcoin#23751: build, qt: No need to set inapplicable QPA backe...
fanquake
2022-01-03
test: Cover eviction by timeout in addrman_evictionworks
Martin Zumsande
2022-01-03
test: Add test for multiplicity in addrman new tables
Martin Zumsande
2022-01-03
Merge bitcoin/bitcoin#23683: bug fix: valid but different LockPoints after a ...
MarcoFalke
2022-01-03
build, qt: No need to set inapplicable QPA backend for Android
Hennadii Stepanov
[next]