| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cryptonote_core: add change address sanity check | jeffro256 | 2026-04-27 | 1 | -2/+2 |
| | | | | | | | Prevents silly mistakes where wrong change address is passed Release versions uses boost::optional instead of std::optional | ||||
| * | Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] | jeffro256 | 2024-04-29 | 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 @tobtoht: undo rebase changes tx.dsts -> tx_dsts | ||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 2019-01-22 | 1 | -4/+5 |
| | | | | | This makes it easier to modify the bulletproof format | ||||
| * | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 1 | -4/+3 |
| | | |||||
| * | performance_tests: add aggregated bulletproof tx verification | moneromooo-monero | 2018-09-11 | 1 | -0/+71 |
| | | |||||
| * | Bulletproof aggregated verification and tests | moneromooo-monero | 2018-09-11 | 1 | -1/+1 |
| | | | | | Also constrains bulletproofs to simple rct, for simplicity | ||||
| * | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 2018-09-11 | 1 | -1/+1 |
| | | |||||
| * | performance_tests: add tx checking tests with more than 2 outputs | moneromooo-monero | 2018-09-11 | 1 | -4/+8 |
| | | |||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | add bulletproofs from v7 on testnet | moneromooo-monero | 2017-12-08 | 1 | -1/+1 |
| | | |||||
| * | Subaddresses | kenshi84 | 2017-10-07 | 1 | -2/+5 |
| | | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 1 | -3/+3 |
| | | |||||
| * | tests: add performance tests for rct signatures | moneromooo-monero | 2016-10-08 | 1 | -0/+96 |
