wownero/src/wallet
Riccardo Spagni ec323d8c3f
Merge pull request #1561
d561f4ad enable clang checks that were disabled (Chris Vickio)
0aefb2f6 remove std::move from return statements (pessimizing-move warning) (Chris Vickio)
629d5b76 change counter from bool to int (deprecated-increment-bool warning) (Chris Vickio)
fb76d439 add extra braces around subobjects (missing-braces warning) (Chris Vickio)
3b6d5f25 make struct/class declarations consistent (mismatched-tags warning) (Chris Vickio)
fcf66925 remove unused fields from network_throttle (unused-private-field warning) (Chris Vickio)
296f8c16 inline unused function (for unused-function warning) (Chris Vickio)
2017-01-15 19:01:08 -05:00
..
api Merge pull request #1561 2017-01-15 19:01:08 -05:00
CMakeLists.txt GUI cold signing 2017-01-10 22:49:17 +01:00
password_container.cpp Refactored password prompting for wallets 2016-12-19 20:00:43 -05:00
password_container.h Refactored password prompting for wallets 2016-12-19 20:00:43 -05:00
wallet2.cpp Merge pull request #1561 2017-01-15 19:01:08 -05:00
wallet2.h Merge pull request #1574 2017-01-15 14:55:40 -05:00
wallet2_api.h Merge pull request #1564 2017-01-15 14:46:52 -05:00
wallet_args.cpp Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet_args.h Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet_errors.h wallet: improve error messages when not enough money for transfer 2016-10-15 14:31:40 +01:00
wallet_rpc_server.cpp Added (not yet enabled) HTTP client authentication 2017-01-11 03:21:17 -05:00
wallet_rpc_server.h wallet_rpc_server: new RPC call to get a transfer by txid 2017-01-08 13:16:22 +00:00
wallet_rpc_server_commands_defs.h wallet_rpc_server: new RPC call to get a transfer by txid 2017-01-08 13:16:22 +00:00
wallet_rpc_server_error_codes.h wallet: add API and RPC to create/parse monero: URIs 2016-11-28 17:54:22 +00:00