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-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
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
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
2019-07-05
Merge #16327: scripts and tools: Update ShellCheck linter
fanquake
2019-07-04
Enable ShellCheck rules
Hennadii Stepanov
2019-07-04
[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertPara...
John Newbery
2019-07-03
Add HaveKey and HaveCScript to SigningProvider
Andrew Chow
2019-07-03
Merge #16299: bench: Move generated data to a dedicated translation unit
MarcoFalke
2019-07-03
Add logpath description for getrpcinfo
Gregory Sanders
2019-07-03
Merge #16325: rpc: Clarify that block count means height excl genesis
Wladimir J. van der Laan
2019-07-03
Merge #15483: rpc: Adding a 'logpath' entry to getrpcinfo
Wladimir J. van der Laan
2019-07-03
Merge #14734: fix an undefined behavior in uint::SetHex
Wladimir J. van der Laan
2019-07-03
Merge #16294: qt: test: Create at most one testing setup
Wladimir J. van der Laan
2019-07-03
Merge #16158: Fix logic of memory_cleanse() on MSVC and clean up docs
Wladimir J. van der Laan
2019-07-03
Merge #16262: rpc: Allow shutdown while in generateblocks
Wladimir J. van der Laan
[next]