aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-07Merge pull request #9179luigi11114-19/+19
e499e74 actions: update to v4 actions (tobtoht)
2024-02-24Merge pull request #9128luigi11111-7/+7
ba902f9 actions: remove unnecessary packages (tobtoht)
2024-02-19actions: update to v4 actionstobtoht4-19/+19
2024-01-19actions: remove unnecessary packagestobtoht1-7/+7
2024-01-18Merge pull request #9111luigi11111-1/+2
34e62d5 workflows: enable manual run of copyright update (plowsof) dd978ee workflows: copyright commit author (plowsof)
2024-01-02workflows: enable manual run of copyright updateplowsof1-0/+1
2024-01-02workflows: copyright commit authorplowsof1-1/+1
author is now copyCat
2023-11-06workflows: upload macOS binary after name changeselsta1-1/+1
2023-10-25Merge pull request #9007luigi11111-2/+2
c8e4de1 depends: remove kernel version from darwin triplet (tobtoht)
2023-09-30trezor: support v2.5.2+, add more trezor tests, fix chaingen and testsDusan Klinec2-2/+11
- passphrase logic: remove backward compatibility for 2.4.3, code cleanup. - fix LibUSB cmake for static builds on OSX - tests: all tests now work with passphrase logic enabled. Passphrase test added with different passphrase. no_passphrase test added, Trezor pin test added. Testing wallet opening with correct and incorrect passphrase. Trezor test chain revamp, cleanup. Smaller chain, chain file versioning added. - tests: Trezor tests support TEST_MINING_ENABLED, TEST_MINING_TIMEOUT env vars to change mining-related tests behaviour. - requires protobuf@21 on osx for now (c++14), building with unlinked protobuf: `CMAKE_PREFIX_PATH=$(find /opt/homebrew/Cellar/protobuf@21 -maxdepth 1 -type d -name "21.*" -print -quit) \ make debug-test-trezor -j8`
2023-09-27depends: remove kernel version from darwin triplettobtoht1-2/+2
2023-06-27Merge pull request #8701luigi11111-0/+55
7c36110 ci: update copyright (plowsof)
2023-06-15wallet2: fix rescanning tx via scan_txj-berman1-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.
2023-02-20workflows: update dependencies to fix warningsselsta3-19/+21
2023-01-11Merge pull request #8653luigi11111-0/+1
61842f9 workflows: set a public DNS when doing tests (selsta)
2023-01-06ci: update copyrightplowsof1-0/+55
2022-12-01Merge pull request #8603luigi11112-0/+6
6f00070 workflows: skip ci when only changing documentation (selsta)
2022-12-01Merge pull request #8602luigi11111-0/+49
8e98aaa workflows: build gitian on tag (selsta)
2022-11-28workflows: set a public DNS when doing testsselsta1-0/+1
2022-11-17workflows: build gitian on tagselsta1-0/+49
2022-10-28Merge pull request #8593luigi11112-4/+4
be8efec workflows: ubuntu 18.04 is deprecated (selsta)
2022-10-01workflows: skip ci when only changing documentationselsta2-0/+6
2022-09-26Merge pull request #8574luigi11111-2/+2
fa7622c depends: remove unused Qt package (selsta)
2022-09-26Merge pull request #8420luigi11111-0/+3
6d8fa2b workflows: add android to depends (selsta)
2022-09-24workflows: ubuntu 18.04 is deprecatedselsta2-4/+4
And will soon be removed.
2022-09-20depends: remove unused Qt packageselsta1-2/+2
2022-08-22Merge pull request #8495luigi11111-1/+1
796513f repo: remove ldns leftovers (selsta)
2022-08-22Merge pull request #8427luigi11111-1/+1
1fc60ca Publish submitted txs via zmq (j-berman)
2022-08-11repo: remove ldns leftoversselsta1-1/+1
2022-07-21Publish submitted txs via zmqj-berman1-1/+1
2022-07-05workflows: add android to dependsselsta1-0/+3
2022-06-29(fix): Confusingly named CI-JobKlaus Frank1-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.
2022-05-09Update CI for aarch64 mac buildselsta1-8/+4
2022-04-08Makefile: fix spelling of CMAKE_BUILD_TYPE valueselsta1-1/+1
2022-03-18Merge pull request #7675luigi11112-2/+12
de4413b workflows: don't build PRs if only docs and READMEs are being changed (erciccione)
2021-09-30workflows: add missing dependency, fix mac buildselsta1-1/+1
2021-09-15CI: ccache common settings variable and apt settings tidyingmj-xmr2-18/+23
2021-09-09Merge pull request #7855luigi11111-10/+10
ce0a2ce CI: use runner.os instead of OS labels (mj-xmr)
2021-09-09Merge pull request #7773 from selsta/unboundluigi11111-1/+1
external: remove unbound submodule
2021-09-03external: remove unbound submoduleselsta1-1/+1
2021-08-20Merge pull request #7780luigi11111-4/+18
bb633d3 Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr)
2021-08-12CI: use runner.os instead of OS labelsmj-xmr1-10/+10
2021-07-30CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libsmj-xmr1-13/+9
2021-07-27Merge pull request #7776luigi11111-2/+2
c26e3ee workflows: fix libwallet ci test (selsta)
2021-07-12CI: add Ubuntu 18.04 for back. compat. testmj-xmr1-3/+11
2021-07-10Workflows: depends cache (static) separated from ccache (volatile)mj-xmr1-4/+18
2021-07-08workflows: fix libwallet ci testselsta1-2/+2
2021-06-21workflows: don't build PRs if only docs and READMEs are being changederciccione2-2/+12
2021-05-12Merge pull request #7670luigi11111-0/+17
2dfb111 workflows: upload source archive artifact (selsta)
2021-04-19workflows: upload source archive artifactselsta1-0/+17
Co-authored-by: xiphon <xiphon@protonmail.com>
2021-04-15CI: Actions' build.yaml uses variables instead of repetitionsmj-xmr1-18/+18
2021-04-06CI: ccache for ubuntu-test; Using "Default" architecturemj-xmr1-2/+20
The cmake logic is in workflows/build.yml
2021-03-30[CI] Adaptive mining timeout, depending on available CPU powermj-xmr1-2/+2
Printing also available RAM. Add comprehensive description.
2021-02-18Merge pull request #7381luigi11111-2/+13
21566fe [CI] Add ccache to Windows build (mj-xmr)
2021-02-17[CI] Add ccache to Windows buildmj-xmr1-2/+13
2021-02-17[CI] MacOSX ccache: Proper ccache directory used of ↵mj-xmr1-1/+1
/Users/runner/Library/Caches/ccache
2020-12-20apt update before installingmj-xmr1-1/+1
2020-12-12Merge pull request #6495luigi11111-6/+37
12a422c workflows: add ccache support (selsta)
2020-12-11workflows: add ccache supportselsta1-6/+37
2020-12-10Merge pull request #7104Alexander Blair1-1/+1
ed884c20d workflows: shorten name (selsta)
2020-12-10workflows: add depends workflow, upload binariesselsta1-0/+85
2020-12-10workflows: shorten nameselsta1-1/+1
2020-11-21Merge pull request #6982luigi11111-1/+1
9f83fe3 workflows: bump msys2 action to v2 (selsta)
2020-11-05workflows: bump msys2 action to v2selsta1-1/+1
2020-09-30workflows: don't brew updateselsta1-2/+2
2020-06-07workflows: update msys2 setup action v0 -> v1selsta1-4/+6
2020-05-23workflows: fix windows buildselsta1-3/+3
2020-05-01Merge pull request #6457luigi11111-3/+3
5eb7f63 workflows: add trezor support ubuntu (selsta)
2020-04-16workflows: add trezor support ubuntuselsta1-3/+3
2020-04-01workflows: retry on apt failureselsta1-0/+15
Co-authored-by: xiphon <xiphon@protonmail.com>
2020-02-26Merge pull request #6355luigi11111-1/+1
bcaa865 workflows: fix macOS build (selsta)
2020-02-26Merge pull request #6348luigi11111-0/+2
1af7d16 workflows: log test output on failure (xiphon)
2020-02-26Merge pull request #6319luigi11111-1/+1
a836f30 workflows: windows j3 -> j2 (selsta)
2020-02-25workflows: fix macOS buildselsta1-1/+1
2020-02-20workflows: log test output on failurexiphon1-0/+2
2020-02-06workflows: windows j3 -> j2selsta1-1/+1
2020-02-02workflows: add libwallet compile checkselsta1-0/+15
2020-01-17workflows: add build and test workflowselsta1-0/+62