monero/src/wallet
j-berman c4af33eded Enforce restricted # pool txs served via RPC + optimize chunked reqs
- `/getblocks.bin` respects the `RESTRICTED_TX_COUNT` (=100) when
returning pool txs via a restricted RPC daemon.
- A restricted RPC daemon includes a max of `RESTRICTED_TX_COUNT` txs
in the `added_pool_txs` field, and returns any remaining pool hashes
in the `remaining_added_pool_txids` field. The client then requests
the remaining txs via `/gettransactions` in chunks.
- `/gettransactions` no longer does expensive no-ops for ALL pool txs
if the client requests a subset of pool txs. Instead it searches for
the txs the client explicitly requests.
- Reset `m_pool_info_query_time` when a user:
  (1) rescans the chain (so the wallet re-requests the whole pool)
  (2) changes the daemon their wallets points to (a new daemon would
      have a different view of the pool)
- `/getblocks.bin` respects the `req.prune` field when returning
pool txs.
- Pool extension fields in response to `/getblocks.bin` are optional
with default 0'd values.
2023-03-07 20:35:45 +01:00
..
api Merge pull request #8618 2022-12-01 01:08:53 -06:00
CMakeLists.txt Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_store.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_store.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_transporter.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_transporter.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
node_rpc_proxy.cpp Enforce restricted # pool txs served via RPC + optimize chunked reqs 2023-03-07 20:35:45 +01:00
node_rpc_proxy.h Enforce restricted # pool txs served via RPC + optimize chunked reqs 2023-03-07 20:35:45 +01:00
ringdb.cpp wallet2: speedup large tx construction: batch ringdb lookups 2022-05-13 17:43:22 +00:00
ringdb.h wallet2: speedup large tx construction: batch ringdb lookups 2022-05-13 17:43:22 +00:00
wallet2.cpp Enforce restricted # pool txs served via RPC + optimize chunked reqs 2023-03-07 20:35:45 +01:00
wallet2.h Enforce restricted # pool txs served via RPC + optimize chunked reqs 2023-03-07 20:35:45 +01:00
wallet_args.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_args.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_errors.h wallet2: check wallet compatibility with daemon's hard fork version 2022-09-12 21:24:24 -06:00
wallet_light_rpc.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_rpc_helpers.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_rpc_payments.cpp Second thread pool for IO 2022-09-20 09:59:58 +02:00
wallet_rpc_server.cpp Enforce restricted # pool txs served via RPC + optimize chunked reqs 2023-03-07 20:35:45 +01:00
wallet_rpc_server.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_rpc_server_commands_defs.h Merge pull request #8329 2022-09-26 14:46:06 -05:00
wallet_rpc_server_error_codes.h disable multisig by default 2022-05-17 19:52:03 +00:00