summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3493v0.12.0.0Riccardo Spagni2018-03-241-1/+1
|\ | | | | | | 32bd639b update block hashes for checkpoints.dat (Riccardo Spagni)
| * update block hashes for checkpoints.datRiccardo Spagni2018-03-241-1/+1
|/
* Merge pull request #3486Riccardo Spagni2018-03-231-1/+1
|\ | | | | | | 1834127c rpc: make get_output_distribution a non-restricted RPC (moneromooo-monero)
| * rpc: make get_output_distribution a non-restricted RPCmoneromooo-monero2018-03-231-1/+1
| | | | | | | | so that those nodes can still be used for sending transactions
* | Merge pull request #3474Riccardo Spagni2018-03-221-5/+6
|\ \ | | | | | | | | | | | | eaa8bfe7 wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly The previous expression (stoffu) 0a619f78 wallet2: enable the mitigation only after the fork height (stoffu)
| * | wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctlystoffu2018-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The previous expression req_t.from_height = X ? Y >= Z : 0; forces the parameter to take the value of either 0 or 1.
| * | wallet2: enable the mitigation only after the fork heightstoffu2018-03-221-4/+5
| | |
* | | Merge pull request #3472Riccardo Spagni2018-03-221-3/+3
|\ \ \ | | | | | | | | | | | | 5f664793 p2p: correct port number for seed nodes (stoffu)
| * | | p2p: correct port number for seed nodesstoffu2018-03-221-3/+3
| |/ /
* | | Merge pull request #3469Riccardo Spagni2018-03-221-0/+9
|\ \ \ | | | | | | | | | | | | 0098ed33 wallet2: fix for loading settings of key reuse mitigation (stoffu)
| * | | wallet2: fix for loading settings of key reuse mitigationstoffu2018-03-221-0/+9
| | |/ | |/|
* | | Merge pull request #3467Riccardo Spagni2018-03-222-3/+5
|\ \ \ | | | | | | | | | | | | | | | | 1d79c14d Revert bb19386b (Howard Chu) 522be96f Fix generating version.cpp (Howard Chu)
| * | | Revert bb19386bHoward Chu2018-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The requirement for CMake 3.2.0 was introduced erroneously in commit e29282d2081709e126b1fb67f49e9d4a666794da and is no longer present
| * | | Fix generating version.cppHoward Chu2018-03-211-2/+4
| |/ / | | | | | | | | | Also removes BYPRODUCT dependency on CMake 3.2
* | | Merge pull request #3465Riccardo Spagni2018-03-221-3/+4
|\ \ \ | | | | | | | | | | | | e520cc06 change wording in hard fork description section (Gingeropolous)
| * | | change wording in hard fork description sectionGingeropolous2018-03-211-3/+4
| |/ / | | | | | | | | | | | | | | | changed wording in hard fork section because reasons. Added prospective slot of next hardfork to communicate that more are coming because it never stops. its everywhere and all at the same time.
* | | Merge pull request #3462Riccardo Spagni2018-03-223-20/+48
|\ \ \ | | | | | | | | | | | | 57300491 wallet: catch exceptions dealing with ringdb and warn (moneromooo-monero)
| * | | wallet: catch exceptions dealing with ringdb and warnmoneromooo-monero2018-03-213-20/+48
| |/ /
* | | Merge pull request #3441Riccardo Spagni2018-03-192-2/+4
|\ \ \ | | | | | | | | | | | | d4d1afd6 core: fix use of uninitialised data (moneromooo-monero)
| * | | core: fix use of uninitialised datamoneromooo-monero2018-03-182-2/+4
| |/ /
* | | Merge pull request #3432Riccardo Spagni2018-03-191-0/+10
|\ \ \ | |/ / |/| / | |/ bb07d8d7 README: add instructions for cloning / submodules (anonimal)
| * README: add instructions for cloning / submodulesanonimal2018-03-181-0/+10
|/
* Merge pull request #3429Riccardo Spagni2018-03-183-2/+4
|\ | | | | | | | | | | 428fb45f update checkpoints (Riccardo Spagni) 3fedd51d update checkpoints.dat to block 1532400 (Riccardo Spagni) 83dbc5be update version to 0.12 Lithium Luna (Riccardo Spagni)
| * update checkpointsRiccardo Spagni2018-03-181-0/+2
| |
| * update checkpoints.dat to block 1532400Riccardo Spagni2018-03-181-0/+0
| |
| * update version to 0.12 Lithium LunaRiccardo Spagni2018-03-181-2/+2
| |
* | Merge pull request #2133Riccardo Spagni2018-03-18421-225533/+4
|\ \ | |/ |/| | | | | efe70a15 Unbound: add git submodule for unbound (anonimal) 84c5a9ba Unbound: remove unbound from in-tree source (anonimal)
| * Unbound: add git submodule for unboundanonimal2018-03-182-0/+4
| |
| * Unbound: remove unbound from in-tree sourceanonimal2018-03-18419-225533/+0
| | | | | | | | We'll instead use a git submodule to pull from our unbound repo.
* | Merge pull request #3426Riccardo Spagni2018-03-1818-26/+70
|\ \ | | | | | | | | | 8ea3c4d5 simplewallet: new --use-english-language-names flag (moneromooo-monero)
| * | simplewallet: new --use-english-language-names flagmoneromooo-monero2018-03-1718-26/+70
| | | | | | | | | | | | | | | On some Windows systems, displaying language names in their own languages freezes the display.
* | | Merge pull request #3419Riccardo Spagni2018-03-184-9/+87
|\ \ \ | | | | | | | | | | | | 1e393f4b wallet: make the segregation height settable (moneromooo-monero)
| * | | wallet: make the segregation height settablemoneromooo-monero2018-03-174-9/+87
| |/ / | | | | | | | | | via user setting first, then DNS TXT record, hardcoded fallback
* | | Merge pull request #3424Riccardo Spagni2018-03-182-3/+3
|\ \ \ | |/ / |/| | | | | bb20f104 Move v7 fork to 1546000 to give more update time (moneromooo-monero)
| * | Move v7 fork to 1546000 to give more update timemoneromooo-monero2018-03-182-3/+3
|/ /
* | Merge pull request #3421Riccardo Spagni2018-03-171-0/+1
|\ \ | | | | | | | | | 9732a37e wallet_rpc_server: add sweep_unmixable as alias for sweep_dust (moneromooo-monero)
| * | wallet_rpc_server: add sweep_unmixable as alias for sweep_dustmoneromooo-monero2018-03-171-0/+1
| |/
* | Merge pull request #3418Riccardo Spagni2018-03-171-1/+2
|\ \ | | | | | | | | | 20a00266 blockchain: forbid bulletproof types before v8 (moneromooo-monero)
| * | blockchain: forbid bulletproof types before v8moneromooo-monero2018-03-161-1/+2
| | | | | | | | | | | | | | | They were already forbidden implicitely, but let's make that explicit for robustness
* | | Merge pull request #3412Riccardo Spagni2018-03-173-1/+84
|\ \ \ | |_|/ |/| | | | | b86f1e5d Add command line option allowing to restrict the default sub-address lookahead in order to avoid so looooong time of set-up when creating a HW based wallet. (stoffu)
| * | Add command line option allowing to restrict the default sub-address ↵stoffu2018-03-163-1/+84
|/ / | | | | | | | | | | lookahead in order to avoid so looooong time of set-up when creating a HW based wallet.
* | Merge pull request #3416Riccardo Spagni2018-03-161-0/+5
|\ \ | | | | | | | | | 6f54c910 simplewallet: fix restore height prompt that got disabled by #3175 (stoffu)
| * | simplewallet: fix restore height prompt that got disabled by #3175stoffu2018-03-161-0/+5
| | |
* | | Merge pull request #3414Riccardo Spagni2018-03-161-1/+1
|\ \ \ | | | | | | | | | | | | 524cbdc1 blockchain: fix log message about per-kB fee (stoffu)
| * | | blockchain: fix log message about per-kB feestoffu2018-03-161-1/+1
| |/ /
* | | Merge pull request #3376Riccardo Spagni2018-03-161-2/+6
|\ \ \ | | | | | | | | | | | | 833f9fcf show '<Not set>' for empty wallet description (cryptochangements34)
| * | | show '<Not set>' for empty wallet descriptioncryptochangements342018-03-151-2/+6
| | | |
* | | | Merge pull request #3336Riccardo Spagni2018-03-1618-28/+28
|\ \ \ \ | | | | | | | | | | | | | | | 57c0b1ed Fix typos in various files (Dimitris Apostolou)
| * | | | Fix typos in various filesDimitris Apostolou2018-03-1518-28/+28
| | |/ / | |/| |
* | | | Merge pull request #3322Riccardo Spagni2018-03-1627-35/+2609
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eac3a11e wallet: more user friendly print_ring (moneromooo-monero) 79853514 wallet2_api: add key reuse mitigations API (moneromooo-monero) b057a21d wallet2_api: add ring api (moneromooo-monero) d32ef7b0 ringdb: factor ring addition code (moneromooo-monero) a7da8208 wallet2_api: add blackball api (moneromooo-monero) 2ab66ff1 liblmdb: install lmdb library for wallet2_api usage (stoffu) 504428ab ringdb: use the genesis block as a db name (moneromooo-monero) b09e5181 wallet: add a set_ring command (moneromooo-monero) 0590f62a new blockchain_usage tool, reports on output usage (moneromooo-monero) db10dd6d wallet: make ringdb an object with database state (moneromooo-monero) df6fad4c blockchain_utilities: new blockchain_blackball tool (moneromooo-monero) d29ea045 wallet: add an output blackball list to avoid using those in rings (moneromooo-monero) 18eaf194 wallet: key reuse mitigation options (moneromooo-monero) 5f146873 wallet: add shared ring database (moneromooo-monero) 41f727ce add RPC to get a histogram of outputs of a given amount (moneromooo-monero)