| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | multisig key exchange update and refactor | koe | 2022-02-24 | 2 | -69/+59 |
| * | Merge pull request #6111 | Riccardo Spagni | 2020-09-06 | 1 | -3/+3 |
| |\ | |||||
| | * | core: fix mining from a block that's not the current top | moneromooo-monero | 2020-08-27 | 1 | -3/+3 |
| * | | core_tests: fix failures after v13 | moneromooo-monero | 2020-08-28 | 4 | -13/+21 |
| * | | core_tests: remove hardcoded hf version | moneromooo-monero | 2020-08-28 | 1 | -1/+1 |
| * | | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 10 | -79/+466 |
| |/ | |||||
| * | Merge pull request #6760 | Alexander Blair | 2020-08-27 | 3 | -0/+30 |
| |\ | |||||
| | * | enforce claiming maximum coinbase amount | moneromooo-monero | 2020-08-21 | 3 | -0/+30 |
| * | | replace most boost serialization with existing monero serialization | moneromooo-monero | 2020-08-17 | 1 | -2/+0 |
| |/ | |||||
| * | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 35 | -35/+35 |
| |\ | |||||
| | * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 35 | -35/+35 |
| * | | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 2020-05-31 | 1 | -2/+3 |
| * | | build: fix boost 1.73 compatibility | selsta | 2020-05-14 | 1 | -2/+2 |
| |/ | |||||
| * | Adding Dandelion++ support to public networks: | Lee Clagett | 2020-03-26 | 4 | -2/+44 |
| * | Correct key image check in tx_pool | Lee Clagett | 2020-03-14 | 3 | -0/+64 |
| * | Merge pull request #6061 | Alexander Blair | 2020-02-28 | 4 | -5/+0 |
| |\ | |||||
| | * | core_tests: remove some useless verbose logs | moneromooo-monero | 2019-10-30 | 4 | -5/+0 |
| * | | Merge pull request #6300 | Alexander Blair | 2020-01-24 | 1 | -4/+10 |
| |\ \ | |||||
| | * | | fix tests bug added in #6110 | Dusan Klinec | 2020-01-19 | 1 | -4/+10 |
| * | | | Merge pull request #6146 | Alexander Blair | 2020-01-24 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 2019-11-04 | 1 | -2/+2 |
| * | | | Merge pull request #6115 | Alexander Blair | 2020-01-16 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | core_tests: reset thread pool between tests | moneromooo-monero | 2019-11-10 | 1 | -0/+2 |
| * | | | | Merge pull request #6110 | Alexander Blair | 2020-01-11 | 3 | -22/+180 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | tests: fix HF12 chaingen - construct bc object from events | Dusan Klinec | 2019-11-13 | 3 | -22/+180 |
| | |/ / | |||||
| * / / | Adding support for hidden (anonymity) txpool | Lee Clagett | 2019-11-02 | 7 | -22/+723 |
| |/ / | |||||
| * / | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 2019-10-31 | 1 | -2/+6 |
| |/ | |||||
| * | Merge pull request #5915 | luigi1111 | 2019-10-08 | 1 | -5/+13 |
| |\ | |||||
| | * | monerod can now sync from pruned blocks | moneromooo-monero | 2019-09-27 | 1 | -5/+13 |
| * | | RandomX integration | Howard Chu | 2019-09-25 | 1 | -2/+2 |
| * | | Merge pull request #5882 | luigi1111 | 2019-09-24 | 3 | -6/+40 |
| |\ \ | |||||
| | * | | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 2019-09-17 | 3 | -6/+40 |
| * | | | Merge pull request #5877 | luigi1111 | 2019-09-24 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 2019-09-02 | 1 | -2/+2 |
| | |/ | |||||
| * / | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 2019-08-19 | 3 | -0/+28 |
| |/ | |||||
| * | add a few checks where it seems appropriate | moneromooo-monero | 2019-04-29 | 2 | -0/+2 |
| * | Remove unneeded SFINAE on check_tx/block verification in core_tests | Doyle | 2019-04-17 | 3 | -77/+28 |
| * | Merge pull request #5409 | Riccardo Spagni | 2019-04-16 | 4 | -5/+5 |
| |\ | |||||
| | * | tests: fix test_options initialization error | Dusan Klinec | 2019-04-07 | 4 | -5/+5 |
| * | | Merge pull request #5400 | Riccardo Spagni | 2019-04-16 | 1 | -2/+17 |
| |\ \ | |||||
| | * | | blockchain_db: fix db txn ending too early | moneromooo-monero | 2019-04-14 | 1 | -2/+17 |
| | |/ | |||||
| * / | tests: trezor tests fixes and improvements | Dusan Klinec | 2019-04-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #5211 | Riccardo Spagni | 2019-03-21 | 2 | -6/+4 |
| |\ | |||||
| | * | tests/trezor: HF9 and HF10 tests | Dusan Klinec | 2019-03-20 | 2 | -6/+4 |
| * | | Merge pull request #5061 | Riccardo Spagni | 2019-03-17 | 33 | -33/+33 |
| |\ \ | |/ |/| | |||||
| | * | Update 2019 copyright | binaryFate | 2019-03-05 | 33 | -33/+33 |
| * | | Merge pull request #4977 | Riccardo Spagni | 2019-03-14 | 5 | -110/+1353 |
| |\ \ | |/ |/| | |||||
| | * | device/trezor: debugging features, trezor tests | Dusan Klinec | 2019-03-05 | 5 | -110/+1353 |
| * | | cryptonote: avoid double parsing blocks when syncing | moneromooo-monero | 2019-03-05 | 1 | -2/+2 |
| * | | ArticMine's new block weight algorithm | moneromooo-monero | 2019-03-04 | 1 | -1/+1 |
| |/ | |||||
