luigi1111
6ff41c17aa
Merge pull request #8701
...
7c36110
ci: update copyright (plowsof)
2023-06-27 11:27:47 -05:00
j-berman
e6b86af931
wallet2: fix rescanning tx via scan_tx
...
- 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-06-15 02:21:29 -07:00
selsta
eaf590274c
workflows: update dependencies to fix warnings
2023-02-20 04:11:10 +01:00
luigi1111
d3ad02fffb
Merge pull request #8653
...
61842f9
workflows: set a public DNS when doing tests (selsta)
2023-01-11 11:43:39 -05:00
plowsof
7c36110ec7
ci: update copyright
2023-01-06 04:58:05 +00:00
luigi1111
74d82f9e47
Merge pull request #8603
...
6f00070
workflows: skip ci when only changing documentation (selsta)
2022-12-01 01:03:24 -06:00
luigi1111
a5c7ae2761
Merge pull request #8602
...
8e98aaa
workflows: build gitian on tag (selsta)
2022-12-01 01:02:49 -06:00
selsta
61842f9d33
workflows: set a public DNS when doing tests
2022-11-28 11:37:33 +01:00
selsta
8e98aaa18d
workflows: build gitian on tag
2022-11-17 02:47:27 +01:00
luigi1111
365fd45b03
Merge pull request #8593
...
be8efec
workflows: ubuntu 18.04 is deprecated (selsta)
2022-10-28 00:52:41 -04:00
selsta
6f000700f2
workflows: skip ci when only changing documentation
2022-10-01 21:32:58 +02:00
luigi1111
8e04921ac4
Merge pull request #8574
...
fa7622c
depends: remove unused Qt package (selsta)
2022-09-26 14:49:49 -05:00
luigi1111
cfe38f2242
Merge pull request #8420
...
6d8fa2b
workflows: add android to depends (selsta)
2022-09-26 14:49:09 -05:00
selsta
be8efec6a1
workflows: ubuntu 18.04 is deprecated
...
And will soon be removed.
2022-09-24 21:02:41 +02:00
selsta
fa7622cfdc
depends: remove unused Qt package
2022-09-20 00:01:19 +02:00
luigi1111
af8b0fb815
Merge pull request #8495
...
796513f
repo: remove ldns leftovers (selsta)
2022-08-22 22:51:55 -05:00
luigi1111
ce80747c58
Merge pull request #8427
...
1fc60ca
Publish submitted txs via zmq (j-berman)
2022-08-22 22:45:14 -05:00
selsta
796513ff5f
repo: remove ldns leftovers
2022-08-11 00:21:42 +02:00
j-berman
1fc60cac58
Publish submitted txs via zmq
2022-07-21 11:36:00 -07:00
selsta
6d8fa2b9a9
workflows: add android to depends
2022-07-05 22:03:18 +02:00
Klaus Frank
83aa817b63
(fix): Confusingly named CI-Job
...
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-06-29 04:51:43 +02:00
selsta
02e6af2fda
Update CI for aarch64 mac build
2022-05-09 17:38:48 +01:00
selsta
649170053f
Makefile: fix spelling of CMAKE_BUILD_TYPE value
2022-04-08 18:22:48 +02:00
luigi1111
f4d99dcca7
Merge pull request #7675
...
de4413b
workflows: don't build PRs if only docs and READMEs are being changed (erciccione)
2022-03-18 16:26:52 -05:00
selsta
1346516d09
workflows: add missing dependency, fix mac build
2021-09-30 22:09:34 +02:00
mj-xmr
e7e28bcd68
CI: ccache common settings variable and apt settings tidying
2021-09-15 20:51:41 +02:00
luigi1111
b13110b7b8
Merge pull request #7855
...
ce0a2ce
CI: use runner.os instead of OS labels (mj-xmr)
2021-09-09 15:16:31 -04:00
luigi1111
2a02cd0a5f
Merge pull request #7773 from selsta/unbound
...
external: remove unbound submodule
2021-09-09 15:13:06 -04:00
selsta
ae85ec0285
external: remove unbound submodule
2021-09-03 07:47:35 +02:00
luigi1111
a8dc9490b5
Merge pull request #7780
...
bb633d3
Workflows: depends cache (static) separated from ccache (volatile) (mj-xmr)
2021-08-20 16:31:22 -04:00
mj-xmr
ce0a2ce479
CI: use runner.os instead of OS labels
2021-08-12 15:48:55 +02:00
mj-xmr
1b80347513
CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs
2021-07-30 17:26:02 +02:00
luigi1111
0073513a05
Merge pull request #7776
...
c26e3ee
workflows: fix libwallet ci test (selsta)
2021-07-27 17:02:54 -04:00
mj-xmr
9a24e464ba
CI: add Ubuntu 18.04 for back. compat. test
2021-07-12 08:06:08 +02:00
mj-xmr
bb633d3a8e
Workflows: depends cache (static) separated from ccache (volatile)
2021-07-10 17:25:50 +02:00
selsta
c26e3ee029
workflows: fix libwallet ci test
2021-07-08 05:00:01 +02:00
erciccione
de4413b076
workflows: don't build PRs if only docs and READMEs are being changed
2021-06-21 10:18:09 +02:00
luigi1111
c91bd17f90
Merge pull request #7670
...
2dfb111
workflows: upload source archive artifact (selsta)
2021-05-12 16:52:50 -05:00
selsta
2dfb111a92
workflows: upload source archive artifact
...
Co-authored-by: xiphon <xiphon@protonmail.com>
2021-04-19 07:33:27 +02:00
mj-xmr
8953f19489
CI: Actions' build.yaml uses variables instead of repetitions
2021-04-15 20:18:28 +02:00
mj-xmr
353028d8e9
CI: ccache for ubuntu-test; Using "Default" architecture
...
The cmake logic is in workflows/build.yml
2021-04-06 14:42:53 +02:00
mj-xmr
45f01f577c
[CI] Adaptive mining timeout, depending on available CPU power
...
Printing also available RAM. Add comprehensive description.
2021-03-30 05:48:55 +02:00
luigi1111
b8f3e44a3f
Merge pull request #7381
...
21566fe
[CI] Add ccache to Windows build (mj-xmr)
2021-02-18 14:12:28 -05:00
mj-xmr
21566fef9b
[CI] Add ccache to Windows build
2021-02-17 14:04:21 +01:00
mj-xmr
c3d2e21269
[CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache
2021-02-17 13:42:46 +01:00
mj-xmr
e80f8d7ad8
apt update before installing
2020-12-20 08:27:10 +01:00
luigi1111
f5a8a8bfaa
Merge pull request #6495
...
12a422c
workflows: add ccache support (selsta)
2020-12-12 21:58:48 -06:00
selsta
12a422c093
workflows: add ccache support
2020-12-11 12:39:40 +01:00
Alexander Blair
6dafeead33
Merge pull request #7104
...
ed884c20d
workflows: shorten name (selsta)
2020-12-10 17:40:02 -08:00
selsta
7248420c72
workflows: add depends workflow, upload binaries
2020-12-10 05:01:17 +01:00