summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cryptonote_basic: speedup calculate_block_hashmoneromooo-monero2019-03-251-2/+7
| * | | | | | | cryptonote: block parsing + hash calculation speedupmoneromooo-monero2019-03-256-16/+43
| * | | | | | | blockchain: avoid unneeded block copymoneromooo-monero2019-03-251-1/+2
| * | | | | | | save some database calls when getting top block hash and heightmoneromooo-monero2019-03-251-0/+1
| * | | | | | | Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-251-2/+1
| |/ / / / / /
* | | | | | | Merge pull request #5345Riccardo Spagni2019-04-062-4/+12
|\ \ \ \ \ \ \
| * | | | | | | wallet_rpc_server: allow english/local language names in create_walletmoneromooo-monero2019-03-252-4/+12
| |/ / / / / /
* | | | | | | Merge pull request #5344Riccardo Spagni2019-04-063-5/+5
|\ \ \ \ \ \ \
| * | | | | | | lmdb: fix size_t size issues on 32 bitmoneromooo-monero2019-03-313-5/+5
| |/ / / / / /
* | | | | | | Merge pull request #5343Riccardo Spagni2019-04-061-4/+4
|\ \ \ \ \ \ \
| * | | | | | | wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero2019-03-241-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #5342Riccardo Spagni2019-04-061-3/+3
|\ \ \ \ \ \ \
| * | | | | | | perf_timer: move some debug levels to info for consistencymoneromooo-monero2019-03-241-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #5340Riccardo Spagni2019-04-062-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | wallet: use original user address if we have a short payment idmoneromooo-monero2019-03-242-2/+2
* | | | | | | libwallet_merged: add missing net targetselsta2019-04-021-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | api/wallet: fix some wrong namespacestoffu2019-04-021-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #5319Riccardo Spagni2019-04-015-9/+104
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | wallet_rpc_server: error out on getting the spend key from a hot walletmoneromooo-monero2019-04-011-1/+7
| * | | | wallet_rpc_server: add a set_daemon RPCmoneromooo-monero2019-04-015-7/+91
| * | | | wallet2: init some variables to default values if loading old walletsmoneromooo-monero2019-04-011-0/+3
| * | | | wallet_rpc_server: always fill out subaddr_indices in get_transfersmoneromooo-monero2019-04-011-0/+2
| * | | | wallet_rpc_server: set confirmations to 0 for pending/pool txesmoneromooo-monero2019-04-011-1/+1
* | | | | Merge pull request #5339Riccardo Spagni2019-04-011-1/+1
|\ \ \ \ \
| * | | | | Fix build on FreeBSDNathan Dorfman2019-03-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #5334Riccardo Spagni2019-04-011-1/+1
|\ \ \ \ \
| * | | | | p2p: don't lookup seed nodes when offlinemoneromooo-monero2019-03-221-1/+1
| |/ / / /
* | | | | Merge pull request #5333Riccardo Spagni2019-04-014-16/+188
|\ \ \ \ \
| * | | | | wallet: add freeze/thaw/frozen commandsmoneromooo-monero2019-03-224-16/+188
| |/ / / /
* | | | | Merge pull request #5332Riccardo Spagni2019-04-0111-100/+306
|\ \ \ \ \
| * | | | | Add get_tx_proof support, needed for new sanity checkcslashm2019-03-288-62/+186
| * | | | | Add support for V11 protocol with BulletProofV2 and short amount.cslashm2019-03-288-47/+101
| * | | | | Add application version compatibility check.cslashm2019-03-282-2/+30
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5349Riccardo Spagni2019-04-011-3/+9
|\ \ \ \ \
| * | | | | wallet2: fix tx sanity check change test for the sweep_all casemoneromooo-monero2019-03-251-3/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5352Riccardo Spagni2019-04-012-0/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | blockchain: incremental long term block weight cachemoneromooo-monero2019-03-281-0/+22
| * | | | blockchain: simple cache for the long term block weightsmoneromooo-monero2019-03-282-0/+24
| |/ / /
* | | | Merge pull request #5329Riccardo Spagni2019-04-012-44/+4
|\ \ \ \
| * | | | wallet_rpc_server: remove mixin from transfer RPCsmoneromooo-monero2019-03-212-44/+4
* | | | | Merge pull request #5327Riccardo Spagni2019-04-0110-0/+166
|\ \ \ \ \
| * | | | | New interactive daemon command 'print_net_stats': Global traffic statsrbrunner72019-03-2410-1/+167
* | | | | | Merge pull request #5326Riccardo Spagni2019-04-012-1/+4
|\ \ \ \ \ \
| * | | | | | rpc: add miner tx hash to block header responsemoneromooo-monero2019-03-212-1/+4
| |/ / / / /
* | | | | | Merge pull request #5325Riccardo Spagni2019-04-011-0/+2
|\ \ \ \ \ \
| * | | | | | daemon: init public_port in all ctorsmoneromooo-monero2019-03-201-0/+2
| |/ / / / /
* | | | | | Merge pull request #5322Riccardo Spagni2019-04-011-4/+2
|\ \ \ \ \ \
| * | | | | | Fix daemon startup parameter '--limit-rate' processing after parameter defaultsrbrunner72019-03-201-4/+2
| |/ / / / /
* | | | | | Merge pull request #5317Riccardo Spagni2019-04-011-1/+17
|\ \ \ \ \ \
| * | | | | | core: improve block rate monitor trigger probabilitiesmoneromooo-monero2019-03-251-1/+17
| | |_|/ / / | |/| | | |