Releases: ArkLabsHQ/fulmine
Releases · ArkLabsHQ/fulmine
Release list
v0.4.0-rc.2
What's Changed in v0.4.0-rc.2
Features
- Add safeguards on VHTLC APIs (c260f9e)
- Ensure the same delegate fee address is always used across sessions (9ccf3bc)
- Add HD/single-key identity matrix to fulmine e2e tests (38ec8dd)
Bug Fixes
- Fix derivation of delegate private key from mnemonic (5ad3ede)
- Fix startup of legacy fulmine (080e016)
- Fix BIP-21 utils (fcd6ad7)
- Fixes to delegate behaviour (41c437e, 3047294)
- Fix web e2e test (f58716a)
- Add safechecks on VHTLC APIs (c260f9e)
Refactor / Cleanup
- Remove custom SendOffchain in favour of SDK default (2ed9cc5)
- Cleanup permissions and fix unit tests (f52bbc4)
- Cleanup templates & update web UI integration tests (0dac5f9)
- Update protos (44b9775)
- Drop unused/deprecated Dockerfiles (99db83b)
- Lint (392086a)
Dependencies & Infrastructure
- Bump Go → 1.26.5 (0f97aec)
- Bump go-sdk to 2026-07-28 pre-release commit (7ad2d37)
⚠️ go-sdk v0.10.2 not yet tagged - Bump arkade-regtest (b7c794e)
- Use
require.Eventuallyfor VHTLC status checks in e2e tests (384aba9)
⚠️ Known Issues This RC
build-and-uploadCI step fails:ENOENT ./build/fulmine-linux-amd64— binary artifacts not attached to this release- Depends on
github.com/arkade-os/go-sdk v0.10.2-0.20260728100801-5dfe88b5be1c(pseudo-version); go-sdk v0.10.2 must be tagged before the final v0.4.0 release
Full Changelog: v0.4.0-rc.1...v0.4.0-rc.2
v0.4.0-rc.1
add nonInteractiveClaimLeaf to CreateVHTLCResponse.SwapTree (#459)
v0.4.0-rc.0
feat: non interactive claim option to CreateVHTLC (#452) * non interactive vhtlc claim * fixes * update to latest go-sdk * add emulator and covclaimd to regtest CI setup * ci: build covclaim multi-arch image Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * bump arklib * remove covclaim ci flow * move emulator key in config * cleaning * fix and clean * remove custom signing code * .env.regtest: set custom BOLTZ_IMAGE * clean comment * fix: GetVHTLCSpendingTx * add datadir to fulmine-user container * proper arkClient cleanup in tests --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.3.26-rc.0
Bump deps & fix schedule next settlement
v0.3.25
v0.3.24
What's Changed
- Rename delegator -> delegate by @altafan in #392
- Make api-spec a sub module by @altafan in #410
- Bump Go Docker images from 1.26.2 to 1.26.3 by @sekulicd in #413
- Refresh server config on startup for existing wallets by @sekulicd in #415
- Bump go-sdk & Fix error Tx_TOO_LARGE on Settle by @altafan in #414
Full Changelog: v0.3.23...v0.3.24
v0.3.24-rc.0
Full Changelog: v0.3.23...v0.3.24-rc.0
v0.3.23
v0.3.23-rc.1
Changes since v0.3.23-rc.0
Fixes
pkg/swap/swap.go: Usevtxo.ArkTxidinstead ofvtxo.TxidinGetVirtualTxscall withinGetVHTLCSpendingTx— corrects VTXO transaction lookup field
CI
- All checks passing: build-and-upload ✅, docker-build-and-push ✅, integration tests ✅, unit tests ✅
(RC0 had failing integration tests due to CI infrastructure; RC1 resolves this)
Generated by release-coordinator
v0.3.23-rc.0
Full Changelog: v0.3.22...v0.3.23-rc.0