wownero/src/wallet
moneromooo-monero 34884a4b00 store outPk/8 in the tx for speed
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
2021-08-30 00:18:45 +03:00
..
api initial commit 2021-08-29 23:56:47 +03:00
CMakeLists.txt initial commit 2021-08-29 23:56:47 +03:00
message_store.cpp replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
message_store.h replace most boost serialization with existing monero serialization 2020-08-17 16:23:58 +00:00
message_transporter.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
message_transporter.h Merge pull request #6516 2020-07-19 03:34:28 -07:00
node_rpc_proxy.cpp wallet2: adapt to deterministic unlock time 2020-09-15 11:40:31 +00:00
node_rpc_proxy.h wallet2: adapt to deterministic unlock time 2020-09-15 11:40:31 +00:00
ringdb.cpp Hash domain separation 2020-04-01 08:31:00 -04:00
ringdb.h simplewallet: new unset_ring command 2019-04-02 14:18:07 +00:00
wallet2.cpp store outPk/8 in the tx for speed 2021-08-30 00:18:45 +03:00
wallet2.h plug bulletproofs plus into consensus 2021-08-30 00:17:37 +03:00
wallet_args.cpp initial commit 2021-08-29 23:56:47 +03:00
wallet_args.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_errors.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_light_rpc.h rpc: move a leftover light wallet RPC out of daemon RPC 2019-08-28 15:51:28 +00:00
wallet_rpc_helpers.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_rpc_payments.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
wallet_rpc_server.cpp initial commit 2021-08-29 23:56:47 +03:00
wallet_rpc_server.h support freeze, thaw, and frozen in wallet rpc 2021-08-12 09:13:09 -04:00
wallet_rpc_server_commands_defs.h support freeze, thaw, and frozen in wallet rpc 2021-08-12 09:13:09 -04:00
wallet_rpc_server_error_codes.h wallet: allow signing a message with spend or view key 2020-08-28 19:25:17 -04:00