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
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-12-13
Clarify getbalance meaning a tiny bit in response to questions.
Matt Corallo
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
Merge #11087: Diagnose unsuitable outputs in lockunspent().
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10600: Make feebumper class stateless
MarcoFalke
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-10
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-10
[wallet] getreceivedbyaddress should return error if address is not mine
John Newbery
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-08
Merge #11289: Add wallet backup text to import* and add* RPCs
Wladimir J. van der Laan
2017-11-02
Merge #11590: [Wallet] always show help-line of wallet encryption calls
MarcoFalke
2017-10-31
[Wallet] always show help-line of wallet encryption calls
Jonas Schnelli
2017-10-26
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-10-14
Add wallet backup text to import*, add* and dumpwallet RPCs
MeshCollider
2017-10-14
Add missing comma from rescanblockchain
MeshCollider
2017-10-13
Remove redundant pwallet nullptr check
Matt Corallo
2017-10-13
Add calls to CWallet::BlockUntilSyncedToCurrentChain() in RPCs
Matt Corallo
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
Diagnose unsuitable outputs in lockunspent().
Eelis
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-09-28
Support BIP173 in addwitnessaddress
Pieter Wuille
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-07
Merge #10767: [wallet] Clarify wallet initialization / destruction interface
MarcoFalke
2017-09-07
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-08
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Add iswitness parameter to decode- and fundrawtransaction RPCs
MeshCollider
2017-09-05
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
Fix currency/fee-rate unit string in the help text
Akio Nakamura
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-15
Clean up getbalance RPC parameter handling
Russell Yanofsky
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
[next]