Age | Commit message (Expand) | Author | Files | Lines |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 |
2022-08-06 | ledger support for hf 15 (BP+, view tags) | j-berman | 1 | -1/+1 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 1 | -2/+7 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 1 | -0/+2 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 1 | -3/+1 |
2021-02-09 | New add_aux_pow RPC to support merge mining | moneromooo-monero | 1 | -0/+1 |
2020-08-17 | Avoid some temporary strings when reading off the database | moneromooo-monero | 1 | -13/+13 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2020-04-08 | Add timelock verification on device | cslashm | 1 | -0/+2 |
2019-12-12 | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 1 | -0/+2 |
2019-10-11 | cryptonote: add function to get weight from a pruned tx | moneromooo-monero | 1 | -0/+1 |
2019-09-25 | RandomX integration | Howard Chu | 1 | -2/+0 |
2019-04-11 | functional_tests: add more blockchain related tests | moneromooo-monero | 1 | -0/+10 |
2019-03-25 | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 1 | -1/+3 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | core: avoid calculating tx prefix hash when we don't need it | moneromooo-monero | 1 | -0/+1 |
2019-03-05 | db: speedup block addition | moneromooo-monero | 1 | -2/+4 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -0/+2 |
2018-10-26 | Merge pull request #4308 | Riccardo Spagni | 1 | -0/+2 |
2018-10-08 | tx_pool: avoid parsing a whole tx if only the prefix is needed | moneromooo-monero | 1 | -0/+1 |
2018-10-07 | cryptonote: sort tx_extra fields | moneromooo-monero | 1 | -0/+2 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -0/+2 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -0/+4 |
2018-03-14 | device: untangle cyclic depenency | stoffu | 1 | -15/+0 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 1 | -3/+13 |
2018-02-16 | wallet2: speed up subaddress generation (by about a third) | moneromooo-monero | 1 | -0/+1 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -1/+1 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -2/+7 |
2017-11-22 | cryptonote: do not overwrite const data | moneromooo-monero | 1 | -2/+2 |
2017-10-15 | refactor cryptonote_basic::add_tx_pub_key_to_extra | Jaquee | 1 | -0/+2 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -4/+16 |
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 1 | -0/+2 |
2017-07-31 | some include cleanup | moneromooo-monero | 1 | -1/+0 |
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 1 | -0/+3 |
2017-03-03 | Merge pull request #1826 | Riccardo Spagni | 1 | -1/+4 |
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 1 | -1/+4 |
2017-02-27 | core: add functions to serialize base tx info | moneromooo-monero | 1 | -0/+1 |
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 | -0/+213 |