Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-07 | Merge pull request #9179 | luigi1111 | 4 | -19/+19 | |
e499e74 actions: update to v4 actions (tobtoht) | |||||
2024-02-24 | Merge pull request #9128 | luigi1111 | 1 | -7/+7 | |
ba902f9 actions: remove unnecessary packages (tobtoht) | |||||
2024-02-19 | actions: update to v4 actions | tobtoht | 4 | -19/+19 | |
2024-01-19 | actions: remove unnecessary packages | tobtoht | 1 | -7/+7 | |
2024-01-18 | Merge pull request #9111 | luigi1111 | 1 | -1/+2 | |
34e62d5 workflows: enable manual run of copyright update (plowsof) dd978ee workflows: copyright commit author (plowsof) | |||||
2024-01-02 | workflows: enable manual run of copyright update | plowsof | 1 | -0/+1 | |
2024-01-02 | workflows: copyright commit author | plowsof | 1 | -1/+1 | |
author is now copyCat | |||||
2023-11-06 | workflows: upload macOS binary after name change | selsta | 1 | -1/+1 | |
2023-10-25 | Merge pull request #9007 | luigi1111 | 1 | -2/+2 | |
c8e4de1 depends: remove kernel version from darwin triplet (tobtoht) | |||||
2023-09-30 | trezor: support v2.5.2+, add more trezor tests, fix chaingen and tests | Dusan Klinec | 2 | -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-27 | depends: remove kernel version from darwin triplet | tobtoht | 1 | -2/+2 | |
2023-06-27 | Merge pull request #8701 | luigi1111 | 1 | -0/+55 | |
7c36110 ci: update copyright (plowsof) | |||||
2023-06-15 | wallet2: fix rescanning tx via scan_tx | j-berman | 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. | |||||
2023-02-20 | workflows: update dependencies to fix warnings | selsta | 3 | -19/+21 | |
2023-01-11 | Merge pull request #8653 | luigi1111 | 1 | -0/+1 | |
61842f9 workflows: set a public DNS when doing tests (selsta) | |||||
2023-01-06 | ci: update copyright | plowsof | 1 | -0/+55 | |
2022-12-01 | Merge pull request #8603 | luigi1111 | 2 | -0/+6 | |
6f00070 workflows: skip ci when only changing documentation (selsta) | |||||
2022-12-01 | Merge pull request #8602 | luigi1111 | 1 | -0/+49 | |
8e98aaa workflows: build gitian on tag (selsta) | |||||
2022-11-28 | workflows: set a public DNS when doing tests | selsta | 1 | -0/+1 | |
2022-11-17 | workflows: build gitian on tag | selsta | 1 | -0/+49 | |
2022-10-28 | Merge pull request #8593 | luigi1111 | 2 | -4/+4 | |
be8efec workflows: ubuntu 18.04 is deprecated (selsta) | |||||
2022-10-01 | workflows: skip ci when only changing documentation | selsta | 2 | -0/+6 | |
2022-09-26 | Merge pull request #8574 | luigi1111 | 1 | -2/+2 | |
fa7622c depends: remove unused Qt package (selsta) | |||||
2022-09-26 | Merge pull request #8420 | luigi1111 | 1 | -0/+3 | |
6d8fa2b workflows: add android to depends (selsta) | |||||
2022-09-24 | workflows: ubuntu 18.04 is deprecated | selsta | 2 | -4/+4 | |
And will soon be removed. | |||||
2022-09-20 | depends: remove unused Qt package | selsta | 1 | -2/+2 | |
2022-08-22 | Merge pull request #8495 | luigi1111 | 1 | -1/+1 | |
796513f repo: remove ldns leftovers (selsta) | |||||
2022-08-22 | Merge pull request #8427 | luigi1111 | 1 | -1/+1 | |
1fc60ca Publish submitted txs via zmq (j-berman) | |||||
2022-08-11 | repo: remove ldns leftovers | selsta | 1 | -1/+1 | |
2022-07-21 | Publish submitted txs via zmq | j-berman | 1 | -1/+1 | |
2022-07-05 | workflows: add android to depends | selsta | 1 | -0/+3 | |
2022-06-29 | (fix): Confusingly named CI-Job | Klaus Frank | 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. | |||||
2022-05-09 | Update CI for aarch64 mac build | selsta | 1 | -8/+4 | |
2022-04-08 | Makefile: fix spelling of CMAKE_BUILD_TYPE value | selsta | 1 | -1/+1 | |
2022-03-18 | Merge pull request #7675 | luigi1111 | 2 | -2/+12 | |
de4413b workflows: don't build PRs if only docs and READMEs are being changed (erciccione) | |||||
2021-09-30 | workflows: add missing dependency, fix mac build | selsta | 1 | -1/+1 | |
2021-09-15 | CI: ccache common settings variable and apt settings tidying | mj-xmr | 2 | -18/+23 | |
2021-09-09 | Merge pull request #7855 | luigi1111 | 1 | -10/+10 | |
ce0a2ce CI: use runner.os instead of OS labels (mj-xmr) | |||||
2021-09-09 | Merge pull request #7773 from selsta/unbound | luigi1111 | 1 | -1/+1 | |
external: remove unbound submodule | |||||
2021-09-03 | external: remove unbound submodule | selsta | 1 | -1/+1 | |
2021-08-20 | Merge pull request #7780 | luigi1111 | 1 | -4/+18 | |
bb633d3 Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr) | |||||
2021-08-12 | CI: use runner.os instead of OS labels | mj-xmr | 1 | -10/+10 | |
2021-07-30 | CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs | mj-xmr | 1 | -13/+9 | |
2021-07-27 | Merge pull request #7776 | luigi1111 | 1 | -2/+2 | |
c26e3ee workflows: fix libwallet ci test (selsta) | |||||
2021-07-12 | CI: add Ubuntu 18.04 for back. compat. test | mj-xmr | 1 | -3/+11 | |
2021-07-10 | Workflows: depends cache (static) separated from ccache (volatile) | mj-xmr | 1 | -4/+18 | |
2021-07-08 | workflows: fix libwallet ci test | selsta | 1 | -2/+2 | |
2021-06-21 | workflows: don't build PRs if only docs and READMEs are being changed | erciccione | 2 | -2/+12 | |
2021-05-12 | Merge pull request #7670 | luigi1111 | 1 | -0/+17 | |
2dfb111 workflows: upload source archive artifact (selsta) | |||||
2021-04-19 | workflows: upload source archive artifact | selsta | 1 | -0/+17 | |
Co-authored-by: xiphon <xiphon@protonmail.com> | |||||
2021-04-15 | CI: Actions' build.yaml uses variables instead of repetitions | mj-xmr | 1 | -18/+18 | |
2021-04-06 | CI: ccache for ubuntu-test; Using "Default" architecture | mj-xmr | 1 | -2/+20 | |
The cmake logic is in workflows/build.yml | |||||
2021-03-30 | [CI] Adaptive mining timeout, depending on available CPU power | mj-xmr | 1 | -2/+2 | |
Printing also available RAM. Add comprehensive description. | |||||
2021-02-18 | Merge pull request #7381 | luigi1111 | 1 | -2/+13 | |
21566fe [CI] Add ccache to Windows build (mj-xmr) | |||||
2021-02-17 | [CI] Add ccache to Windows build | mj-xmr | 1 | -2/+13 | |
2021-02-17 | [CI] MacOSX ccache: Proper ccache directory used of ↵ | mj-xmr | 1 | -1/+1 | |
/Users/runner/Library/Caches/ccache | |||||
2020-12-20 | apt update before installing | mj-xmr | 1 | -1/+1 | |
2020-12-12 | Merge pull request #6495 | luigi1111 | 1 | -6/+37 | |
12a422c workflows: add ccache support (selsta) | |||||
2020-12-11 | workflows: add ccache support | selsta | 1 | -6/+37 | |
2020-12-10 | Merge pull request #7104 | Alexander Blair | 1 | -1/+1 | |
ed884c20d workflows: shorten name (selsta) | |||||
2020-12-10 | workflows: add depends workflow, upload binaries | selsta | 1 | -0/+85 | |
2020-12-10 | workflows: shorten name | selsta | 1 | -1/+1 | |
2020-11-21 | Merge pull request #6982 | luigi1111 | 1 | -1/+1 | |
9f83fe3 workflows: bump msys2 action to v2 (selsta) | |||||
2020-11-05 | workflows: bump msys2 action to v2 | selsta | 1 | -1/+1 | |
2020-09-30 | workflows: don't brew update | selsta | 1 | -2/+2 | |
2020-06-07 | workflows: update msys2 setup action v0 -> v1 | selsta | 1 | -4/+6 | |
2020-05-23 | workflows: fix windows build | selsta | 1 | -3/+3 | |
2020-05-01 | Merge pull request #6457 | luigi1111 | 1 | -3/+3 | |
5eb7f63 workflows: add trezor support ubuntu (selsta) | |||||
2020-04-16 | workflows: add trezor support ubuntu | selsta | 1 | -3/+3 | |
2020-04-01 | workflows: retry on apt failure | selsta | 1 | -0/+15 | |
Co-authored-by: xiphon <xiphon@protonmail.com> | |||||
2020-02-26 | Merge pull request #6355 | luigi1111 | 1 | -1/+1 | |
bcaa865 workflows: fix macOS build (selsta) | |||||
2020-02-26 | Merge pull request #6348 | luigi1111 | 1 | -0/+2 | |
1af7d16 workflows: log test output on failure (xiphon) | |||||
2020-02-26 | Merge pull request #6319 | luigi1111 | 1 | -1/+1 | |
a836f30 workflows: windows j3 -> j2 (selsta) | |||||
2020-02-25 | workflows: fix macOS build | selsta | 1 | -1/+1 | |
2020-02-20 | workflows: log test output on failure | xiphon | 1 | -0/+2 | |
2020-02-06 | workflows: windows j3 -> j2 | selsta | 1 | -1/+1 | |
2020-02-02 | workflows: add libwallet compile check | selsta | 1 | -0/+15 | |
2020-01-17 | workflows: add build and test workflow | selsta | 1 | -0/+62 | |