Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
21bd697
initial conversion for startos 0.4.0
remcoros May 17, 2025
7dc85c1
fixes after testing
remcoros May 18, 2025
8bfea13
request to enable compact block filters from bitcoind
remcoros May 18, 2025
69fa475
clear action request when switching node setting
remcoros May 19, 2025
c30d188
update github actions for 0.4.0
remcoros May 20, 2025
4c87b7e
update to 0.4.0-beta.23 sdk
remcoros May 21, 2025
1a22f58
update to startos sdk 0.4.0-beta.23
remcoros May 22, 2025
76d23f9
tweaks
remcoros May 22, 2025
d02c5e1
startos sdk beta.30
remcoros Jun 19, 2025
6760985
update startos sdk to beta.32
remcoros Jul 2, 2025
976e8fb
update startos sdk to beta.33 / update kasm base container
remcoros Jul 10, 2025
8215e2d
remove bitcoind s9pk url for now
remcoros Jul 10, 2025
c51bf16
- update startos sdk
remcoros Jul 15, 2025
b575c6a
update startos sdk to beta.36
remcoros Jul 17, 2025
f2f72fd
040 updates:
remcoros Aug 11, 2025
16eab12
remove leftovers
remcoros Aug 11, 2025
19db111
use 'wasabi-webtop' container 2.6.0
remcoros Aug 14, 2025
1cb88ab
update Wasabi to 2.7.0
remcoros Aug 31, 2025
8b41308
update startos sdk to beta.40
remcoros Sep 13, 2025
ef7d967
fix: use new rpc config properties
remcoros Sep 14, 2025
8960623
update startos sdk to beta.41
remcoros Sep 28, 2025
df362fb
update Wasabi to 2.7.1
remcoros Sep 29, 2025
abd6d94
update StartOS SDK, rename interface for backwards compat
remcoros Nov 9, 2025
76e0911
update for StartOS alpha.14 / update Wasabi to 2.7.2
remcoros Nov 22, 2025
8105232
update for startos sdk beta.45
remcoros Dec 17, 2025
f06ae56
update for startos sdk beta.45
remcoros Dec 18, 2025
7fe9bcc
start-os sdk beta.48
remcoros Feb 8, 2026
7353cc7
chore: upgrade to SDK 1.0.0
remcoros Apr 14, 2026
e3c1f5b
chore: run prettier
remcoros Apr 14, 2026
e291ab6
fix: add awaits / remove console.log
remcoros Apr 14, 2026
1aff625
ci: replace legacy workflows with current shared-workflow pattern
remcoros Apr 14, 2026
36e4dcd
chore: bump beta version
remcoros Apr 14, 2026
6826556
chore: bump sdk to 1.4.1, version to 2.7.2:1-beta.3
remcoros May 4, 2026
f896209
chore: bump sdk to 1.5.1, remove deprecated docsUrls
remcoros May 14, 2026
35077a2
chore: release 2.7.2:1
remcoros May 14, 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
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build

on:
workflow_dispatch:
pull_request:
paths-ignore: ['*.md']
branches: ['master', 'main', 'update/040']

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
build:
if: github.event.pull_request.draft == false
uses: start9labs/shared-workflows/.github/workflows/build.yml@master
# with:
# FREE_DISK_SPACE: true
secrets:
DEV_KEY: ${{ secrets.DEV_KEY }}
37 changes: 0 additions & 37 deletions .github/workflows/buildService.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

on:
push:
tags:
- 'v*.*'

jobs:
release:
uses: start9labs/shared-workflows/.github/workflows/release.yml@master
with:
# FREE_DISK_SPACE: true
RELEASE_REGISTRY: ${{ vars.RELEASE_REGISTRY }}
S3_S9PKS_BASE_URL: ${{ vars.S3_S9PKS_BASE_URL }}
secrets:
DEV_KEY: ${{ secrets.DEV_KEY }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
permissions:
contents: write
72 changes: 0 additions & 72 deletions .github/workflows/releaseService.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/tagAndRelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Tag and Release

# Disabled — uncomment 'on:' block and remove 'on: workflow_dispatch' to enable auto-tagging on merge to master
on:
workflow_dispatch:

# on:
# push:
# branches: ['master']
# paths-ignore: ['*.md']

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
tag:
uses: start9labs/shared-workflows/.github/workflows/tagAndRelease.yml@master
with:
REFERENCE_REGISTRY: ${{ vars.REFERENCE_REGISTRY }}
# FREE_DISK_SPACE: true
RELEASE_REGISTRY: ${{ vars.RELEASE_REGISTRY }}
S3_S9PKS_BASE_URL: ${{ vars.S3_S9PKS_BASE_URL }}
secrets:
DEV_KEY: ${{ secrets.DEV_KEY }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
permissions:
contents: write
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
.DS_Store
scripts/*.js
docker-images
node_modules
javascript/*
ncc-cache
180 changes: 0 additions & 180 deletions Dockerfile

This file was deleted.

Loading
Loading