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
2019-07-17
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-16
Merge #15891: test: Require standard txs in regtest by default
MarcoFalke
2019-07-16
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-16
Merge #16380: Remove unused bits from the service flags enum
fanquake
2019-07-15
docs: Improve netbase comments
Carl Dong
2019-07-12
Remove unused bits from the service flags enum
MarcoFalke
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-11
Merge #15649: Add ChaCha20Poly1305@Bitcoin AEAD
Wladimir J. van der Laan
2019-07-10
Merge #16244: Move wallet creation out of the createwallet rpc into its own f...
MarcoFalke
2019-07-10
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
CreateTransaction calls KeepDestination on ReserveDestination before success
Gregory Sanders
2019-07-10
Remove redundant pre-TopUpKeypool checks
Gregory Sanders
2019-07-10
Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...
Wladimir J. van der Laan
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Move wallet creation out of the createwallet rpc into its own function
Andrew Chow
2019-07-09
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-09
Add GetNewChangeDestination for getting new change Destinations
Andrew Chow
2019-07-09
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
Move WatchOnly stuff from SigningProvider to CWallet
Andrew Chow
2019-07-09
Remove CCryptoKeyStore and move all of it's functionality into CWallet
Andrew Chow
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
Move KeyOriginInfo to its own header file
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
Move HaveKey static function from keystore to rpcwallet where it is used
Andrew Chow
2019-07-09
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-07-09
Merge #16348: qt: Assert QMetaObject::invokeMethod result
Wladimir J. van der Laan
2019-07-08
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-07-08
gui: Fix missing qRegisterMetaType(WalletModel*)
João Barbosa
2019-07-08
Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...
Wladimir J. van der Laan
2019-07-08
Merge #14505: test: Add linter to make sure single parameter constructors are...
Wladimir J. van der Laan
2019-07-08
Merge #16267: bench: Benchmark blockToJSON
Wladimir J. van der Laan
2019-07-08
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-08
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
refactoring: make pindexBestInvalid internal to validation.cpp
James O'Beirne
2019-07-08
refactoring: add block_index_candidates arg to LoadBlockIndex
James O'Beirne
2019-07-08
refactoring: move block metadata structures into BlockManager
James O'Beirne
2019-07-08
refactor: Rename getWallets to getOpenWallets in WalletController
João Barbosa
2019-07-08
gui: Sort wallets in open wallet menu
João Barbosa
2019-07-08
Merge #16332: rpc: Add logpath description for getrpcinfo
Wladimir J. van der Laan
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-08
Make the RPCHelpMan aware of JSONRPCRequest and add Check() helper
Karl-Johan Alm
2019-07-08
Merge #16350: qt: Remove unused guard
fanquake
2019-07-07
Remove unused guard
Hennadii Stepanov
2019-07-07
Merge #16344: build: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
fanquake
2019-07-07
Merge #16326: [RPC] add new utxoupdatepsbt arguments to the CRPCCommand and C...
fanquake
2019-07-05
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-07-05
bench: Benchmark blockToJSON
Kirill Fomichev
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
[next]