aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* define canonical confidential asset payloadHEADmaincenobite pinhead13 hours1-0/+1
|
* verify confidential per-asset conservationcenobite pinhead14 hours1-0/+1
|
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System16 hours1-0/+1
|
* CMake: Add missing headers via monero_find_all_headers macromj-xmr2022-04-061-14/+1
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* cmake: fix undefined symbols and multiple definitionsanon2021-07-131-0/+9
|
* New add_aux_pow RPC to support merge miningmoneromooo-monero2021-02-091-0/+2
|
* Command max_bytes moved from dynamic map to static switchLee Clagett2020-12-221-0/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* p2p: remove old debug commandsAaron Hook2020-03-201-1/+0
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Add support for apple and arm buildingTheCharlatan2018-09-101-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.cslashm2018-03-041-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 copyrightxmr-eric2018-01-261-1/+1
|
* fix typo in basic and core CMakeLists.txtmoneromooo-monero2017-09-251-1/+1
|
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-2/+1
|
* Add OSX background miningjethro2017-06-081-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 libcncryptoGentian2017-05-231-1/+1
| | | | fix a cmakelist
* fix dependency: put HardFork back to cryptonote_basic, made some ↵kenshi842017-03-101-0/+2
| | | | BlockchainDB functions virtual again to avoid missing symbols error
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-4/+2
| | | | | should fix a cross dependency betewen cryptonote_basic and blockchain_db
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+73