aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* ci: macos: explicitely install unboundtobtoht2026-05-301-1/+1
|
* ci: don't save caches for pull requeststobtoht2026-05-252-26/+89
| | | | Co-authored-by: selsta <selsta@sent.at>
* ci: gitian: run jobs when depends is changedtobtoht2026-05-241-7/+29
|
* daemon: remove miniupnptobtoht2026-04-261-2/+2
|
* ci: bump deprecated actionstobtoht2026-04-233-18/+18
|
* ci: arch: add missing boost-libs dependencytobtoht2026-03-281-1/+1
|
* ci: macos: reinstall cmaketobtoht2025-08-301-0/+1
|
* Merge pull request #9994tobtoht2025-07-141-1/+1
|\ | | | | | | 0e076d6 ci: gitian: update runner to 22.04 (tobtoht)
| * ci: gitian: update runner to 22.04tobtoht2025-07-141-1/+1
| |
* | ci: bump debian to 11 [0.18]tobtoht2025-06-151-2/+2
|/
* ci: run brew updatetobtoht2025-04-031-1/+2
|
* Merge pull request #9797tobtoht2025-02-161-0/+19
|\ | | | | | | f97fef1e9 ci: add arch linux build (tobtoht)
| * ci: add arch linux buildtobtoht2025-02-151-0/+19
| |
* | Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-12/+2
|/
* Merge pull request #9777tobtoht2025-02-132-151/+221
|\ | | | | | | | | 87a8e0b2c ci: development build backports [0.18] (tobtoht) 84e44dd01 tests: Fix tools::is_hdd unit tests (iamamyth)
| * ci: development build backports [0.18]tobtoht2025-02-082-153/+221
| |
| * tests: Fix tools::is_hdd unit testsiamamyth2025-02-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | Correct the unit tests for tools::is_hdd to avoid making assumptions about the configuration of a particular device based solely on the value of the __GLIBC__ preprocessor flag. Instead, rely on the test invoker to provide paths for devices of specific types via the process environment, thereby avoiding faulty assumptions and improving the specificity of test assertions. To ensure appropriate devices exist, add a script, tests/create_test_disks.sh, which configures loopback devices mirroring relevant configurations.
* | ci: containerize depends jobs [0.18]tobtoht2025-02-071-16/+23
|/
* ci: update to v4 actionstobtoht2025-02-023-18/+18
|
* ci: msys2: downgrade icu to fix buildtobtoht2025-01-231-2/+4
|
* CI: -j4 with lin/win runnersplowsof2024-12-232-4/+4
| | | | https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
* Merge pull request #9626luigi11112024-12-231-1/+3
|\ | | | | | | 6a56219 ci: brew: pin boost to 1.85 (tobtoht)
| * ci: brew: pin boost to 1.85tobtoht2024-12-171-1/+3
| |
* | ci: msys2: pin boost to 1.86.0tobtoht2024-12-211-0/+7
|/
* Merge pull request #8566luigi11112023-06-271-1/+1
|\ | | | | | | 65e13db wallet2: fix rescanning tx via scan_tx (j-berman)
| * wallet2: fix rescanning tx via scan_txj-berman2023-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Detach & re-process txs >= lowest scan height - ensures that if a user calls scan_tx(tx1) after scanning tx2, the wallet correctly processes tx1 and tx2 - if a user provides a tx with a height higher than the wallet's last scanned height, the wallet will scan starting from that tx's height - scan_tx requires trusted daemon iff need to re-process existing txs: in addition to querying a daemon for txids, if a user provides a txid of a tx with height *lower* than any *already* scanned txs in the wallet, then the wallet will also query the daemon for all the *higher* txs as well. This is likely unexpected behavior to a caller, and so to protect a caller from revealing txid's to an untrusted daemon in an unexpected way, require the daemon be trusted.
* | workflows: update dependencies to fix warningsselsta2023-02-203-19/+21
|/
* Merge pull request #8654luigi11112023-01-111-0/+1
|\ | | | | | | 5973985 workflows: set a public DNS when doing tests (selsta)
| * workflows: set a public DNS when doing testsselsta2022-11-291-0/+1
| |
* | Merge pull request #8604luigi11112022-12-011-0/+49
|\ \ | | | | | | | | | cbf636c workflows: build gitian on tag (selsta)
| * | workflows: build gitian on tagselsta2022-11-171-0/+49
| |/
* | Merge pull request #8594luigi11112022-10-282-4/+4
|\ \ | |/ |/| | | d7445b5 workflows: ubuntu 18.04 is deprecated (selsta)
| * workflows: ubuntu 18.04 is deprecatedselsta2022-09-242-4/+4
| | | | | | | | And will soon be removed.
* | repo: remove ldns leftoversselsta2022-09-201-1/+1
| |
* | depends: remove unused Qt packageselsta2022-09-201-2/+2
|/
* Publish submitted txs via zmqj-berman2022-07-211-1/+1
|
* (fix): Confusingly named CI-JobKlaus Frank2022-06-291-1/+1
| | | Rename the "build-macos" job within "depends", as it is not building on macOS as the similarly named job within build.yml does. Also, both names overlap which is confusing when looking for step-by-step build instruction examples or when looking at the logfile.
* Update CI for aarch64 mac buildselsta2022-05-091-8/+4
|
* Makefile: fix spelling of CMAKE_BUILD_TYPE valueselsta2022-04-081-1/+1
|
* Merge pull request #7675luigi11112022-03-182-2/+12
|\ | | | | | | de4413b workflows: don't build PRs if only docs and READMEs are being changed (erciccione)
| * workflows: don't build PRs if only docs and READMEs are being changederciccione2021-06-212-2/+12
| |
* | workflows: add missing dependency, fix mac buildselsta2021-09-301-1/+1
| |
* | CI: ccache common settings variable and apt settings tidyingmj-xmr2021-09-152-18/+23
| |
* | Merge pull request #7855luigi11112021-09-091-10/+10
|\ \ | | | | | | | | | ce0a2ce CI: use runner.os instead of OS labels (mj-xmr)
| * | CI: use runner.os instead of OS labelsmj-xmr2021-08-121-10/+10
| | |
* | | Merge pull request #7773 from selsta/unboundluigi11112021-09-091-1/+1
|\ \ \ | | | | | | | | external: remove unbound submodule
| * | | external: remove unbound submoduleselsta2021-09-031-1/+1
| | | |
* | | | Merge pull request #7780luigi11112021-08-201-4/+18
|\ \ \ \ | |_|/ / |/| | | | | | | bb633d3 Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr)
| * | | Workflows: depends cache (static) separated from ccache (volatile)mj-xmr2021-07-101-4/+18
| |/ /
* | | CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libsmj-xmr2021-07-301-13/+9
| | |