Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
826 commits
Select commit Hold shift + click to select a range
a5f7877
return ids of broadcasted txns
ChrisSchinnerl May 14, 2025
dd236bc
document change
ChrisSchinnerl May 14, 2025
a6d95b5
fix build
ChrisSchinnerl May 14, 2025
3480005
fix lint
ChrisSchinnerl May 14, 2025
2c190a3
fix TestAPINoContent
ChrisSchinnerl May 14, 2025
406b765
Merge pull request #286 from SiaFoundation/chris/return-broadcast-ids
n8maninger May 14, 2025
0dc0fa8
update broadcast response
n8mgr May 14, 2025
cc7edb5
update core and coreutils
n8mgr May 14, 2025
82a57ae
update deps
n8mgr May 14, 2025
8733fbc
Merge pull request #287 from SiaFoundation/nate/broadcast-resp
n8maninger May 14, 2025
b1ce31d
chore: prepare release 2.4.0
github-actions[bot] May 14, 2025
a40230b
Merge pull request #285 from SiaFoundation/release
n8maninger May 14, 2025
bbde263
fix race
n8mgr May 14, 2025
4502472
clone proper slice
n8mgr May 14, 2025
7abe6c1
fix lint
n8mgr May 14, 2025
1969195
Merge pull request #288 from SiaFoundation/nate/fix-race
n8maninger May 14, 2025
084338d
chore: prepare release 2.4.1
github-actions[bot] May 14, 2025
c4ab0e6
Merge pull request #289 from SiaFoundation/release
n8maninger May 14, 2025
4ccdfc5
lookup by height
n8mgr May 15, 2025
71630e5
add client methods for height lookups
n8mgr May 15, 2025
976691e
Merge pull request #290 from SiaFoundation/nate/height-lookup
n8maninger May 15, 2025
b4561e1
add health check
n8mgr May 16, 2025
08009d6
Merge pull request #292 from SiaFoundation/nate/add-health
n8maninger May 16, 2025
1f153d1
chore: prepare release 2.5.0
github-actions[bot] May 16, 2025
dd85410
Merge pull request #291 from SiaFoundation/release
n8maninger May 18, 2025
d341cb3
update coreutils
n8mgr May 19, 2025
c6b6a10
Merge pull request #294 from SiaFoundation/nate/update-deps
n8maninger May 19, 2025
1506e86
overwrite proofs when in full index mode
n8mgr May 19, 2025
9447847
api always overwrite proofs
n8mgr May 19, 2025
8f3a9a1
return unspent outputs
n8mgr May 21, 2025
c86e55d
Update .changeset/changed_all_endpoints_that_to_return_siacoin_or_sia…
n8maninger May 21, 2025
d8e83d8
chore: prepare release 2.6.0
github-actions[bot] May 21, 2025
ce58b71
Merge pull request #296 from SiaFoundation/release
ChrisSchinnerl May 21, 2025
b1250df
update core and coreutils
n8mgr May 21, 2025
670aed9
Merge pull request #297 from SiaFoundation/nate/update-core
n8maninger May 23, 2025
28c4e78
add changeset files
n8mgr May 23, 2025
5e547e5
chore: prepare release 2.7.0
github-actions[bot] May 23, 2025
a848eda
Merge pull request #298 from SiaFoundation/release
n8maninger May 23, 2025
8147939
ci: automate releases
n8mgr May 23, 2025
f1cddf7
ci: automate releases
n8mgr May 23, 2025
bcf8653
ci: split release and publish
n8mgr May 23, 2025
0fe167b
ci: fix duplicate job names
n8mgr May 24, 2025
c472215
ci: fix automation permissions
n8mgr May 24, 2025
9e11173
update core
n8mgr May 26, 2025
221931c
Merge pull request #300 from SiaFoundation/nate/update-core
n8maninger May 26, 2025
176ae86
address chris' comments
ChrisSchinnerl May 26, 2025
3408dd2
Merge branch 'master' into chris/overwrite-proofs
ChrisSchinnerl May 26, 2025
7adc161
Merge pull request #301 from SiaFoundation/chris/overwrite-proofs
n8maninger May 26, 2025
ea96db7
fix localhost panic
n8mgr May 25, 2025
2e72e84
Merge pull request #299 from SiaFoundation/nate/localhost
n8maninger May 26, 2025
ac3016a
update core
n8mgr May 26, 2025
f717f60
Merge pull request #303 from SiaFoundation/nate/update-core
n8maninger May 26, 2025
c816964
sqlite: fix database is locked
n8mgr May 26, 2025
35ca08b
cmd: reduce batch size for slower hardware
n8mgr May 26, 2025
8e977c3
cmd: migrate commitments
n8mgr May 26, 2025
105420f
seconds -> milliseconds
n8mgr May 26, 2025
a9d6753
Merge pull request #304 from SiaFoundation/nate/reset-consensus
n8maninger May 26, 2025
ea6b79e
chore: prepare release 2.8.0
github-actions[bot] May 26, 2025
4ae70db
Merge pull request #302 from SiaFoundation/release
n8maninger May 26, 2025
8c84724
update coreutils
n8mgr May 29, 2025
929d535
update coreutils
n8mgr May 29, 2025
df071b8
chore: prepare release 2.8.1
github-actions[bot] May 29, 2025
848b7fd
Merge pull request #306 from SiaFoundation/release
n8maninger May 29, 2025
a8023d8
update core and coreutils
n8mgr May 29, 2025
75a7d79
api: allow adding addresses in batch
peterjan May 29, 2025
945ceee
docs: add changelog
peterjan May 29, 2025
a6173d1
docs: bump to minor
peterjan May 29, 2025
38a86fe
use prepared statement for batch insertion
n8mgr May 29, 2025
2eb45ed
sp
n8mgr May 29, 2025
aa78a9a
use const for batch size
n8mgr May 29, 2025
ce94505
update changeset
n8mgr May 29, 2025
93b8591
fix sqlite tests
n8mgr May 29, 2025
053371f
variable name clarity
n8mgr May 29, 2025
07af9b1
update endpoint
n8mgr May 29, 2025
f5b1a9a
extend addresses test
n8mgr May 29, 2025
7b3256c
Merge pull request #305 from SiaFoundation/pj/batch-addresses
n8maninger May 29, 2025
20db8c1
ci: remove release workflow
n8mgr May 29, 2025
50568eb
chore: prepare release 2.9.0
github-actions[bot] May 29, 2025
c66b5e3
Merge pull request #307 from SiaFoundation/release
n8maninger May 29, 2025
e18f1f7
build(deps): bump go.sia.tech/web/walletd in the all-dependencies group
dependabot[bot] Jun 2, 2025
878c187
add batch endpoints
n8mgr Jun 6, 2025
63b1736
Merge pull request #309 from SiaFoundation/nate/batch
n8maninger Jun 6, 2025
0aa28f0
api: add batch client methods
n8mgr Jun 7, 2025
85c9958
Merge pull request #312 from SiaFoundation/nate/batch
n8maninger Jun 7, 2025
c3cc9d9
update coreutils
n8mgr Jun 7, 2025
aa94731
chore: prepare release 2.10.0
github-actions[bot] Jun 7, 2025
5462978
Merge pull request #310 from SiaFoundation/release
n8maninger Jun 13, 2025
fc9351d
update core and coreutils
n8mgr Jun 14, 2025
ad91475
Merge pull request #314 from SiaFoundation/nate/update-deps
n8maninger Jun 14, 2025
f6ff5eb
chore: prepare release 2.10.1
github-actions[bot] Jun 14, 2025
b2f1012
Merge pull request #315 from SiaFoundation/release
n8maninger Jun 14, 2025
ff5ec12
update coreutils
n8mgr Jun 14, 2025
7386e17
build(deps): bump go.sia.tech/web/walletd in the all-dependencies group
dependabot[bot] Jun 16, 2025
b8c719f
update coreutils
n8mgr Jun 17, 2025
a1dc7bb
chore: prepare release 2.10.2
github-actions[bot] Jun 17, 2025
6f6dd29
Merge pull request #317 from SiaFoundation/release
n8maninger Jun 17, 2025
6119f20
add chain log
n8mgr Jun 18, 2025
28028ba
Merge pull request #318 from SiaFoundation/nate/chain-log
n8maninger Jun 18, 2025
15ed663
update coreutils
n8mgr Jun 18, 2025
51e5347
api: prevent server error when mining blocks
n8mgr Jun 19, 2025
82c8552
Merge pull request #319 from SiaFoundation/nate/fix-debug-miner
n8maninger Jun 19, 2025
5fc6e30
fix broadcast errors when debugging
n8mgr Jun 19, 2025
46acddb
Merge pull request #321 from SiaFoundation/nate/fix-debug-miner
n8maninger Jun 19, 2025
77034ca
update core and coreutils
n8mgr Jun 20, 2025
3e7981d
Merge pull request #322 from SiaFoundation/nate/update-core
n8maninger Jun 20, 2025
131bd45
fix test ndf
n8mgr Jun 20, 2025
aaa8c9b
chore: prepare release 2.10.3
github-actions[bot] Jun 20, 2025
cb49633
Merge pull request #320 from SiaFoundation/release
n8maninger Jun 20, 2025
5dd23bc
Update incorrect default mode
CtrlAltDefeat94 Jun 25, 2025
6541696
update core
n8mgr Jun 26, 2025
4fb210c
build(deps): bump go.sia.tech/coreutils in the all-dependencies group
dependabot[bot] Jul 1, 2025
f347d86
changeset
ChrisSchinnerl Jul 1, 2025
04cae3f
chore: prepare release 2.10.4
github-actions[bot] Jul 1, 2025
cb81895
Merge pull request #327 from SiaFoundation/release
ChrisSchinnerl Jul 1, 2025
e223b80
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Jul 7, 2025
6c60e03
Merge pull request #328 from SiaFoundation/dependabot/go_modules/all-…
n8maninger Jul 10, 2025
6900191
update coreutils
n8mgr Jul 26, 2025
c57a90a
Merge pull request #333 from SiaFoundation/nate/update-coreutils
n8maninger Jul 26, 2025
647bc0c
build(deps): bump the all-dependencies group with 4 updates
dependabot[bot] Jul 30, 2025
c9da2f7
fix build
ChrisSchinnerl Jul 30, 2025
f230fae
build(deps): bump github.com/mattn/go-sqlite3
dependabot[bot] Aug 4, 2025
315bc31
build(deps): bump the all-dependencies group with 4 updates
dependabot[bot] Aug 11, 2025
72a59a6
update coreutils
n8mgr Aug 18, 2025
e2bc204
changeset
n8mgr Aug 18, 2025
99c42cf
Merge pull request #340 from SiaFoundation/nate/update-coreutils
n8maninger Aug 19, 2025
f61b754
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Aug 19, 2025
35f732c
Merge pull request #339 from SiaFoundation/dependabot/go_modules/all-…
n8maninger Aug 19, 2025
551c2b3
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Aug 26, 2025
90842c1
build(deps): bump the all-dependencies group with 4 updates
dependabot[bot] Sep 8, 2025
9a0c049
chore: prepare release 2.10.5
github-actions[bot] Sep 10, 2025
7d7e3b0
prevent sending funds to the void
n8mgr Sep 21, 2025
2b36f07
Merge pull request #345 from SiaFoundation/nate/void-address
n8mgr Sep 21, 2025
56bccca
build(deps): bump go.sia.tech/jape in the all-dependencies group
dependabot[bot] Sep 22, 2025
dce6309
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Sep 29, 2025
8aaa700
add changesets
n8mgr Oct 1, 2025
78fff5d
chore: prepare release 2.11.0
github-actions[bot] Oct 1, 2025
02c4e7a
Merge pull request #346 from SiaFoundation/release
n8mgr Oct 1, 2025
55793df
build(deps): bump github.com/quic-go/quic-go
dependabot[bot] Oct 10, 2025
f8226ee
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Oct 14, 2025
e0f8855
changeset
ChrisSchinnerl Oct 14, 2025
e88115a
fix changeset
ChrisSchinnerl Oct 14, 2025
dea1351
update changeset
ChrisSchinnerl Oct 15, 2025
b99ea2b
update readme
n8mgr Oct 15, 2025
df03969
docs: add openapi spec
peterjan Oct 8, 2025
c3d9b11
github: add workflows
peterjan Oct 8, 2025
78f5124
docs: filled generic JSON encoding placeholders
peterjan Oct 8, 2025
a2c71ce
gh: add env variable
peterjan Oct 14, 2025
dc5d7ea
docs: update slug
peterjan Oct 8, 2025
5938d8f
docs: fix tags
peterjan Oct 15, 2025
6106b11
Merge pull request #349 from SiaFoundation/pj/docs
n8mgr Oct 15, 2025
7f9a3b6
build(deps): bump go.sia.tech/coreutils in the all-dependencies group
dependabot[bot] Oct 20, 2025
88834de
Add -checkpoint flag
lukechampine Oct 20, 2025
0ffa8e7
add input sig hash
n8mgr Oct 15, 2025
e7b29d9
Merge pull request #356 from SiaFoundation/nate/input-sig-hash
n8mgr Nov 18, 2025
2fb7f94
build(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0
dependabot[bot] Nov 20, 2025
f864dd9
build(deps): bump the all-dependencies group with 3 updates
dependabot[bot] Nov 24, 2025
ad63086
Merge branch 'master' into instant-sync
lukechampine Nov 26, 2025
f827da9
Merge pull request #358 from SiaFoundation/instant-sync
lukechampine Nov 26, 2025
8773ae0
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Dec 1, 2025
2d76255
add checkpoint flag to readme
ChrisSchinnerl Dec 2, 2025
2ff0d43
Merge pull request #364 from SiaFoundation/chris/readme
n8mgr Dec 2, 2025
67c8987
build(deps): bump golang.org/x/term in the all-dependencies group
dependabot[bot] Dec 15, 2025
4354853
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Dec 18, 2025
df217e4
use RetrieveCheckpoint
n8mgr Dec 18, 2025
a68edcf
update changeset versions
n8mgr Dec 18, 2025
790537b
don't panic if threadgroup closed
n8mgr Dec 18, 2025
9da6255
Merge pull request #367 from SiaFoundation/dependabot/go_modules/all-…
n8mgr Dec 18, 2025
245cc82
refactor wallet tests
chris124567 Dec 22, 2025
068f8fe
use helper to create stores
chris124567 Dec 19, 2025
7630541
Write permissions for openapi sync
ChrisSchinnerl Jan 5, 2026
fa3a11f
Merge branch 'master' into christopher/clean-up-wallet-testing
chris124567 Jan 5, 2026
e7757ce
build(deps): bump github.com/mattn/go-sqlite3
dependabot[bot] Jan 5, 2026
4d567ab
Merge branch 'master' into christopher/clean-up-wallet-testing
chris124567 Jan 5, 2026
4c270e7
Merge pull request #369 from SiaFoundation/christopher/clean-up-walle…
chris124567 Jan 5, 2026
c23514c
refactor API tests
chris124567 Jan 6, 2026
be504f0
simplify test node creation functions
chris124567 Jan 6, 2026
0628f87
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Jan 12, 2026
30decca
Update README.md
Druffib Jan 14, 2026
83867ee
add utxo source
n8mgr Feb 2, 2026
d227c0c
add thorough test
n8mgr Feb 3, 2026
af66ac0
update openapi.yml
n8mgr Feb 3, 2026
8a52d68
handle unkown
n8mgr Feb 3, 2026
31c6112
fix lint
n8mgr Feb 3, 2026
716575c
fix test
n8mgr Feb 3, 2026
f985cb9
address comments
n8mgr Feb 3, 2026
d92b97c
remove element pruning
n8mgr Feb 3, 2026
931919d
fix tests
n8mgr Feb 3, 2026
cbf498b
index blocks that are created and spent in the same block
n8mgr Feb 3, 2026
50ea36a
Merge pull request #375 from SiaFoundation/nate/utxo-source
n8mgr Feb 5, 2026
e4a5b3c
chore: prepare release 2.12.0
github-actions[bot] Feb 5, 2026
0533cb1
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Feb 9, 2026
61619d9
changeset
ChrisSchinnerl Feb 10, 2026
34d0162
Merge pull request #352 from SiaFoundation/release
n8mgr Feb 12, 2026
3173aeb
remove unused maps
n8mgr Feb 12, 2026
8ecd41a
remove unused
n8mgr Feb 12, 2026
b8a7c1d
fix test
n8mgr Feb 12, 2026
267cfe8
fix knope workflow
ChrisSchinnerl Feb 13, 2026
74d01a9
use specific commit hash
ChrisSchinnerl Feb 13, 2026
4c51f05
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Feb 16, 2026
62abfbc
build: update to Go 1.26
n8mgr Feb 25, 2026
0e30518
add changeset for Go 1.26 update
n8mgr Feb 25, 2026
5f027b3
build: update Dockerfile to Go 1.26
n8mgr Feb 25, 2026
ca19f62
deps: update coreutils to v0.21.1
n8mgr Feb 25, 2026
e422566
ci: remove openapi-publish workflow
alexfreska Feb 26, 2026
6a82a35
build(deps): bump go.sia.tech/web/walletd in the all-dependencies group
dependabot[bot] Mar 2, 2026
de939b1
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Mar 16, 2026
99fd771
build(deps): bump github.com/mattn/go-sqlite3
dependabot[bot] Mar 30, 2026
66a8d22
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Apr 6, 2026
d58fcb4
update action to use newer Node
chris124567 Apr 2, 2026
9902149
build(deps): bump the all-dependencies group with 4 updates
dependabot[bot] Apr 13, 2026
039cb68
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Apr 27, 2026
273d3c4
changeset
ChrisSchinnerl Apr 28, 2026
5d5d6fd
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] May 4, 2026
d5d4a5e
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] May 12, 2026
022fe37
ci: pin GitHub Actions to SHA-256 commits
n8mgr May 15, 2026
c57080a
Merge pull request #395 from SiaFoundation/pin-actions
n8mgr May 15, 2026
05814be
build(deps): bump go.sia.tech/coreutils in the all-dependencies group
dependabot[bot] May 19, 2026
3369036
update workflow to latest master
ChrisSchinnerl May 19, 2026
c52d044
Fix pprof named profiles
Alrighttt Jun 5, 2026
45b85c7
Merge pull request #397 from SiaFoundation/matt/fix-pprof-and-mac-CI
n8mgr Jun 8, 2026
45df974
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Jun 8, 2026
eb45f7a
build(deps): bump go.sia.tech/core in the all-dependencies group
dependabot[bot] Jun 15, 2026
4d84253
build(deps): bump github.com/mattn/go-sqlite3
dependabot[bot] Jun 22, 2026
c1a5bf6
build(deps): bump go.sia.tech/coreutils in the all-dependencies group
dependabot[bot] Jun 29, 2026
0c2f873
update core and coreutils
n8mgr Jul 3, 2026
0e8bb54
update core and coreutils
n8mgr Jul 3, 2026
12a6b9d
update coreutils
n8mgr Jul 3, 2026
91ccb67
update coreutils
n8mgr Jul 5, 2026
e26da9a
chore: fix changesets
n8mgr Jul 5, 2026
fc062bb
chore: prepare release 2.15.0
github-actions[bot] Jul 5, 2026
68f039b
Merge pull request #379 from SiaFoundation/release
n8mgr Jul 5, 2026
90f85d4
update coreutils
n8mgr Jul 6, 2026
48ddbc5
chore: prepare release 2.15.1
github-actions[bot] Jul 6, 2026
a2c934e
Merge pull request #402 from SiaFoundation/release
n8mgr Jul 6, 2026
ca5c240
update coreutils to v0.23.4
n8mgr Jul 6, 2026
d7a0ab1
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Jul 8, 2026
723d985
changeset
ChrisSchinnerl Jul 8, 2026
08c276e
chore: prepare release 2.15.2
github-actions[bot] Jul 8, 2026
d51483c
Merge pull request #404 from SiaFoundation/release
ChrisSchinnerl Jul 8, 2026
689131a
build(deps): bump the all-dependencies group with 2 updates
dependabot[bot] Jul 13, 2026
8889d89
build(deps): bump go.sia.tech/core in the all-dependencies group
dependabot[bot] Jul 20, 2026
cffda97
build(deps): bump github.com/mattn/go-sqlite3
dependabot[bot] Aug 3, 2026
24298ba
build(deps): bump go.sia.tech/coreutils in the all-dependencies group
dependabot[bot] Aug 10, 2026
c29a595
fix build
ChrisSchinnerl Aug 10, 2026
bc2fbbd
changeset
ChrisSchinnerl Aug 10, 2026
65ea081
concurrent reads
n8mgr Aug 15, 2026
ea75c54
build(deps): bump github.com/mattn/go-sqlite3
dependabot[bot] Aug 24, 2026
99ff350
build(deps): bump go.sia.tech/jape in the all-dependencies group
dependabot[bot] Aug 31, 2026
59d67b1
chore: prepare release 2.16.0
github-actions[bot] Sep 1, 2026
8df78ee
Merge branch 'alex/ui' into release
Sia-Developments Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Note: Please search to see if an issue already exists for the bug you encountered.
- type: textarea
id: current-behavior
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
placeholder: Tell us what you want to see!
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Detailed steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: input
id: version
attributes:
label: Version
description: What version of walletd are you running? If you are running from source, please provide the commit hash.
placeholder: v0.8.0
validations:
required: true
- type: input
id: os
attributes:
label: What operating system did the problem occur on (e.g. Ubuntu 22.04, macOS 12.0, Windows 11)?
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Sia Community Discord
url: https://discord.gg/sia
about: Join the Sia community discord for more help with Sia or walletd.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Feature Request
description: Request a new feature be added to walletd.
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
Note: Please search to see if an issue already exists for the feature
you want added.
- type: textarea
id: feature-description
attributes:
label: Description
description: |
A description of the feature you want added
Tip: You can attach images by clicking this area and then dragging files in.
placeholder: Tell us what you want! Be as descriptive as possible.
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of walletd are you running?
placeholder: v0.8.0
validations:
required: false
- type: input
id: os
attributes:
label: What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?
validations:
required: false
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the feature!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
22 changes: 0 additions & 22 deletions .github/actions/test/action.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*"
25 changes: 5 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
name: Main
name: Lint & Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- master

