summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #5418Riccardo Spagni2019-04-164-9/+13
|\ \ \ \ \
| * | | | | wallet_rpc_server: add a all flag to export_outputsmoneromooo-monero2019-04-104-9/+13
| | |/ / / | |/| | |
* | | | | Merge pull request #5414Riccardo Spagni2019-04-161-1/+0
|\ \ \ \ \
| * | | | | blockchain: remove unused calc of short_term_constraintstoffu2019-04-091-1/+0
| |/ / / /
* | | | | Merge pull request #5406Riccardo Spagni2019-04-161-1/+5
|\ \ \ \ \
| * | | | | blockchain_import: error out if preparing to handle blocks failsmoneromooo-monero2019-04-071-1/+5
| |/ / / /
* | | | | Merge pull request #5405Riccardo Spagni2019-04-161-1/+4
|\ \ \ \ \
| * | | | | core: don't check block rate nor fork time in regtest modemoneromooo-monero2019-04-071-1/+4
| |/ / / /
* | | | | Merge pull request #5400Riccardo Spagni2019-04-167-93/+123
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-147-93/+123
| | |_|/ | |/| |
* | | | Merge pull request #5421Riccardo Spagni2019-04-151-0/+1
|\ \ \ \
| * | | | rpc: fix off by one in get_heightmoneromooo-monero2019-04-111-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #5408Riccardo Spagni2019-04-151-0/+1
|\ \ \ \
| * | | | build fix: combinator.h stdexcept missing includeDusan Klinec2019-04-071-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #5402Riccardo Spagni2019-04-153-1/+19
|\ \ \ \
| * | | | rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-053-1/+19
* | | | | Merge pull request #5398Riccardo Spagni2019-04-152-21/+53
|\ \ \ \ \
| * | | | | device/trezor: env-configurable portsDusan Klinec2019-04-102-21/+53
| |/ / / /
* | | | | Merge pull request #5396Riccardo Spagni2019-04-152-3/+10
|\ \ \ \ \
| * | | | | wallet2: add --no-dns flagmoneromooo-monero2019-04-042-3/+10
| |/ / / /
* | | | | Merge pull request #5395Riccardo Spagni2019-04-151-7/+9
|\ \ \ \ \
| * | | | | wallet2: support multi out txes without change in sanity checkmoneromooo-monero2019-04-031-7/+9
* | | | | | Merge pull request #5392Riccardo Spagni2019-04-155-12/+36
|\ \ \ \ \ \
| * | | | | | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu2019-04-045-12/+36
* | | | | | | Merge pull request #5365Riccardo Spagni2019-04-151-2/+1
|\ \ \ \ \ \ \
| * | | | | | | fix init warning on whatever compiler versionitalocoin2019-03-291-2/+1
* | | | | | | | Merge pull request #5355Riccardo Spagni2019-04-159-11/+79
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | device/trezor: add button pressed requestDusan Klinec2019-04-077-1/+42
| * | | | | | | wallet: API changes to enable passphrase entryDusan Klinec2019-04-054-10/+37
| | |_|_|/ / / | |/| | | | |
* | | | | | | simplewallet: fix merge error with new welcome commandmoneromooo-monero2019-04-111-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #5386Riccardo Spagni2019-04-112-0/+34
|\ \ \ \ \ \
| * | | | | | simplewallet: add a welcome/disclaimer message commandmoneromooo-monero2019-04-112-0/+34
* | | | | | | Merge pull request #5383Riccardo Spagni2019-04-119-73/+208
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | functional_tests: add more blockchain related testsmoneromooo-monero2019-04-119-73/+208
* | | | | | | Merge pull request #5388Riccardo Spagni2019-04-116-12/+100
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | simplewallet: new unset_ring commandmoneromooo-monero2019-04-026-12/+100
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5382Riccardo Spagni2019-04-115-22/+63
|\ \ \ \ \ \
| * | | | | | wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero2019-04-015-23/+64
| * | | | | | wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero2019-04-011-4/+4
| * | | | | | wallet_rpc_server: error out on getting the spend key from a hot walletmoneromooo-monero2019-04-011-1/+7
| * | | | | | wallet_rpc_server: always fill out subaddr_indices in get_transfersmoneromooo-monero2019-04-011-0/+2
* | | | | | | Merge pull request #5381Riccardo Spagni2019-04-112-6/+10
|\ \ \ \ \ \ \
| * | | | | | | miner: fix race when stopping mining with start mining enabledmoneromooo-monero2019-04-012-6/+10
| |/ / / / / /
* | | | | | | Merge pull request #5380Riccardo Spagni2019-04-113-3/+3
|\ \ \ \ \ \ \
| * | | | | | | blockchain_stats: fix sign in formatting functionmoneromooo-monero2019-04-011-1/+1
| * | | | | | | various: remove unused variablesmoneromooo-monero2019-04-011-2/+0
| * | | | | | | blockchain: some debug info when adding txes-from-block failsmoneromooo-monero2019-04-011-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #5379Riccardo Spagni2019-04-113-5/+26
|\ \ \ \ \ \ \
| * | | | | | | Add NanoX supportcslashm2019-04-013-5/+26
| |/ / / / / /
* | | | | | | Merge pull request #5378Riccardo Spagni2019-04-113-25/+1
|\ \ \ \ \ \ \