summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ / /
* | | | Merge pull request #8037luigi11112021-11-092-3/+65
|\ \ \ \ | | | | | | | | | | | | | | | df79eb1 depends: openssl 1.1.1k -> 1.1.1l (selsta)
| * | | | depends: openssl 1.1.1k -> 1.1.1lselsta2021-11-022-3/+65
| | | | |
* | | | | 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-097-10/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 3cb7fda build: prepare v0.17.3.0 (selsta)
| * | | | | build: prepare v0.17.3.0selsta2021-10-297-10/+11
| |/ / / /
* | | | | Merge pull request #7997luigi11112021-11-0948-190/+323
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-223-0/+3
| | | | |
| * | | | depends: update zeromq package to 4.3.4selsta2021-10-215-91/+28
| | | | |
| * | | | cmake: use CMAKE_CURRENT_LIST_DIR for git versionselsta2021-10-211-2/+2
| | | | |
| * | | | epee: avoid ADL selecting C++14 std::quotedselsta2021-10-201-14/+9
| | | | |
| * | | | cmake: set cpp14 standardselsta2021-10-183-3/+3
| | | | | | | | | | | | | | | | | | | | It's 2021, we can easily switch to C++14 without any troubles.
| * | | | fix median overflow bugkoe2021-10-141-1/+2
| | | | |
| * | | | LMDB: fix deadlock in resized detectionHoward Chu2021-10-142-3/+13
| | | | |
| * | | | blockchain: fix pedantic assertselsta2021-10-141-0/+2
| | | | |
| * | | | Increase timeout for the mining test 4 times (to 240s)mj-xmr2021-10-101-1/+1
| | | | |
| * | | | Wallet2: Update 'approximate_testnet_rolled_back_blocks'rbrunner72021-10-071-1/+1
| | | | |
| * | | | cmake: set required C/C++ standard to 11selsta2021-10-064-13/+26
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
| * | | | Fix parallel make of OpenSSLHoward Chu2021-10-061-2/+2
| | | | |
| * | | | add singapore.node.xmr.pm to seed nodeslza_menace2021-10-061-1/+5
| | | | |
| * | | | net_node: add seed nodeselsta2021-10-061-0/+3
| | | | |
| * | | | depends: update unwind, fix build with ubuntu 21.04selsta2021-10-062-8/+8
| | | | |
| * | | | Only INFO log for short seed words with ALLOW_SHORT_WORDS activerbrunner72021-10-061-1/+1
| | | | |
| * | | | epee: don't log raw packet datamoneromooo-monero2021-10-061-4/+4
| | | | |
| * | | | Mac: Enable on ARM, by not enforcing x86_64mj-xmr2021-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
| | | | |