| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] | jeffro256 | 2024-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge pull request #8197 | luigi1111 | 2022-04-06 | 1 | -1/+1 |
| |\ | | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr) | ||||
| | * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | plug bulletproofs plus into consensus | moneromooo-monero | 2022-04-05 | 1 | -15/+26 |
| |/ | |||||
| * | core_tests: fix failures after v13 | moneromooo-monero | 2020-08-28 | 1 | -2/+7 |
| | | | | | | v13 enforces claiming the full block reward, so we need to keep track of tx fees to add them to the coinbase | ||||
| * | core_tests: remove hardcoded hf version | moneromooo-monero | 2020-08-28 | 1 | -1/+1 |
| | | |||||
| * | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 1 | -24/+44 |
| | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | core_tests: remove some useless verbose logs | moneromooo-monero | 2019-10-30 | 1 | -1/+0 |
| | | |||||
| * | 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 | -41/+40 |
| | | | | | This makes it easier to modify the bulletproof format | ||||
| * | core_tests: add a test for 4-aggregated BP verification | moneromooo-monero | 2018-09-11 | 1 | -0/+9 |
| | | |||||
| * | core_tests: add a test for a tx with empty bulletproof | moneromooo-monero | 2018-09-11 | 1 | -0/+13 |
| | | |||||
| * | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 1 | -73/+73 |
| | | |||||
| * | require canonical multi output bulletproof layout | moneromooo-monero | 2018-09-11 | 1 | -7/+7 |
| | | |||||
| * | Bulletproof aggregated verification and tests | moneromooo-monero | 2018-09-11 | 1 | -0/+339 |
| Also constrains bulletproofs to simple rct, for simplicity | |||||
