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
2020-12-04
Merge #20566: refactor: Use C++17 std::array where possible
MarcoFalke
2020-12-04
Merge #20255: util: Add Assume() identity function
MarcoFalke
2020-12-04
refactor: Use C++17 std::array where possible
MarcoFalke
2020-12-03
Merge #20221: net: compat.h related cleanup
Wladimir J. van der Laan
2020-12-02
Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...
fanquake
2020-12-02
Merge #18948: qt: Call setParent() in the parent's context
Jonas Schnelli
2020-12-02
Merge #20507: sync: print proper lock order location when double lock is dete...
MarcoFalke
2020-12-02
Merge #20461: rpc: Validate -rpcauth arguments
MarcoFalke
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-12-01
Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministic
MarcoFalke
2020-12-01
Merge #20496: build: Drop unneeded macOS framework dependencies
Jonas Schnelli
2020-12-01
Merge bitcoin-core/gui#137: refactor: Replace deprecated Qt::SystemLocale{Sho...
Jonas Schnelli
2020-12-01
Merge #20222: refactor: CTxMempool constructor clean up
MarcoFalke
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-12-01
Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOv...
MarcoFalke
2020-11-30
Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).
MarcoFalke
2020-11-30
Merge #20491: refactor: Drop noop gcc version checks
fanquake
2020-11-28
Merge bitcoin-core/gui#138: unlock encrypted wallet "OK" button bugfix
MarcoFalke
2020-11-28
Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...
MarcoFalke
2020-11-27
qt: unlock wallet "OK" button bugfix
Michael Dietz
2020-11-27
Add [[nodiscard]] to RenameOver(...)
practicalswift
2020-11-27
Handle rename failure in DumpMempool(...) by using RenameOver(...) return value
practicalswift
2020-11-27
refactor: Replace deprecated Qt::SystemLocale{Short,Long}Date
Hennadii Stepanov
2020-11-26
Mention units of MAX_STANDARD_ policy constants
Pieter Wuille
2020-11-26
Mention in validation that IsWitnessStandard tests for P2TR
Pieter Wuille
2020-11-26
Clean up assets test minimizer LDFLAGS
Pieter Wuille
2020-11-26
Document additional IsWitnessStandard behavior
Pieter Wuille
2020-11-26
Add comments on CPubKey::IsValid
Pieter Wuille
2020-11-26
Add comments to VerifyTaprootCommitment
Pieter Wuille
2020-11-26
sync: use HasReason() in double lock tests
Vasil Dimov
2020-11-26
sync: const-qualify the argument of double_lock_detected()
Vasil Dimov
2020-11-26
sync: print proper lock order location when double lock is detected
Vasil Dimov
2020-11-26
Remove NODISCARD
practicalswift
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-25
Add MAX_STANDARD_SCRIPTSIG_SIZE to policy
sanket1729
2020-11-25
build: Drop unneeded ApplicationServices framework dependency
Hennadii Stepanov
2020-11-25
Merge #19337: sync: detect double lock from the same thread
Wladimir J. van der Laan
2020-11-25
Merge #19387: span: update constructors to match c++20 draft spec and add lif...
MarcoFalke
2020-11-25
qt: Improve comments in WalletController::getOrCreateWallet()
Hennadii Stepanov
2020-11-25
qt: Call setParent() in the parent's context
Hennadii Stepanov
2020-11-25
qt: Add ObjectInvoke template function
Hennadii Stepanov
2020-11-25
Drop noop gcc version checks
Hennadii Stepanov
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
2020-11-25
Merge #20469: build: Avoid secp256k1.h include from system
Wladimir J. van der Laan
2020-11-25
Merge #20410: wallet: Do not treat default constructed types as None-type
MarcoFalke
2020-11-24
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
Russell Yanofsky
2020-11-24
Move ChainImpl from interfaces/chain.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-24
Move NodeImpl from interfaces/node.cpp to node/interfaces.cpp
Russell Yanofsky
[next]