summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8276v0.17.3.2luigi11112022-04-254-0/+15
|\ | | | | | | c624d05 add a sanity check to RPC input data size (moneromooo-monero)
| * add a sanity check to RPC input data sizemoneromooo-monero2022-04-214-0/+15
| | | | | | | | reported by m31007
* | Merge pull request #8273luigi11112022-04-256-9/+10
|\ \ | |/ |/| | | 6e1549c build: prepare v0.17.3.2 (selsta)
| * build: prepare v0.17.3.2selsta2022-04-206-9/+10
|/
* Merge pull request #8241luigi11112022-04-191-0/+0
|\ | | | | | | 554b534 randomx: update submodule (selsta)
| * randomx: update submoduleselsta2022-04-061-0/+0
| |
* | Merge pull request #8239luigi11112022-04-191-1/+2
|\ \ | |/ |/| | | 45c55eb Added support for Ledger Nano S Plus (Mathias Herberts)
| * 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-1830-943/+2217
|\ \ \ | | | | | | | | | | | | 743dd0e multisig key exchange update and refactor (koe)
| * | | multisig key exchange update and refactorkoe2022-02-2430-943/+2217
| |/ /
* | | Merge pull request #8159luigi11112022-03-182-5/+15
|\ \ \ | | | | | | | | | | | | fb018df Balance includes unconfirmed transfers to self (woodser)
| * | | Balance includes unconfirmed transfers to selfwoodser2022-01-302-5/+15
| |/ /
* | | Merge pull request #8154luigi11112022-03-181-0/+8
|\ \ \ | | | | | | | | | | | | 1dcca96 Balance includes unconfirmed payments (woodser)
| * | | Balance includes unconfirmed paymentswoodser2022-01-231-0/+8
| | |/ | |/|
* | | Merge pull request #8163luigi11112022-03-021-4/+5
|\ \ \ | |_|/ |/| | | | | 34c1561 wallet inits cache if file and blob missing (woodser)
| * | wallet inits cache if file and blob missingwoodser2022-01-301-4/+5
|/ /
* | Merge pull request #8131luigi11112022-01-241-3/+3
|\ \ | |/ |/| | | 7483847 Update net_node.inl to to replace seed node (Gingeropolous)
| * 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
* Merge pull request #8096v0.17.3.0luigi11112021-11-302-5/+7
|\ | | | | | | 7430b9e Fix Android OpenSSL build (Howard Chu)
| * Fix Android OpenSSL buildHoward Chu2021-11-302-5/+7
| | | | | | | | | | | | | | depends didn't have target-specific overrides for _build_env so ANDROID_NDK_HOME wasn't being set at build time. This fix supersedes the manual edit of Configuration/15-android.conf. Resolves #8095
* | Merge pull request #8094luigi11112021-11-3010-13/+13
|\ \ | | | | | | | | | 6b881af cmake: set 3.5 as minimum version (selsta)
| * | cmake: set 3.5 as minimum versionselsta2021-11-2910-13/+13
| |/
* | Merge pull request #7977luigi11112021-11-293-0/+220
|\ \ | |/ |/| | | fc4e574 Add simple script for running gitian-build (Howard Chu)
| * Add simple script for running gitian-buildHoward Chu2021-09-273-0/+220
| | | | | | | | | | | | | | | | | | | | | | This shell script creates a docker image for running the gitian-build.py script, to avoid version incompatibilities. The builds may be signed automatically after manually reviewing the build hashes. Only docker.io and apt-cacher-ng are required to be installed on the host. The MacOSX SDK should also be present in this directory if Mac builds are desired. A container named "gitrun" is used to launch the builds, and all output will reside in this container as well.
* | 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
* | | | Merge pull request #8075luigi11112021-11-266-5/+87
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6f80a46 Add python method (Howard Chu) c09054b Add calcpow RPC (Howard Chu)
| * | | | Add python methodHoward Chu2021-11-211-0/+14
| | | | |
| * | | | Add calcpow RPCHoward Chu2021-11-205-5/+73
| | |/ / | |/| | | | | | | | | | Calculate PoW hash for a block candidate
* | | | Merge pull request #8072luigi11112021-11-261-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | 7a21487 Update RandomX (Jethro Grassie)
| * | | | Update RandomXJethro Grassie2021-11-201-0/+0
| |/ / /
* | | | Merge pull request #8056luigi11112021-11-262-2/+28
|\ \ \ \ | |/ / / |/| | | | | | | 9d6ba37 hidapi: bump hidapi to 0.11.0 (selsta)
| * | | hidapi: bump hidapi to 0.11.0selsta2021-11-102-2/+28
| | | |
* | | | Merge pull request #8049luigi11112021-11-091-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | 782e8a3 Update RandomX to v1.1.10 (tevador)
| * | | | Update RandomX to v1.1.10tevador2021-11-081-0/+0
| |/ / /
* | | | 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
| |/ / /