summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge pull request #7776luigi11112021-07-271-2/+2
|\ \ \ | | | | | | | | | | | | c26e3ee workflows: fix libwallet ci test (selsta)
| * | | workflows: fix libwallet ci testselsta2021-07-081-2/+2
| |/ /
* / / CI: add Ubuntu 18.04 for back. compat. testmj-xmr2021-07-121-3/+11
|/ /
* | Merge pull request #7670luigi11112021-05-121-0/+17
|\ \ | | | | | | | | | 2dfb111 workflows: upload source archive artifact (selsta)
| * | workflows: upload source archive artifactselsta2021-04-191-0/+17
| |/ | | | | | | Co-authored-by: xiphon <xiphon@protonmail.com>
* / CI: Actions' build.yaml uses variables instead of repetitionsmj-xmr2021-04-151-18/+18
|/
* CI: ccache for ubuntu-test; Using "Default" architecturemj-xmr2021-04-061-2/+20
| | | | The cmake logic is in workflows/build.yml
* [CI] Adaptive mining timeout, depending on available CPU powermj-xmr2021-03-301-2/+2
| | | | Printing also available RAM. Add comprehensive description.
* Merge pull request #7381luigi11112021-02-181-2/+13
|\ | | | | | | 21566fe [CI] Add ccache to Windows build (mj-xmr)
| * [CI] Add ccache to Windows buildmj-xmr2021-02-171-2/+13
| |
* | [CI] MacOSX ccache: Proper ccache directory used of ↵mj-xmr2021-02-171-1/+1
|/ | | | /Users/runner/Library/Caches/ccache
* apt update before installingmj-xmr2020-12-201-1/+1
|
* Merge pull request #6495luigi11112020-12-121-6/+37
|\ | | | | | | 12a422c workflows: add ccache support (selsta)
| * workflows: add ccache supportselsta2020-12-111-6/+37
| |
* | Merge pull request #7104Alexander Blair2020-12-101-1/+1
|\ \ | | | | | | | | | ed884c20d workflows: shorten name (selsta)
| * | workflows: shorten nameselsta2020-12-101-1/+1
| |/
* / workflows: add depends workflow, upload binariesselsta2020-12-101-0/+85
|/
* Merge pull request #6982luigi11112020-11-211-1/+1
|\ | | | | | | 9f83fe3 workflows: bump msys2 action to v2 (selsta)
| * workflows: bump msys2 action to v2selsta2020-11-051-1/+1
| |
* | workflows: don't brew updateselsta2020-09-301-2/+2
|/
* repo: update "sponsor" linkselsta2020-08-271-1/+1
|
* workflows: update msys2 setup action v0 -> v1selsta2020-06-071-4/+6
|
* workflows: fix windows buildselsta2020-05-231-3/+3
|
* Merge pull request #6457luigi11112020-05-011-3/+3
|\ | | | | | | 5eb7f63 workflows: add trezor support ubuntu (selsta)