monero/src/rpc
jeffro256 dd47d03cf2
Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]
Related to https://github.com/monero-project/research-lab/issues/78

Added a relay rule that enforces the `unlock_time` field is equal to 0 for non-coinbase transactions.

UIs changed:
* Removed `locked_transfer` and `locked_sweep_all` commands from `monero-wallet-cli`

APIs changed:
* Removed `unlock_time` parameters from `wallet2` transfer methods
* Wallet RPC transfer endpoints send error codes when requested unlock time is not 0
* Removed `unlock_time` parameters from `construct_tx*` cryptonote core functions

@tobtoht: undo rebase changes tx.dsts -> tx_dsts
2024-04-29 00:08:53 -05:00
..
bootstrap_daemon.cpp bootstrap_daemon: proxy configuration support 2021-01-21 13:45:44 +00:00
bootstrap_daemon.h bootstrap_daemon: proxy configuration support 2021-01-21 13:45:44 +00:00
bootstrap_node_selector.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
bootstrap_node_selector.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
CMakeLists.txt Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
core_rpc_server.cpp Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] 2024-04-29 00:08:53 -05:00
core_rpc_server.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
core_rpc_server_commands_defs.h Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] 2024-04-29 00:08:53 -05:00
core_rpc_server_error_codes.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
daemon_handler.cpp Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] 2024-04-29 00:08:53 -05:00
daemon_handler.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
daemon_messages.cpp Fix missing checks for IsObject in ZMQ jsonrpc reading 2023-11-28 18:05:15 -05:00
daemon_messages.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
daemon_rpc_version.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
fwd.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
instanciations.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_data_structs.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_args.cpp Merge pull request #8197 2022-04-06 00:08:53 -04:00
rpc_args.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_handler.cpp rpc: work around a GCC 7.4.0 (at least) bug 2019-06-12 22:27:07 +00:00
rpc_handler.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_payment.cpp Refactored rx-slow-hash.c 2022-12-14 07:21:00 +01:00
rpc_payment.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_payment_costs.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_payment_signature.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_payment_signature.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_version_str.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
rpc_version_str.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
zmq_pub.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
zmq_pub.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
zmq_server.cpp Fix EAGAIN bug in ZMQ-RPC/ZMQ-PUB 2023-11-04 13:57:28 -04:00
zmq_server.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00