Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-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-06 | ci: update copyright | plowsof | 1 | -0/+55 | |
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-11-14 | workflows: ubuntu 18.04 is deprecated | selsta | 1 | -1/+1 | |
2022-10-01 | workflows: skip ci when only changing documentation | selsta | 2 | -0/+6 | |
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-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 | |
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-03 | external: remove unbound submodule | selsta | 1 | -1/+1 | |
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-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-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-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-11 | workflows: add ccache support | selsta | 1 | -6/+37 | |
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-05 | workflows: bump msys2 action to v2 | selsta | 1 | -1/+1 | |
2020-09-30 | workflows: don't brew update | selsta | 1 | -2/+2 | |
2020-08-27 | repo: update "sponsor" link | selsta | 1 | -1/+1 | |
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-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-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 | |
2019-06-03 | add 'sponsor' button on GitHub | erciccione | 1 | -0/+1 | |