summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4423v0.13.0.0-RC1Riccardo Spagni2018-09-254-4/+5
|\ | | | | | | | | | | | | 357441a2 add checkpoints for testnet and mainnet (Riccardo Spagni) d9f666d7 update checkpoints.dat (Riccardo Spagni) 6b1b4e83 update version to 13.0 (Riccardo Spagni) 6f153533 update readme with v13.0 (Riccardo Spagni)
| * add checkpoints for testnet and mainnetRiccardo Spagni2018-09-251-1/+2
| |
| * update checkpoints.datRiccardo Spagni2018-09-232-1/+1
| |
| * update version to 13.0Riccardo Spagni2018-09-221-2/+2
| |
* | Merge pull request #4438Riccardo Spagni2018-09-251-7/+32
|\ \ | | | | | | | | | | | | | | | e350cc5a wallet2: fix duplicate output making it to the RPC (moneromooo-monero) bf9a0f4c epee: fix stack overflow on crafted input (moneromooo-monero) 45683ee0 epee: fix invalid memory write reading an array entry (moneromooo-monero)
| * | wallet2: fix duplicate output making it to the RPCmoneromooo-monero2018-09-251-7/+32
| |/
* | Merge pull request #4435Riccardo Spagni2018-09-251-0/+1
|\ \ | | | | | | | | | c39ad0cd tx_pool: fix tx removal at startup keeping references (moneromooo-monero)
| * | tx_pool: fix tx removal at startup keeping referencesmoneromooo-monero2018-09-251-0/+1
| |/
* | Merge pull request #4412Riccardo Spagni2018-09-252-2/+2
|\ \ | | | | | | | | | 4d0a8db0 device: fix warnings about overridden functions (moneromooo-monero)
| * | device: fix warnings about overridden functionsmoneromooo-monero2018-09-212-2/+2
| | |
* | | Merge pull request #4422Riccardo Spagni2018-09-253-3/+3
|\ \ \ | | | | | | | | | | | | 6e270fbd wallet2_api: fix for latest code changes (moneromooo-monero)
| * | | wallet2_api: fix for latest code changesmoneromooo-monero2018-09-223-3/+3
| | |/ | |/|
* | | Merge pull request #4430Riccardo Spagni2018-09-251-0/+2
|\ \ \ | | | | | | | | | | | | 50981c40 blockchain: add stagenet v8 and v9, two weeks before mainnet (moneromooo-monero)
| * | | blockchain: add stagenet v8 and v9, two weeks before mainnetmoneromooo-monero2018-09-241-0/+2
| |/ /
* | | Merge pull request #4433Riccardo Spagni2018-09-252-2/+2
|\ \ \ | | | | | | | | | | | | b35beaa8 wallet_rpc_server: include account index in incoming_transfers RPC (moneromooo-monero)
| * | | wallet_rpc_server: include account index in incoming_transfers RPCmoneromooo-monero2018-09-242-2/+2
| | | |
* | | | Merge pull request #4414Riccardo Spagni2018-09-251-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 83907f88 wallet_rpc_server: fix --run-as-service on Windows (moneromooo-monero)
| * | | | wallet_rpc_server: fix --run-as-service on Windowsmoneromooo-monero2018-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | Thanks iDunk for the windows testing
* | | | | Replace USB-CCID (smartcard) by USB-HIDcslashm2018-09-2410-190/+578
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac Split Ledger logic and device IO
* | | | | bulletproofs: multiply points by 8 first thing in verificationmoneromooo-monero2018-09-241-15/+17
| |_|/ / |/| | | | | | | | | | | | | | | instead of merging that with other scalar multiplications where possible for speed, since this is not actually safe
* | | | Merge pull request #4404Riccardo Spagni2018-09-221-0/+20
|\ \ \ \ | |/ / / |/| | | | | | | f3cd51a1 cryptonote tweak v2.2 (Lee Clagett)
| * | | cryptonote tweak v2.2Lee Clagett2018-09-221-0/+20
| | | |
* | | | wallet_rpc_server: fix build for windowsmoneromooo-monero2018-09-211-8/+17
| |_|/ |/| | | | | | | | Thanks iDunk for building patches on windows
* | | Merge pull request #4405Riccardo Spagni2018-09-211-2/+2
|\ \ \ | | | | | | | | | | | | 8db2d8d4 simplewallet: fix --generate-from-json setting wrong wallet filename (moneromooo-monero)
| * | | simplewallet: fix --generate-from-json setting wrong wallet filenamemoneromooo-monero2018-09-191-2/+2
| | |/ | |/|
* | | Merge pull request #4401Riccardo Spagni2018-09-215-21/+99
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66901901 README: harmonize command formatting inside README.md (Andrea) 8cd98408 disable AES on s390x architecture (Tuan M. Hoang) 4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat) 24f52396 wallet: add 'outputs' option for sweep_* commands (whythat) 52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project) 0c77523d README: fill in libsodium package name for Arch (phloatingman)
| * | | wallet: implement coin splitting for sweep_* 'outputs' optionwhythat2018-09-181-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented strategy splits total amount into N equal parts, where N is a specified number of outputs. If N > 1, dummy change output is NOT created. rebased by moneromooo
| * | | wallet: add 'outputs' option for sweep_* commandswhythat2018-09-185-18/+74
| | |/ | |/| | | | | | | | | | | | | | | | | | | 'outputs' option allows to specify the number of separate outputs of smaller denomination that will be created by sweep operation. rebased by moneromooo
* | | Merge pull request #4399Riccardo Spagni2018-09-211-1/+10
|\ \ \ | | | | | | | | | | | | f77ce675 rpc: allow pruning of json encoded txs (cryptochangements34)
| * | | rpc: allow pruning of json encoded txscryptochangements342018-09-171-1/+10
| |/ /
* | | Merge pull request #4395Riccardo Spagni2018-09-211-3/+8
|\ \ \ | | | | | | | | | | | | 9bf0105e Fixed Keccak implementation on big-endian platforms (Alexandro Sanchez)
| * | | Fixed Keccak implementation on big-endian platformsAlexandro Sanchez2018-09-171-3/+8
| |/ /
* | | Merge pull request #4394Riccardo Spagni2018-09-211-5/+5
|\ \ \ | | | | | | | | | | | | b7660149 node_rpc_proxy: return a non empty error string on connection failure (moneromooo-monero)
| * | | node_rpc_proxy: return a non empty error string on connection failuremoneromooo-monero2018-09-171-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | This makes it easier to avoid bugs on the caller side if errors are represented by non empty strings. This fixes the refresh height setting in new wallets when no daemon is running.
* | | Merge pull request #4388Riccardo Spagni2018-09-212-16/+5
|\ \ \ | | | | | | | | | | | | 05edc969 simplewallet: remove obsolete transfer_original command (moneromooo-monero)
| * | | simplewallet: remove obsolete transfer_original commandmoneromooo-monero2018-09-162-16/+5
| |/ /
* | | Merge pull request #4379Riccardo Spagni2018-09-213-7/+25
|\ \ \ | | | | | | | | | | | | 607301bf rct: avoid repeated unnecessary conversions when accummulating (moneromooo-monero)
| * | | rct: avoid repeated unnecessary conversions when accummulatingmoneromooo-monero2018-09-143-7/+25
| | | |
* | | | Merge pull request #4378Riccardo Spagni2018-09-214-2/+23
|\ \ \ \ | | | | | | | | | | | | | | | ac934663 rpc: add a "is an update available" flag in get_info (moneromooo-monero)
| * | | | rpc: add a "is an update available" flag in get_infomoneromooo-monero2018-09-144-2/+23
| |/ / / | | | | | | | | | | | | Make it easier for a user to be told when to update
* | | | Merge pull request #4376Riccardo Spagni2018-09-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 2ace509a simplewallet: print reason why refresh+password is needed (moneromooo-monero)
| * | | | simplewallet: print reason why refresh+password is neededmoneromooo-monero2018-09-141-1/+1
| | | | |
* | | | | Merge pull request #4373Riccardo Spagni2018-09-212-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 4f81cd3a rpc: add cumulative difficulty in block header data (moneromooo-monero)
| * | | | | rpc: add cumulative difficulty in block header datamoneromooo-monero2018-09-132-0/+3
| |/ / / /
* | | | | Merge pull request #4371Riccardo Spagni2018-09-215-0/+648
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 55c7cd14 Adding expect<T> - a value-or-error implementation (Lee Clagett)
| * | | | | Adding expect<T> - a value-or-error implementationLee Clagett2018-09-125-0/+648
| | | | | |
* | | | | | Merge pull request #4369Riccardo Spagni2018-09-212-7/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | b2bb9312 blockchain: simplify output distribution code (moneromooo-monero) befdcbf4 db_lmdb: do not use base for cumulative distribution (moneromooo-monero)
| * | | | | | blockchain: simplify output distribution codemoneromooo-monero2018-09-121-7/+2
| | | | | | |
| * | | | | | db_lmdb: do not use base for cumulative distributionmoneromooo-monero2018-09-121-0/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | it's confusing and needlessly complicated
* | | | | | query backing devicem2049r2018-09-1910-17/+123
| |_|_|_|/ |/| | | |