Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-28 | core_tests: fix failures after v13 | moneromooo-monero | 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 | |||||
2020-08-28 | core_tests: remove hardcoded hf version | moneromooo-monero | 1 | -1/+1 | |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 1 | -24/+44 | |
They are allowed from v12, and MLSAGs are rejected from v13. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-10-30 | core_tests: remove some useless verbose logs | moneromooo-monero | 1 | -1/+0 | |
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 | -41/+40 | |
This makes it easier to modify the bulletproof format | |||||
2018-09-11 | core_tests: add a test for 4-aggregated BP verification | moneromooo-monero | 1 | -0/+9 | |
2018-09-11 | core_tests: add a test for a tx with empty bulletproof | moneromooo-monero | 1 | -0/+13 | |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -73/+73 | |
2018-09-11 | require canonical multi output bulletproof layout | moneromooo-monero | 1 | -7/+7 | |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 1 | -0/+339 | |
Also constrains bulletproofs to simple rct, for simplicity |