summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8276v0.17.3.2luigi11112022-04-252-0/+3
|\ | | | | | | c624d05 add a sanity check to RPC input data size (moneromooo-monero)
| * add a sanity check to RPC input data sizemoneromooo-monero2022-04-212-0/+3
| | | | | | | | reported by m31007
* | build: prepare v0.17.3.2selsta2022-04-204-2/+3
|/
* Added support for Ledger Nano S PlusMathias Herberts2022-04-061-1/+2
|
* Merge pull request #8227luigi11112022-04-061-6/+0
|\ | | | | | | 09e7d2e [release-v0.17] Don't require --rpc-login with --rpc-access-control-origins (Jeffrey)
| * [release-v0.17] Don't require --rpc-login with --rpc-access-control-originsJeffrey2022-03-251-6/+0
| | | | | | | | Same as PR #8187 for release v0.17
* | Merge pull request #8222luigi11112022-04-061-1/+1
|\ \ | | | | | | | | | d97e961 replace erciccione's seednode with one on haveno's infrastructure (erciccione)
| * | replace erciccione's seednode with one on haveno's infrastructureerciccione2022-03-191-1/+1
| |/
* | Merge pull request #8196luigi11112022-04-061-4/+4
|\ \ | | | | | | | | | f43e150 wallet2: update stagenet rollback blocks (selsta)
| * | wallet2: update stagenet rollback blocksselsta2022-03-011-4/+4
| | |
* | | Merge pull request #8177luigi11112022-04-061-1/+1
|\ \ \ | | | | | | | | | | | | 30ab49d simplewallet: rename duplicate amount headers for clarity (reemuru)
| * | | simplewallet: rename duplicate amount headers for clarityreemuru2022-02-111-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | There are duplicate headers for 'amount' when performing export_transfers all. Column five represents the total amount of the transaction while column eleven represents the amount transferred per destination (e.g. multi-destination transactions). The columns have been renamed to 'transaction amount' and 'destination amount` respectively.
* | | Merge pull request #8166luigi11112022-04-062-1/+10
|\ \ \ | |_|/ |/| | | | | 41b87b1 support authentication in monero-wallet-rpc set_daemon (woodser)
| * | support authentication in monero-wallet-rpc set_daemonwoodser2022-01-312-1/+10
| | |
* | | Merge pull request #8190luigi11112022-03-1825-820/+1945
|\ \ \ | | | | | | | | | | | | 743dd0e multisig key exchange update and refactor (koe)
| * | | multisig key exchange update and refactorkoe2022-02-2425-820/+1945
| |/ /
* | | Merge pull request #8159luigi11112022-03-181-0/+13
|\ \ \ | | | | | | | | | | | | fb018df Balance includes unconfirmed transfers to self (woodser)
| * | | Balance includes unconfirmed transfers to selfwoodser2022-01-301-0/+13
| |/ /
* | | Merge pull request #8154luigi11112022-03-181-0/+8
|\ \ \ | | | | | | | | | | | | 1dcca96 Balance includes unconfirmed payments (woodser)
| * | | Balance includes unconfirmed paymentswoodser2022-01-231-0/+8
| | |/ | |/|
* | | wallet inits cache if file and blob missingwoodser2022-01-301-4/+5
| |/ |/|
* | Update net_node.inl to to replace seed nodeGingeropolous2022-01-041-3/+3
|/ | | update net_node.inl to replace old xmrchain.net seed node with new xmrchain.net server IP so the old one can retire and spend its final days drinking things out of coconuts
* cmake: set 3.5 as minimum versionselsta2021-11-292-2/+2
|
* Merge pull request #8085luigi11112021-11-262-1/+1
|\ | | | | | | 39bb22a blocks: update checkpoints.dat (selsta)
| * blocks: update checkpoints.datselsta2021-11-262-1/+1
| |
* | Merge pull request #8084luigi11112021-11-261-0/+15
|\ \ | | | | | | | | | a4954a9 rpc: fix DoS vector in get_output_distribution (moneromooo-monero)
| * | rpc: fix DoS vector in get_output_distributionmoneromooo-monero2021-10-241-0/+15
| | | | | | | | | | | | | | | This will prevent people spending old pre-rct outputs using a stranger's node, which may be a good thing
* | | Add calcpow RPCHoward Chu2021-11-205-5/+73
| |/ |/| | | | | Calculate PoW hash for a block candidate
* | Merge pull request #8039luigi11112021-11-092-72/+46
|\ \ | | | | | | | | | | | | c942c2c device: fix ledger error strings, add human friendly messages (selsta) 99b97dc device: Ledger - update status codes (xiphon)
| * | device: fix ledger error strings, add human friendly messagesselsta2021-11-031-7/+3
| | |
| * | device: Ledger - update status codesxiphon2021-11-032-65/+43
| | |
* | | Merge pull request #8032luigi11112021-11-091-16/+54
|\ \ \ | | | | | | | | | | | | c9f73f1 slow_hash: don't blow out Mac stack on ARM64 (Howard Chu)
| * | | slow_hash: don't blow out Mac stack on ARM64Howard Chu2021-10-301-16/+54
| | | |
* | | | Merge pull request #8023luigi11112021-11-095-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | 3cb7fda build: prepare v0.17.3.0 (selsta)
| * | | | build: prepare v0.17.3.0selsta2021-10-295-3/+4
| |/ / /
* | | | Merge pull request #7997luigi11112021-11-0927-52/+237
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29c03e2 wallet_api: enable set_strict_default_file_permissions (tobtoht) 1c26d34 epee: add missing header (selsta) 1d451a6 depends: update zeromq package to 4.3.4 (selsta) 5180610 cmake: use CMAKE_CURRENT_LIST_DIR for git version (selsta) 5aae00a epee: avoid ADL selecting C++14 std::quoted (selsta) cf31136 cmake: set cpp14 standard (selsta) 945665f fix median overflow bug (koe) 908ecb3 LMDB: fix deadlock in resized detection (Howard Chu) a492c4e blockchain: fix pedantic assert (selsta) 1e663e8 Increase timeout for the mining test 4 times (to 240s) (mj-xmr) 4760f8b Wallet2: Update 'approximate_testnet_rolled_back_blocks' (rbrunner7) 76b6120 cmake: set required C/C++ standard to 11 (selsta) 3067987 Fix parallel make of OpenSSL (Howard Chu) 1219c74 add singapore.node.xmr.pm to seed nodes (lza_menace) 689dd52 net_node: add seed node (selsta) 95936a3 depends: update unwind, fix build with ubuntu 21.04 (selsta) e2c802f Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7) 14df8ad epee: don't log raw packet data (moneromooo-monero) 5fa7208 Mac: Enable on ARM, by not enforcing x86_64 (mj-xmr) fe6ab93 daemon: allow proxy configuration (anon) 52dcc03 bootstrap_daemon: proxy configuration support (xiphon) a6df656 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
| * | | wallet_api: enable set_strict_default_file_permissionstobtoht2021-10-222-1/+6
| | | |
| * | | epee: add missing headerselsta2021-10-221-0/+1
| | | |
| * | | LMDB: fix deadlock in resized detectionHoward Chu2021-10-142-3/+13
| | | |
| * | | blockchain: fix pedantic assertselsta2021-10-141-0/+2
| | | |
| * | | Wallet2: Update 'approximate_testnet_rolled_back_blocks'rbrunner72021-10-071-1/+1
| | | |
| * | | add singapore.node.xmr.pm to seed nodeslza_menace2021-10-061-1/+5
| | | |
| * | | net_node: add seed nodeselsta2021-10-061-0/+3
| | | |
| * | | Only INFO log for short seed words with ALLOW_SHORT_WORDS activerbrunner72021-10-061-1/+1
| | | |
| * | | daemon: allow proxy configurationanon2021-10-0612-12/+62
| | | | | | | | | | | | | | | | | | | | Co-authored-by: selsta <selsta@sent.at> Co-authored-by: tobtoht <thotbot@protonmail.com>
| * | | bootstrap_daemon: proxy configuration supportxiphon2021-10-069-27/+125
| | | |
| * | | wallet2: chunk get_outs.bin calls to avoid sanity limitsmoneromooo-monero2021-10-061-8/+20
| | | |
* | | | Merge pull request #8030luigi11112021-11-011-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 89a0b31 crypto: fix typo in ifdef (selsta)
| * | | | crypto: fix typo in ifdefselsta2021-10-291-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #8014luigi11112021-11-012-23/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | 103c973 wallet2: fix key encryption when changing ask-password from 0/1 to 2 (moneromooo-monero)