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
/
wallet.h
Age
Commit message (
Expand
)
Author
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
[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-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-14
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
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-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-04-27
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-18
wallet: Add HasWallets
João Barbosa
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-11
Merge #12892: [wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
Merge #12785: wallet: Initialize m_last_block_processed to nullptr
Wladimir J. van der Laan
2018-04-05
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
2018-04-05
wallet: Initialize m_last_block_processed to nullptr. Initialize fields where...
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-22
Merge #11536: Rename account to label where appropriate
Wladimir J. van der Laan
2018-03-22
Merge #12694: Actually disable BnB when there are preset inputs
Wladimir J. van der Laan
2018-03-21
Fix typos
practicalswift
2018-03-20
Support serialization as another type without casting
Pieter Wuille
2018-03-19
Rename account to label where appropriate
Russell Yanofsky
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-15
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-15
Actually disable BnB when there are preset inputs
Andrew Chow
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Remove coinselection.h -> wallet.h circular dependency
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-13
Move output eligibility to a separate function
Andrew Chow
2018-03-13
Implement Branch and Bound coin selection in a new file
Andrew Chow
2018-03-11
Split up and sanitize CAccountingEntry serialization
Pieter Wuille
2018-03-09
Store effective value, fee, and long term fee in CInputCoin
Andrew Chow
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
Split up and sanitize CWalletTx serialization
Pieter Wuille
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
[next]