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
2021-09-03
qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addView
Hennadii Stepanov
2021-08-26
qt, refactor: Declare getWalletModel with const and noexcept qualifiers
Hennadii Stepanov
2021-08-26
qt, refactor: Drop redundant checks of walletModel
Hennadii Stepanov
2021-08-26
qt, refactor: Pass WalletModel object to WalletView constructor
Hennadii Stepanov
2021-08-26
Merge bitcoin-core/gui#403: refactor: Make paths to update Encryption and HD ...
Hennadii Stepanov
2021-08-26
Merge bitcoin/bitcoin#22648: doc, test: improve i2p/tor docs and i2p reachabl...
W. J. van der Laan
2021-08-26
Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0
fanquake
2021-08-26
Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp`
MarcoFalke
2021-08-26
Merge bitcoin/bitcoin#22755: fuzz: Avoid timeout in blockfilter fuzz target
MarcoFalke
2021-08-25
Merge bitcoin/bitcoin#22780: doc: Remove incorrect INIT_PROTO_VERSION from nT...
MarcoFalke
2021-08-25
Use `context.args` in `src/wallet/load.cpp`.
Kiminuo
2021-08-24
Fix build with Boost 1.77.0
Rafael Sadowski
2021-08-24
Use `context.args` in `CWallet::Create` instead of `gArgs`.
Kiminuo
2021-08-24
Fix typo in bitcoin-cli.cpp
Kiminuo
2021-08-24
Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935)
fanquake
2021-08-24
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...
fanquake
2021-08-23
Merge bitcoin-core/gui#408: Add missing mnemonics in menu bar options
Hennadii Stepanov
2021-08-23
Merge bitcoin/bitcoin#22769: fuzz: Use LIMITED_WHILE instead of limit_max_ops
MarcoFalke
2021-08-23
qt: Add missing mnemonics in menu bar options
Shashwat
2021-08-23
Merge bitcoin-core/gui#406: Handle new added plurals in bitcoin_en.ts
W. J. van der Laan
2021-08-23
doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#20541: Move special CAddress-without-nTime logic to net...
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#20769: net: fixes #20657 - Advertised address where nob...
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#22275: A few follow-ups for taproot signing
fanquake
2021-08-23
Merge bitcoin/bitcoin#22748: refactor: Avoid temporary vectors/uint256s in Ve...
fanquake
2021-08-22
doc: remove outdated comment
Martin Zumsande
2021-08-22
refactor: Remove unused KeyIDHasher
Martin Zumsande
2021-08-24
the result of CWallet::IsHDEnabled() was initialized with true.
Saibato
2021-08-24
refactor: replace QDateTime::toTime_t with QDateTime::toSecsSinceEpoch
fanquake
2021-08-24
refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch
fanquake
2021-08-21
Drop us=... message in net debug for sending version message
Pieter Wuille
2021-08-21
refactor: move CAddress-without-nTime logic to net_processing
Pieter Wuille
2021-08-22
qt: Handle new added plurals in bitcoin_en.ts
Hennadii Stepanov
2021-08-21
fuzz: Use LIMITED_WHILE instead of limit_max_ops
MarcoFalke
2021-08-21
Merge bitcoin/bitcoin#22633: refactor: Replace remaining binascii method calls
MarcoFalke
2021-08-20
Avoid temporary vectors/uint256s in VerifyTaprootCommitment
Pieter Wuille
2021-08-20
Assert that IsComplete() in GetSpendData()
Pieter Wuille
2021-08-20
Remove default nHashTypeIn arguments to MutableTransactionSignatureCreator
Pieter Wuille
2021-08-20
Simplify SignTransaction precomputation loop
Pieter Wuille
2021-08-20
Improve comments in taproot signing logic
Pieter Wuille
2021-08-20
fuzz: Avoid timeout in blockfilter fuzz target
MarcoFalke
2021-08-20
Merge bitcoin/bitcoin#22697: addrman: Remove CAddrMan::Clear() function
fanquake
2021-08-19
Add I2P network SetReachable/IsReachable unit test assertions
Jon Atack
2021-08-19
[addrman] Clean up ctor
John Newbery
2021-08-19
[addrman] inline Clear() into CAddrMan ctor
John Newbery
2021-08-19
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
John Newbery
2021-08-19
Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related global ...
fanquake
2021-08-19
Merge bitcoin/bitcoin#22331: crypto: Fix K1/K2 use in ChaCha20-Poly1305 AEAD
fanquake
2021-08-19
Merge bitcoin/bitcoin#22724: windres: use PACKAGE_VERSION rather than buildin...
fanquake
[next]