summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-013-14/+63
| * | | | | libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-303-7/+30
| * | | | | libwallet_api: fix unhandled exception on address checkIlya Kitaev2016-09-301-12/+16
| * | | | | libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-303-12/+56
| * | | | | libwallet_api: test for create/init wallet on mainnetIlya Kitaev2016-09-281-3/+50
* | | | | | Merge pull request #1149Riccardo Spagni2016-10-044-28/+28
|\ \ \ \ \ \
| * | | | | | Noticed two spellings of the word 'response' in the codebase, one 'responce' ...NanoAkron2016-09-294-28/+28
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1145Riccardo Spagni2016-10-041-1/+1
|\ \ \ \ \ \
| * | | | | | Improving daemon startup log messageNanoAkron2016-09-281-1/+1
| |/ / / / /
* | | | | | Merge pull request #1140Riccardo Spagni2016-10-0410-136/+852
|\ \ \ \ \ \
| * | | | | | wallet: cold wallet transaction signingmoneromooo-monero2016-09-277-126/+627
| * | | | | | wallet: fix log confusion between bytes and kilobytesmoneromooo-monero2016-09-261-2/+2
| * | | | | | cryptonote_core: make extra field removal more genericmoneromooo-monero2016-09-262-4/+4
| * | | | | | serialization: add support for serializing std::pair and std::listmoneromooo-monero2016-09-263-4/+219
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1159Riccardo Spagni2016-10-042-0/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | tests: fix build after addition of cryptonote_core::get_block_sync_sizemoneromooo-monero2016-10-012-0/+2
|/ / / / /
* | | | | Merge pull request #1124Riccardo Spagni2016-09-291-1/+11
|\ \ \ \ \
| * | | | | daemon: report status at 99.9% rather than 100% when not quite syncedmoneromooo-monero2016-09-241-1/+11
| |/ / / /
* | | | | Merge pull request #1127Riccardo Spagni2016-09-292-0/+68
|\ \ \ \ \
| * | | | | This file is for rlwrap for monero 0.10zveda2016-09-251-0/+33
| * | | | | This file is for rlwrap for monero 0.10zveda2016-09-251-0/+35
| |/ / / /
* | | | | Merge pull request #1128Riccardo Spagni2016-09-291-1/+1
|\ \ \ \ \
| * | | | | db_lmdb: do not error if dropping a non existent hard fork tablemoneromooo-monero2016-09-241-1/+1
| |/ / / /
* | | | | Merge pull request #1129Riccardo Spagni2016-09-295-2/+23
|\ \ \ \ \
| * | | | | core: make the sync chunk block count overridablemoneromooo-monero2016-09-245-2/+23
| |/ / / /
* | | | | Merge pull request #1136Riccardo Spagni2016-09-297-24/+196
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | wallet2: wallet2::get_daemon_blockchain_height() clean error message onIlya Kitaev2016-09-281-0/+4
| * | | | libwallet_api: Wallet::setAutoRefreshInterval sanity checkIlya Kitaev2016-09-281-1/+9
| * | | | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-281-0/+2
| * | | | libwallet_api: tests: fixed WalletCallbackReceived testIlya Kitaev2016-09-281-3/+7
| * | | | libwallet_api: tests: test fixed according implementationIlya Kitaev2016-09-271-1/+0
| * | | | libwallet_api: tests: compilation errors fixedIlya Kitaev2016-09-271-2/+2
| * | | | formatting: 2-spaces indentationIlya Kitaev2016-09-261-20/+20
| * | | | formatting: 2-spaces indentationIlya Kitaev2016-09-261-1/+1
| * | | | wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev2016-09-263-13/+13
| * | | | wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-267-9/+78
| * | | | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-264-5/+91
| | |/ / | |/| |
* | | | Merge pull request #1137Riccardo Spagni2016-09-291-5/+1
|\ \ \ \
| * | | | removed deprecated update-coreAdriaan Joubert2016-09-261-5/+1
| |/ / /
* | | | Merge pull request #1141Riccardo Spagni2016-09-291-0/+30
|\ \ \ \ | |/ / / |/| | |
| * | | add luigi1111's gpg keyluigi11112016-09-261-0/+30
|/ / /
* | | Merge pull request #1117Riccardo Spagni2016-09-261-1/+1
|\ \ \
| * | | Made error message consistent with other, more helpful, messageWill Skinner2016-09-221-1/+1
| |/ /
* | | Merge pull request #1116Riccardo Spagni2016-09-266-30/+126
|\ \ \
| * | | libwallet_api: simple documentation on testing environmentIlya Kitaev2016-09-232-3/+25
| * | | libwallet_api: tests: env variables for WALLETS_ROOT_DIR andIlya Kitaev2016-09-221-13/+36
| * | | libwallet_api: tests: changed testwallets path, uncommitted all testsIlya Kitaev2016-09-221-12/+14
| * | | wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-204-7/+52
| * | | wallet2_api: fixed deadlock while closing walletIlya Kitaev2016-09-201-3/+7
| |/ /
* | | Merge pull request #1113Riccardo Spagni2016-09-261-2/+2
|\ \ \