env:
CGO_ENABLED: 1

jobs:
test:
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
os: [ ubuntu-latest , macos-latest, windows-latest ]
go-version: [ '1.19', '1.20' ]
steps:
- name: Configure git
run: git config --global core.autocrlf false # required on Windows
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Test
uses: ./.github/actions/test
- name: Build
run: go build -o bin/ ./cmd/walletd
uses: SiaFoundation/workflows/.github/workflows/go-test.yml@dddded471aae1c7b6f0fbc388d603b8b16336f6f # master
16 changes: 16 additions & 0 deletions .github/workflows/openapi-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sync OpenAPI Versions

permissions:
contents: write
pull-requests: write

on:
release:
types: [published, edited]
workflow_dispatch:

jobs:
sync:
uses: SiaFoundation/workflows/.github/workflows/sync-openapi-version.yml@dddded471aae1c7b6f0fbc388d603b8b16336f6f # master
with:
spec_path: openapi.yml
26 changes: 26 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
push:
branches: [master]

permissions:
contents: write
pull-requests: write

name: Create Release PR
jobs:
prepare-release:
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0
- name: Configure Git
run: |
git config --global user.name github-actions[bot]
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: knope-dev/action@19617851f9f13ab2f27a05989c55efb18aca3675 # v2.1.2
- run: knope prepare-release --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
14 changes: 14 additions & 0 deletions .github/workflows/project-add.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add issues and PRs to Sia project

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
add-to-project:
uses: SiaFoundation/workflows/.github/workflows/project-add.yml@dddded471aae1c7b6f0fbc388d603b8b16336f6f # master
secrets: inherit
Loading
Loading