index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Merge bitcoin/bitcoin#24956: Call CHECK_NONFATAL only once where needed
MacroFake
2022-04-28
Merge bitcoin/bitcoin#24958: build: Fix macOS Apple M1 build with miniupnpc a...
laanwj
2022-04-28
Merge bitcoin/bitcoin#24937: test: Remove previous release check in feature_t...
laanwj
2022-04-28
Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel`
fanquake
2022-04-28
Merge bitcoin/bitcoin#24988: lint: Mention NONFATAL_UNREACHABLE in lint-asser...
fanquake
2022-04-28
Merge bitcoin/bitcoin#24982: tests: Port `lint-all.sh` to `lint-all.py`
laanwj
2022-04-28
Merge bitcoin/bitcoin#22564: refactor: Move mutable globals cleared in `::Unl...
MacroFake
2022-04-28
Merge bitcoin/bitcoin#24831: tidy: add include-what-you-use
MacroFake
2022-04-28
Merge bitcoin/bitcoin#25011: tests: Do not always create a descriptor wallet ...
MacroFake
2022-04-27
build: Remove LIBTOOL_APP_LDFLAGS for bitcoin-chainstate
Cory Fields
2022-04-27
docs: Add libbitcoinkernel_la_SOURCES explanation
Carl Dong
2022-04-27
ci: Build libbitcoinkernel
Carl Dong
2022-04-27
build: Extract the libbitcoinkernel library
Carl Dong
2022-04-27
tests: Do not always create a descriptor wallet in wallet_createwallet
Andrew Chow
2022-04-27
Merge bitcoin/bitcoin#18642: Use std::chrono for the time to rotate destinati...
MacroFake
2022-04-27
Crash debug builds on PCKG_MEMPOOL_ERROR
MacroFake
2022-04-27
Merge bitcoin/bitcoin#25001: Modernize util/strencodings and util/string: `st...
laanwj
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
2022-04-27
Clear {versionbits,warning}cache in ~Chainstatemanager
Carl Dong
2022-04-27
style-only: Use std::clamp for check_ratio, rename
Carl Dong
2022-04-27
style-only: Use for instead of when loading Chainstate
Carl Dong
2022-04-27
init: Reset mempool and chainman via reconstruction
Carl Dong
2022-04-27
Merge bitcoin-core/gui#589: Getting ready to Qt 6 (7/n). Do not pass `WalletM...
Hennadii Stepanov
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} take string_view arguments
Pieter Wuille
2022-04-27
Generalize ConvertBits to permit transforming the input
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-27
Reject incorrect base64 in HTTP auth
Pieter Wuille
2022-04-27
Make SanitizeString use string_view
Pieter Wuille
2022-04-27
Make IsHexNumber use string_view
Pieter Wuille
2022-04-27
Make IsHex use string_view
Pieter Wuille
2022-04-27
Make ParseHex use string_view
Pieter Wuille
2022-04-27
Call CHECK_NONFATAL only once where needed
MarcoFalke
2022-04-27
Merge bitcoin/bitcoin#24739: test: Fix intermittent test failure in wallet_li...
MacroFake
2022-04-26
validation: default initialize and guard chainman members
Anthony Towns
2022-04-26
refactor: Convert warningcache to std::array
Carl Dong
2022-04-26
b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp
Carl Dong
2022-04-26
build: Separate lib_LTLIBRARIES initialization
Carl Dong
2022-04-26
build: Create .la library for bitcoincrypto
Carl Dong
2022-04-26
build: Create .la library for leveldb
Carl Dong
2022-04-26
build: Create .la library for crc32c
Carl Dong
2022-04-26
Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private
fanquake
2022-04-26
Merge bitcoin/bitcoin#21726: Improve Indices on pruned nodes via prune blockers
fanquake
[next]