monero/src/cryptonote_core
jeffro256 38f354e89f
Enforce Tx unlock_time is Zero by Relay Rule
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
2024-02-24 14:27:17 -06:00
..
blockchain.cpp cryptonote_core: early out on out of bounds scaling parameter 2024-02-21 00:02:27 +01:00
blockchain.h gcc: fix uninitialized constructor warnings 2023-10-16 16:48:27 -05:00
blockchain_and_pool.h gcc: fix uninitialized constructor warnings 2023-10-16 16:48:27 -05:00
blockchain_storage_boost_serialization.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
CMakeLists.txt Merge pull request #8698 2023-04-25 11:12:56 -04:00
cryptonote_core.cpp Merge pull request #8924 2023-08-17 10:21:40 -05:00
cryptonote_core.h blockchain_and_pool: move to crytonote_core and enforce its usage 2023-07-01 07:12:53 -05:00
cryptonote_tx_utils.cpp Enforce Tx unlock_time is Zero by Relay Rule 2024-02-24 14:27:17 -06:00
cryptonote_tx_utils.h Enforce Tx unlock_time is Zero by Relay Rule 2024-02-24 14:27:17 -06:00
i_core_events.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_pool.cpp Enforce Tx unlock_time is Zero by Relay Rule 2024-02-24 14:27:17 -06:00
tx_pool.h gcc: fix uninitialized constructor warnings 2023-10-16 16:48:27 -05:00
tx_sanity_check.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_sanity_check.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_verification_utils.cpp verRctNonSemanticsSimpleCached: fix fragility 2023-03-17 18:45:35 -05:00
tx_verification_utils.h verRctNonSemanticsSimpleCached: fix fragility 2023-03-17 18:45:35 -05:00