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-04-07
Add m_ prefix to WalletBatch::m_batch
Russell Yanofsky
2018-04-07
Update walletdb comment after renaming.
Russell Yanofsky
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-07
Merge #12785: wallet: Initialize m_last_block_processed to nullptr
Wladimir J. van der Laan
2018-04-06
tests: Avoid test suite name collision in wallet crypto_tests
MarcoFalke
2018-04-05
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
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-05
Merge #12887: [trivial] Add newlines to end of log messages.
Wladimir J. van der Laan
2018-04-04
[trivial] Add newlines to end of log messages.
John Newbery
2018-04-03
[wallet] [rpc] [doc] importprivkey: hint about importmulti
Karl-Johan Alm
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-03-31
rpc: fix type mistmatch in listreceivedbyaddress
joemphilips
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-27
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
[wallet] Move wallet init functions into WalletInit class.
John Newbery
2018-03-26
Merge #12699: [wallet] Shuffle transaction inputs before signing
Wladimir J. van der Laan
2018-03-23
shuffle sendmany recipients ordering to shuffle tx outputs
Gregory Sanders
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-22
Fix missing or inconsistent include guards
practicalswift
2018-03-21
Merge #12747: Fix typos
MarcoFalke
2018-03-21
feebumper: discard change outputs below discard rate
Gregory Sanders
2018-03-21
shuffle selected coins before transaction finalization
Gregory Sanders
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
practicalswift
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-20
Support serialization as another type without casting
Pieter Wuille
2018-03-19
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
MarcoFalke
2018-03-19
Rename account to label where appropriate
Russell Yanofsky
2018-03-19
Remove unreachable help conditions
lutangar
2018-03-19
tests: Rename test suits not following the test suite naming convention
practicalswift
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
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Merge #12658: Sanitize some wallet serialization
Wladimir J. van der Laan
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Add a GetMinimumFeeRate function which is wrapped by GetMinimumFee
Andrew Chow
2018-03-13
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
[prev]
[next]