| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3426 | Riccardo Spagni | 2018-03-18 | 18 | -26/+70 |
| |\ | |||||
| | * | simplewallet: new --use-english-language-names flag | moneromooo-monero | 2018-03-17 | 18 | -26/+70 |
| * | | Merge pull request #3419 | Riccardo Spagni | 2018-03-18 | 4 | -9/+87 |
| |\ \ | |||||
| | * | | wallet: make the segregation height settable | moneromooo-monero | 2018-03-17 | 4 | -9/+87 |
| | |/ | |||||
| * / | Move v7 fork to 1546000 to give more update time | moneromooo-monero | 2018-03-18 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #3421 | Riccardo Spagni | 2018-03-17 | 1 | -0/+1 |
| |\ | |||||
| | * | wallet_rpc_server: add sweep_unmixable as alias for sweep_dust | moneromooo-monero | 2018-03-17 | 1 | -0/+1 |
| * | | Merge pull request #3418 | Riccardo Spagni | 2018-03-17 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | blockchain: forbid bulletproof types before v8 | moneromooo-monero | 2018-03-16 | 1 | -1/+2 |
| * | | | Add command line option allowing to restrict the default sub-address lookahea... | stoffu | 2018-03-16 | 3 | -1/+84 |
| | |/ |/| | |||||
| * | | Merge pull request #3416 | Riccardo Spagni | 2018-03-16 | 1 | -0/+5 |
| |\ \ | |||||
| | * | | simplewallet: fix restore height prompt that got disabled by #3175 | stoffu | 2018-03-16 | 1 | -0/+5 |
| * | | | Merge pull request #3414 | Riccardo Spagni | 2018-03-16 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | blockchain: fix log message about per-kB fee | stoffu | 2018-03-16 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #3376 | Riccardo Spagni | 2018-03-16 | 1 | -2/+6 |
| |\ \ \ | |||||
| | * | | | show '<Not set>' for empty wallet description | cryptochangements34 | 2018-03-15 | 1 | -2/+6 |
| * | | | | Merge pull request #3336 | Riccardo Spagni | 2018-03-16 | 12 | -19/+19 |
| |\ \ \ \ | |||||
| | * | | | | Fix typos in various files | Dimitris Apostolou | 2018-03-15 | 12 | -19/+19 |
| | | |/ / | |/| | | |||||
| * | | | | wallet: more user friendly print_ring | moneromooo-monero | 2018-03-16 | 6 | -14/+100 |
| * | | | | wallet2_api: add key reuse mitigations API | moneromooo-monero | 2018-03-16 | 3 | -0/+27 |
| * | | | | wallet2_api: add ring api | moneromooo-monero | 2018-03-16 | 3 | -0/+46 |
| * | | | | ringdb: factor ring addition code | moneromooo-monero | 2018-03-16 | 1 | -22/+16 |
| * | | | | wallet2_api: add blackball api | moneromooo-monero | 2018-03-16 | 4 | -0/+65 |
| * | | | | ringdb: use the genesis block as a db name | moneromooo-monero | 2018-03-16 | 4 | -6/+10 |
| * | | | | wallet: add a set_ring command | moneromooo-monero | 2018-03-16 | 6 | -1/+124 |
| * | | | | new blockchain_usage tool, reports on output usage | moneromooo-monero | 2018-03-16 | 2 | -0/+289 |
| * | | | | wallet: make ringdb an object with database state | moneromooo-monero | 2018-03-16 | 6 | -170/+187 |
| * | | | | blockchain_utilities: new blockchain_blackball tool | moneromooo-monero | 2018-03-16 | 2 | -0/+460 |
| * | | | | wallet: add an output blackball list to avoid using those in rings | moneromooo-monero | 2018-03-16 | 6 | -8/+297 |
| * | | | | wallet: key reuse mitigation options | moneromooo-monero | 2018-03-16 | 4 | -16/+209 |
| * | | | | wallet: add shared ring database | moneromooo-monero | 2018-03-16 | 8 | -7/+700 |
| * | | | | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 2018-03-16 | 13 | -7/+282 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #3410 | Riccardo Spagni | 2018-03-15 | 1 | -7/+19 |
| |\ \ \ | |||||
| | * | | | simplewallet: add a warning when getting a daemon error in transfer | moneromooo-monero | 2018-03-15 | 1 | -7/+19 |
| * | | | | Merge pull request #3408 | Riccardo Spagni | 2018-03-15 | 2 | -28/+0 |
| |\ \ \ \ | |||||
| | * | | | | Remove the `Blockchain::get_all_known_block_ids` function. | Jean Pierre Dudey | 2018-03-14 | 2 | -28/+0 |
| | | |/ / | |/| | | |||||
| * | | | | wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ... | stoffu | 2018-03-15 | 5 | -13/+27 |
| * | | | | replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rp... | stoffu | 2018-03-14 | 2 | -146/+104 |
| |/ / / | |||||
| * | | | Merge pull request #3398 | Riccardo Spagni | 2018-03-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | wallet: fix auto low priority so that it takes effect only when saved default... | stoffu | 2018-03-14 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #3399 | Riccardo Spagni | 2018-03-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | wallet2: fix use_fork_rules() when querying version that is defined but not e... | stoffu | 2018-03-14 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #3395 | Riccardo Spagni | 2018-03-14 | 1 | -1/+4 |
| |\ \ \ | |||||
| | * | | | p2p: fix network ID being uninitialised when using exclusive peers | moneromooo-monero | 2018-03-13 | 1 | -1/+4 |
| | |/ / | |||||
| * | | | Merge pull request #3386 | Riccardo Spagni | 2018-03-14 | 1 | -0/+5 |
| |\ \ \ | |||||
| | * | | | wallet2: handle no blocks returned in refresh to mean no new blocks | moneromooo-monero | 2018-03-11 | 1 | -0/+5 |
| | |/ / | |||||
| * | | | Merge pull request #3385 | Riccardo Spagni | 2018-03-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | node_rpc_proxy: fix target height caching | moneromooo-monero | 2018-03-11 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #3384 | Riccardo Spagni | 2018-03-14 | 1 | -2/+1 |
| |\ \ \ | |||||
| | * | | | simplewallet: do not call a RPC when displaying the prompt | moneromooo-monero | 2018-03-11 | 1 | -2/+1 |
| | |/ / | |||||
