monero/src/wallet
moneromooo-monero 504428ab4a
ringdb: use the genesis block as a db name
This will avoid careless forkers polluting the shared database
even if they make their own chain. They'll then automatically
start using another subdb, and any key-reusing fork of those
forks will reuse their subdbs.
2018-03-16 10:32:54 +00:00
..
api device: untangle cyclic depenency 2018-03-14 21:00:15 +09:00
CMakeLists.txt wallet: add shared ring database 2018-03-16 10:32:29 +00:00
node_rpc_proxy.cpp replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rpc",methodname,...) to reduce boilerplate 2018-03-14 23:23:59 +09:00
node_rpc_proxy.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
ringdb.cpp ringdb: use the genesis block as a db name 2018-03-16 10:32:54 +00:00
ringdb.h ringdb: use the genesis block as a db name 2018-03-16 10:32:54 +00:00
wallet2.cpp ringdb: use the genesis block as a db name 2018-03-16 10:32:54 +00:00
wallet2.h wallet: add a set_ring command 2018-03-16 10:32:51 +00:00
wallet_args.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
wallet_args.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
wallet_errors.h wallet: add shared ring database 2018-03-16 10:32:29 +00:00
wallet_rpc_server_commands_defs.h Make mixin optional with default for rpc transfer 2018-03-05 12:27:22 -05:00
wallet_rpc_server_error_codes.h Merge pull request #3207 2018-02-16 14:21:59 +01:00
wallet_rpc_server.cpp wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2 2018-03-15 22:01:51 +09:00
wallet_rpc_server.h wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate calls to wallet2 2018-03-15 22:01:51 +09:00