monero/src/cryptonote_basic
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
..
account_boost_serialization.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
account_generators.h add account_generators for mapping public EC generators to account keys 2023-09-10 16:02:46 -05:00
account.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
account.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
blobdatatype.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
CMakeLists.txt Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
connection_context.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
connection_context.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
cryptonote_basic_impl.cpp blockchain_db: add k-anonymity to txid fetching 2023-08-01 17:25:25 -05:00
cryptonote_basic_impl.h blockchain_db: add k-anonymity to txid fetching 2023-08-01 17:25:25 -05:00
cryptonote_basic.h gcc: fix uninitialized constructor warnings 2023-10-16 16:48:27 -05:00
cryptonote_boost_serialization.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
cryptonote_format_utils_basic.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
cryptonote_format_utils.cpp fix merge mining with more than one merge mined chain 2023-11-30 17:01:52 +00:00
cryptonote_format_utils.h fix merge mining with more than one merge mined chain 2023-11-30 17:01:52 +00:00
difficulty.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
difficulty.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
events.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
fwd.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
hardfork.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
hardfork.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
merge_mining.cpp fix merge mining with more than one merge mined chain 2023-11-30 17:01:52 +00:00
merge_mining.h fix merge mining with more than one merge mined chain 2023-11-30 17:01:52 +00:00
miner.cpp epee: remove dead code in math_helper and string_tools 2023-10-25 16:41:21 -05:00
miner.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
subaddress_index.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
tx_extra.h Merge pull request #9073 2024-01-18 18:01:34 -05:00
verification_context.h Enforce Tx unlock_time is Zero by Relay Rule 2024-02-24 14:27:17 -06:00