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
/
wallet
Age
Commit message (
Expand
)
Author
2018-06-11
Merge #13230: Simplify include analysis by enforcing the developer guide's in...
Wladimir J. van der Laan
2018-06-11
Merge #12634: [refactor] Make TransactionWithinChainLimit more flexible
Wladimir J. van der Laan
2018-06-11
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
2018-06-11
wallet: Switch to using ancestor/descendant limits
Karl-Johan Alm
2018-06-11
wallet: Strictly greater than for ancestor caps
Karl-Johan Alm
2018-06-11
Switch to GetTransactionAncestry() in OutputEligibleForSpending
Karl-Johan Alm
2018-06-11
mempool: Add explicit max_descendants
Karl-Johan Alm
2018-06-06
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-01
Merge #13058: [wallet] `createwallet` RPC - create new wallet at runtime
Jonas Schnelli
2018-05-31
[wallets] [docs] Add release notes for createwallet RPC.
John Newbery
2018-05-31
Merge #13309: Directly operate with CMutableTransaction in SignSignature
Wladimir J. van der Laan
2018-05-30
Merge #13069: docs: Fix typos
MarcoFalke
2018-05-30
Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safety
Wladimir J. van der Laan
2018-05-30
Generic TransactionSignatureCreator works with both CTransaction and CMutable...
Martin Ankerl
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-29
Merge #13142: Separate IsMine from solvability
Wladimir J. van der Laan
2018-05-25
[wallet] [rpc] Add `createwallet` RPC
John Newbery
2018-05-24
Merge #13063: Use shared pointer to retain wallet instance
Wladimir J. van der Laan
2018-05-23
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-21
[wallet] Fix incorrect comment for DeriveNewSeed.
John Newbery
2018-05-19
[rpc] [wallet] Add 'hdmasterkeyid' alias return values.
John Newbery
2018-05-19
[refactor] manually change remaining instances of master key to seed.
John Newbery
2018-05-19
scripted-diff: Rename master key to seed
John Newbery
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-17
wallet: Exit SyncMetaData if there are no transactions to sync
Wladimir J. van der Laan
2018-05-16
Wallet: Refactor ReserveKeyFromKeyPool for safety
Ben Woosley
2018-05-16
[wallet] [rpc] Remove getlabeladdress RPC
John Newbery
2018-05-16
[wallet] [rpc] Add loadwallet RPC
John Newbery
2018-05-16
[wallet] Pass error message back from CWallet::Verify()
John Newbery
2018-05-16
[wallet] Add CWallet::Verify function
John Newbery
2018-05-15
[wallet] setup wallet background flushing in WalletInit directly
John Newbery
2018-05-15
[wallet] Fix potential memory leak in CreateWalletFromFile
John Newbery
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
Merge #13127: wallet: Add Clang thread safety annotations for variables guard...
MarcoFalke
2018-05-14
Merge #13081: wallet: Add compile time checking for cs_wallet runtime locking...
MarcoFalke
2018-05-14
Merge #13161: wallet: Reset BerkeleyDB handle after connection fails
Wladimir J. van der Laan
2018-05-14
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-14
Merge #12560: [wallet] Upgrade path for non-HD wallets to HD
Wladimir J. van der Laan
2018-05-12
Bump wallet version for pre split keypool
Andrew Chow
2018-05-12
Use a keypool of presplit keys after upgrading to hd chain split
Andrew Chow
2018-05-12
Allow -upgradewallet to upgradewallets to HD
Andrew Chow
2018-05-12
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
wallet: Improve logging when BerkeleyDB environment fails to close
Tim Ruffing
2018-05-07
Merge #13079: Fix rescanblockchain rpc to properly report progress
Jonas Schnelli
2018-05-07
Fix typos
practicalswift
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
[next]