| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | define canonical confidential asset payloadHEADmain | cenobite pinhead | 13 hours | 1 | -0/+1 |
| | | |||||
| * | verify confidential per-asset conservation | cenobite pinhead | 14 hours | 1 | -0/+1 |
| | | |||||
| * | Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815 | Monzero Build System | 16 hours | 1 | -0/+1 |
| | | |||||
| * | CMake: Add missing headers via monero_find_all_headers macro | mj-xmr | 2022-04-06 | 1 | -14/+1 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | cmake: fix undefined symbols and multiple definitions | anon | 2021-07-13 | 1 | -0/+9 |
| | | |||||
| * | New add_aux_pow RPC to support merge mining | moneromooo-monero | 2021-02-09 | 1 | -0/+2 |
| | | |||||
| * | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 2020-12-22 | 1 | -0/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | p2p: remove old debug commands | Aaron Hook | 2020-03-20 | 1 | -1/+0 |
| | | |||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Add support for apple and arm building | TheCharlatan | 2018-09-10 | 1 | -3/+7 |
| | | | | | | | Add pcsc-lite to linux builds Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries | ||||
| * | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 2018-03-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | The basic approach it to delegate all sensitive data (master key, secret ephemeral key, key derivation, ....) and related operations to the device. As device has low memory, it does not keep itself the values (except for view/spend keys) but once computed there are encrypted (with AES are equivalent) and return back to monero-wallet-cli. When they need to be manipulated by the device, they are decrypted on receive. Moreover, using the client for storing the value in encrypted form limits the modification in the client code. Those values are transfered from one C-structure to another one as previously. The code modification has been done with the wishes to be open to any other hardware wallet. To achieve that a C++ class hw::Device has been introduced. Two initial implementations are provided: the "default", which remaps all calls to initial Monero code, and the "Ledger", which delegates all calls to Ledger device. | ||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | fix typo in basic and core CMakeLists.txt | moneromooo-monero | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | move checkpoints in a separate library | moneromooo-monero | 2017-09-25 | 1 | -2/+1 |
| | | |||||
| * | Add OSX background mining | jethro | 2017-06-08 | 1 | -0/+6 |
| | | | | | | Implements miner::get_system_times, miner::get_process_time and miner::on_battery_power for OSX so that background mining works on OSX. | ||||
| * | changed crypto to cncrypto so it generated libcncrypto | Gentian | 2017-05-23 | 1 | -1/+1 |
| | | | | | fix a cmakelist | ||||
| * | fix dependency: put HardFork back to cryptonote_basic, made some ↵ | kenshi84 | 2017-03-10 | 1 | -0/+2 |
| | | | | | BlockchainDB functions virtual again to avoid missing symbols error | ||||
| * | core: move hardfork back to cryptonote_core | moneromooo-monero | 2017-02-25 | 1 | -4/+2 |
| | | | | | | should fix a cross dependency betewen cryptonote_basic and blockchain_db | ||||
| * | 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 | -0/+73 |
