| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: macos: explicitely install unbound | tobtoht | 2026-05-30 | 1 | -1/+1 |
| | | |||||
| * | ci: don't save caches for pull requests | tobtoht | 2026-05-25 | 2 | -26/+89 |
| | | | | | Co-authored-by: selsta <selsta@sent.at> | ||||
| * | ci: gitian: run jobs when depends is changed | tobtoht | 2026-05-24 | 1 | -7/+29 |
| | | |||||
| * | daemon: remove miniupnp | tobtoht | 2026-04-26 | 1 | -2/+2 |
| | | |||||
| * | ci: bump deprecated actions | tobtoht | 2026-04-23 | 3 | -18/+18 |
| | | |||||
| * | ci: arch: add missing boost-libs dependency | tobtoht | 2026-03-28 | 1 | -1/+1 |
| | | |||||
| * | ci: macos: reinstall cmake | tobtoht | 2025-08-30 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #9994 | tobtoht | 2025-07-14 | 1 | -1/+1 |
| |\ | | | | | | | 0e076d6 ci: gitian: update runner to 22.04 (tobtoht) | ||||
| | * | ci: gitian: update runner to 22.04 | tobtoht | 2025-07-14 | 1 | -1/+1 |
| | | | |||||
| * | | ci: bump debian to 11 [0.18] | tobtoht | 2025-06-15 | 1 | -2/+2 |
| |/ | |||||
| * | ci: run brew update | tobtoht | 2025-04-03 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #9797 | tobtoht | 2025-02-16 | 1 | -0/+19 |
| |\ | | | | | | | f97fef1e9 ci: add arch linux build (tobtoht) | ||||
| | * | ci: add arch linux build | tobtoht | 2025-02-15 | 1 | -0/+19 |
| | | | |||||
| * | | Fix build with boost ASIO 0.87. Support boost 1.66+ | Lee *!* Clagett | 2025-02-14 | 1 | -12/+2 |
| |/ | |||||
| * | Merge pull request #9777 | tobtoht | 2025-02-13 | 2 | -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] | tobtoht | 2025-02-08 | 2 | -153/+221 |
| | | | |||||
| | * | tests: Fix tools::is_hdd unit tests | iamamyth | 2025-02-08 | 1 | -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] | tobtoht | 2025-02-07 | 1 | -16/+23 |
| |/ | |||||
| * | ci: update to v4 actions | tobtoht | 2025-02-02 | 3 | -18/+18 |
| | | |||||
| * | ci: msys2: downgrade icu to fix build | tobtoht | 2025-01-23 | 1 | -2/+4 |
| | | |||||
| * | CI: -j4 with lin/win runners | plowsof | 2024-12-23 | 2 | -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 #9626 | luigi1111 | 2024-12-23 | 1 | -1/+3 |
| |\ | | | | | | | 6a56219 ci: brew: pin boost to 1.85 (tobtoht) | ||||
| | * | ci: brew: pin boost to 1.85 | tobtoht | 2024-12-17 | 1 | -1/+3 |
| | | | |||||
| * | | ci: msys2: pin boost to 1.86.0 | tobtoht | 2024-12-21 | 1 | -0/+7 |
| |/ | |||||
| * | Merge pull request #8566 | luigi1111 | 2023-06-27 | 1 | -1/+1 |
| |\ | | | | | | | 65e13db wallet2: fix rescanning tx via scan_tx (j-berman) | ||||
| | * | wallet2: fix rescanning tx via scan_tx | j-berman | 2023-03-13 | 1 | -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 warnings | selsta | 2023-02-20 | 3 | -19/+21 |
| |/ | |||||
| * | Merge pull request #8654 | luigi1111 | 2023-01-11 | 1 | -0/+1 |
| |\ | | | | | | | 5973985 workflows: set a public DNS when doing tests (selsta) | ||||
| | * | workflows: set a public DNS when doing tests | selsta | 2022-11-29 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #8604 | luigi1111 | 2022-12-01 | 1 | -0/+49 |
| |\ \ | | | | | | | | | | cbf636c workflows: build gitian on tag (selsta) | ||||
| | * | | workflows: build gitian on tag | selsta | 2022-11-17 | 1 | -0/+49 |
| | |/ | |||||
| * | | Merge pull request #8594 | luigi1111 | 2022-10-28 | 2 | -4/+4 |
| |\ \ | |/ |/| | | | d7445b5 workflows: ubuntu 18.04 is deprecated (selsta) | ||||
| | * | workflows: ubuntu 18.04 is deprecated | selsta | 2022-09-24 | 2 | -4/+4 |
| | | | | | | | | | And will soon be removed. | ||||
| * | | repo: remove ldns leftovers | selsta | 2022-09-20 | 1 | -1/+1 |
| | | | |||||
| * | | depends: remove unused Qt package | selsta | 2022-09-20 | 1 | -2/+2 |
| |/ | |||||
| * | Publish submitted txs via zmq | j-berman | 2022-07-21 | 1 | -1/+1 |
| | | |||||
| * | (fix): Confusingly named CI-Job | Klaus Frank | 2022-06-29 | 1 | -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 build | selsta | 2022-05-09 | 1 | -8/+4 |
| | | |||||
| * | Makefile: fix spelling of CMAKE_BUILD_TYPE value | selsta | 2022-04-08 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #7675 | luigi1111 | 2022-03-18 | 2 | -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 changed | erciccione | 2021-06-21 | 2 | -2/+12 |
| | | | |||||
| * | | workflows: add missing dependency, fix mac build | selsta | 2021-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | CI: ccache common settings variable and apt settings tidying | mj-xmr | 2021-09-15 | 2 | -18/+23 |
| | | | |||||
| * | | Merge pull request #7855 | luigi1111 | 2021-09-09 | 1 | -10/+10 |
| |\ \ | | | | | | | | | | ce0a2ce CI: use runner.os instead of OS labels (mj-xmr) | ||||
| | * | | CI: use runner.os instead of OS labels | mj-xmr | 2021-08-12 | 1 | -10/+10 |
| | | | | |||||
| * | | | Merge pull request #7773 from selsta/unbound | luigi1111 | 2021-09-09 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | external: remove unbound submodule | ||||
| | * | | | external: remove unbound submodule | selsta | 2021-09-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #7780 | luigi1111 | 2021-08-20 | 1 | -4/+18 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | bb633d3 Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr) | ||||
| | * | | | Workflows: depends cache (static) separated from ccache (volatile) | mj-xmr | 2021-07-10 | 1 | -4/+18 |
| | |/ / | |||||
| * | | | CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs | mj-xmr | 2021-07-30 | 1 | -13/+9 |
| | | | | |||||
