| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | |||||
| * | | | Merge pull request #7776 | luigi1111 | 2021-07-27 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | c26e3ee workflows: fix libwallet ci test (selsta) | ||||
| | * | | | workflows: fix libwallet ci test | selsta | 2021-07-08 | 1 | -2/+2 |
| | |/ / | |||||
| * / / | CI: add Ubuntu 18.04 for back. compat. test | mj-xmr | 2021-07-12 | 1 | -3/+11 |
| |/ / | |||||
| * | | Merge pull request #7670 | luigi1111 | 2021-05-12 | 1 | -0/+17 |
| |\ \ | | | | | | | | | | 2dfb111 workflows: upload source archive artifact (selsta) | ||||
| | * | | workflows: upload source archive artifact | selsta | 2021-04-19 | 1 | -0/+17 |
| | |/ | | | | | | | Co-authored-by: xiphon <xiphon@protonmail.com> | ||||
| * / | CI: Actions' build.yaml uses variables instead of repetitions | mj-xmr | 2021-04-15 | 1 | -18/+18 |
| |/ | |||||
| * | CI: ccache for ubuntu-test; Using "Default" architecture | mj-xmr | 2021-04-06 | 1 | -2/+20 |
| | | | | | The cmake logic is in workflows/build.yml | ||||
| * | [CI] Adaptive mining timeout, depending on available CPU power | mj-xmr | 2021-03-30 | 1 | -2/+2 |
| | | | | | Printing also available RAM. Add comprehensive description. | ||||
| * | Merge pull request #7381 | luigi1111 | 2021-02-18 | 1 | -2/+13 |
| |\ | | | | | | | 21566fe [CI] Add ccache to Windows build (mj-xmr) | ||||
| | * | [CI] Add ccache to Windows build | mj-xmr | 2021-02-17 | 1 | -2/+13 |
| | | | |||||
| * | | [CI] MacOSX ccache: Proper ccache directory used of ↵ | mj-xmr | 2021-02-17 | 1 | -1/+1 |
| |/ | | | | /Users/runner/Library/Caches/ccache | ||||
| * | apt update before installing | mj-xmr | 2020-12-20 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #6495 | luigi1111 | 2020-12-12 | 1 | -6/+37 |
| |\ | | | | | | | 12a422c workflows: add ccache support (selsta) | ||||
| | * | workflows: add ccache support | selsta | 2020-12-11 | 1 | -6/+37 |
| | | | |||||
| * | | Merge pull request #7104 | Alexander Blair | 2020-12-10 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | ed884c20d workflows: shorten name (selsta) | ||||
| | * | | workflows: shorten name | selsta | 2020-12-10 | 1 | -1/+1 |
| | |/ | |||||
| * / | workflows: add depends workflow, upload binaries | selsta | 2020-12-10 | 1 | -0/+85 |
| |/ | |||||
| * | Merge pull request #6982 | luigi1111 | 2020-11-21 | 1 | -1/+1 |
| |\ | | | | | | | 9f83fe3 workflows: bump msys2 action to v2 (selsta) | ||||
| | * | workflows: bump msys2 action to v2 | selsta | 2020-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | workflows: don't brew update | selsta | 2020-09-30 | 1 | -2/+2 |
| |/ | |||||
| * | repo: update "sponsor" link | selsta | 2020-08-27 | 1 | -1/+1 |
| | | |||||
| * | workflows: update msys2 setup action v0 -> v1 | selsta | 2020-06-07 | 1 | -4/+6 |
| | | |||||
| * | workflows: fix windows build | selsta | 2020-05-23 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #6457 | luigi1111 | 2020-05-01 | 1 | -3/+3 |
| |\ | | | | | | | 5eb7f63 workflows: add trezor support ubuntu (selsta) | ||||
