aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #8326luigi11112022-05-261-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | b9d2c78 fix backoff delay logic when re-relaying txs (j-berman)
| * | | | | fix backoff delay logic when re-relaying txsj-berman2022-05-121-4/+4
| |/ / / /
* | | | | Merge pull request #8325luigi11112022-05-261-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 62914e7 Ignore gitian build files (Jeffrey Ryan)
| * | | | | Ignore gitian build filesJeffrey Ryan2022-05-121-0/+6
| |/ / / /
* | | | | Merge pull request #8324luigi11112022-05-261-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | bae4a1a Don't send peerlist larger than max allowed (j-berman)
| * | | | | Don't send peerlist larger than max allowedj-berman2022-05-111-2/+6
| |/ / / /
* | | | | Merge pull request #8318luigi11112022-05-261-45/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | af08c83 utils: delete outdated windows build script (selsta)
| * | | | utils: delete outdated windows build scriptselsta2022-05-071-45/+0
| | | | |
* | | | | Merge pull request #8349luigi11112022-05-231-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | 026dbc8 Windows build: fix narrowing error for WaitForSingleObject (Jeffrey Ryan)
| * | | | Windows build: fix narrowing error for WaitForSingleObjectJeffrey Ryan2022-05-231-1/+1
|/ / / / | | | | | | | | | | | | `WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.
* | | | Merge pull request #8315luigi11112022-05-162-6/+40
|\ \ \ \ | | | | | | | | | | | | | | | 1ddb1ee Give better error messages when missing SSL files (Jeffrey Ryan)
| * | | | Give better error messages when missing SSL filesJeffrey Ryan2022-05-052-6/+40
| |/ / / | | | | | | | | | | | | | | | | While copying my data dir to another drive, I missed copying the rpc_ssl.key file b/c of the file permissions. This change will give a much more clear, descriptive error in that scenario.
* | | | Merge pull request #8312luigi11112022-05-1628-156/+307
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5c27fd8 depends: Package cleanup (Howard Chu) c1d47eb Update randomx: fix Mac linking error (Howard Chu) 02e6af2 Update CI for aarch64 mac build (selsta) 7ea1e21 Make Mac SDK into a regular depends package (Howard Chu) e81ab9b Silence some protobuf link warnings (Howard Chu) fe5c2ae Fix arm64 darwin package defs (Howard Chu) fb68465 Boost 1.64 doesn't recognize arm64 darwin (Howard Chu) 617f908 more... update to clang 9.0.0 (Howard Chu) 83ae3ad Split native_clang out of native_cctools (Howard Chu) 1008318 Update native_cctools for newer SDK support (Howard Chu) a86c4cb Update to MacOSX SDK 11.1, add Mac M1 (Howard Chu)
| * | | | depends: Package cleanupHoward Chu2022-05-107-20/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise.
| * | | | Update randomx: fix Mac linking errorHoward Chu2022-05-101-0/+0
| | | | | | | | | | | | | | | | | | | | Also silence randomx malloc exceptions
| * | | | Update CI for aarch64 mac buildselsta2022-05-091-8/+4
| | | | |
| * | | | Make Mac SDK into a regular depends packageHoward Chu2022-05-0911-54/+17
| | | | |
| * | | | Silence some protobuf link warningsHoward Chu2022-05-092-0/+164
| | | | | | | | | | | | | | | | | | | | 4 warnings remain but it's better than before
| * | | | Fix arm64 darwin package defsHoward Chu2022-05-065-5/+6
| | | | |
| * | | | Boost 1.64 doesn't recognize arm64 darwinHoward Chu2022-05-062-2/+14
| | | | |
| * | | | more... update to clang 9.0.0Howard Chu2022-05-061-6/+6
| | | | |
| * | | | Split native_clang out of native_cctoolsHoward Chu2022-05-064-49/+36
| | | | | | | | | | | | | | | | | | | | Needed for compiling native_libtapi
| * | | | Update native_cctools for newer SDK supportHoward Chu2022-05-065-18/+33
| | | | |
| * | | | Update to MacOSX SDK 11.1, add Mac M1Howard Chu2022-05-046-20/+38
| |/ / /
* | | | Merge pull request #8308luigi11112022-05-161-6/+1
|\ \ \ \ | | | | | | | | | | | | | | | f63f7dc wallet2: fix a couple unused variable warnings (selsta)
| * | | | wallet2: fix a couple unused variable warningsselsta2022-05-021-6/+1
| |/ / /
* | | | Merge pull request #8307luigi11112022-05-162-65/+0
|\ \ \ \ | | | | | | | | | | | | | | | b7978cf Remove src/serialization/list.h (Jeffrey)
| * | | | Remove src/serialization/list.hJeffrey2022-05-022-65/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | Unused ;) Also a comment from serialization.h
* | | | Merge pull request #8266luigi11112022-05-161-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | ab9766e depends: update unbound to 1.15.0 (selsta)
| * | | | depends: update unbound to 1.15.0selsta2022-04-191-2/+2
| | | | |
* | | | | Merge pull request #8046luigi11112022-05-165-40/+143
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | df2e680 wallet2: speedup large tx construction: reserve vector memory (moneromooo-monero) 38cdf01 wallet2: speedup large tx construction: batch ringdb lookups (Crypto City) 353cd53 wallet2: speedup large tx construction: no pointless clsag generation (Crypto City) 2b95178 wallet2: speedup large tx construction: batch ringdb updates (Crypto City) c9cf0b7 wallet2: speedup large tx construction: cache public key validity (moneromooo-monero)
| * | | | wallet2: speedup large tx construction: reserve vector memorymoneromooo-monero2022-05-131-1/+7
| | | | | | | | | | | | | | | | | | | | 2.8 seconds -> 2.6 seconds on a test case
| * | | | wallet2: speedup large tx construction: batch ringdb lookupsCrypto City2022-05-134-5/+58
| | | | | | | | | | | | | | | | | | | | 3.3 seconds -> 2.8 seconds on a test case
| * | | | wallet2: speedup large tx construction: no pointless clsag generationCrypto City2022-05-131-1/+12
| | | | | | | | | | | | | | | | | | | | 4.1 seconds -> 3.3 seconds on a test case
| * | | | wallet2: speedup large tx construction: batch ringdb updatesCrypto City2022-05-134-5/+30
| | | | | | | | | | | | | | | | | | | | 5.2 seconds -> 4.1 seconds on a test case
| * | | | wallet2: speedup large tx construction: cache public key validitymoneromooo-monero2022-05-132-28/+36
|/ / / / | | | | | | | | | | | | 5.9 second -> 5.2 seconds on a test case
* | | | Merge pull request #8321luigi11112022-05-101-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | 7d6c748 Set hf v15 testnet fork heights (j-berman)
| * | | | Set hf v15 testnet fork heightsj-berman2022-05-091-0/+2
| | |/ / | |/| |
* | | | Merge pull request #8304luigi11112022-05-101-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | 0226df9 More tests for view tags (SChernykh)
| * | | | More tests for view tagsSChernykh2022-04-291-0/+14
| |/ / / | | | | | | | | | | | | P2Pool can create transactions with more than 128 outputs, which make output_index's varint larger than 1 byte. Added this test case.
* | | | Merge pull request #8302luigi11112022-05-1017-17/+17
|\ \ \ \ | | | | | | | | | | | | | | | 41da2fe Update copyright to 2022 for Hardfork files (Akrit)
| * | | | Update copyright to 2022 for Hardfork filesAkrit2022-04-2917-17/+17
| |/ / / | | | | | | | | | | | | Update Makefile and LICENSE
* | | | Merge pull request #8301luigi11112022-05-102-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | 6ef945d Doxygen: Hide anonymous namespaces from documentation by default (Jeffrey)
| * | | | Doxygen: Hide anonymous namespaces from documentation by defaultJeffrey2022-04-282-2/+2
| |/ / / | | | | | | | | | | | | Bonus: little doc fix for net_ssl.h
* | | | Merge pull request #8300luigi11112022-05-105-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | 070e41d Change Github to GitHub (Abdullah)
| * | | | Change "Github" to "GitHub"Abdullah2022-04-275-7/+7
| |/ / /
* | | | Merge pull request #8293luigi11112022-05-101-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | 4f08bcd refactor(bp+): save one inversion, use sc_muladd (Dusan Klinec)
| * | | | refactor(bp+): save one inversion, use sc_muladdDusan Klinec2022-04-261-3/+3
| |/ / /
* | | | Merge pull request #8281luigi11112022-05-101-15/+34
|\ \ \ \ | | | | | | | | | | | | | | | ca5921d readme: arch/fedora deps + small fixes (hinto.janaiyo)
| * | | | readme: arch/fedora deps + small fixeshinto.janaiyo2022-05-071-15/+34
| | | | |