Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-21 | copyright: bump to 2024 | copyCat | 1 | -1/+1 | |
2024-02-24 | Enforce Tx unlock_time is Zero by Relay Rule | jeffro256 | 1 | -3/+3 | |
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 | |||||
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 1 | -4/+5 | |
This makes it easier to modify the bulletproof format | |||||
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -4/+3 | |
2018-09-11 | performance_tests: add aggregated bulletproof tx verification | moneromooo-monero | 1 | -0/+71 | |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 1 | -1/+1 | |
Also constrains bulletproofs to simple rct, for simplicity | |||||
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -1/+1 | |
2018-09-11 | performance_tests: add tx checking tests with more than 2 outputs | moneromooo-monero | 1 | -4/+8 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-08 | add bulletproofs from v7 on testnet | moneromooo-monero | 1 | -1/+1 | |
2017-10-07 | Subaddresses | kenshi84 | 1 | -2/+5 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -3/+3 | |
2016-10-08 | tests: add performance tests for rct signatures | moneromooo-monero | 1 | -0/+96 | |