Skip to content

Releases: arkade-os/arkd

v0.9.5

11 May 11:18
42f5883

Choose a tag to compare

What's Changed

  • [client-lib] Update client wallet interface by @altafan in #1008
  • docs: add missing breaking changes documentation by @Dunsin-cyber in #1007
  • Fix single-key wallet empty KeyID breaking go-sdk signing key resolution by @sekulicd in #1060
  • fix: print repo-root-relative path after build-cli completes by @Dunsin-cyber in #1059
  • Upgrade to Postgres 17.8 by @s373nZ in #1057
  • Fix single-key wallet NextIndex returning 0 causing empty addresses by @sekulicd in #1061
  • unrolled vtxo rejoin batch: support and test asset by @louisinger in #1055
  • client-lib: Add WithReceiver option & Make explorer.GetUtxo accepts many addresses by @altafan in #1058
  • Hotfix: prevent failure on SubmitTx to affect finalization of pending tx by @altafan in #1063

New Contributors

Full Changelog: v0.9.4...v0.9.5

v0.9.4

28 Apr 07:55
8e00526

Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

20 Apr 18:03
77b6c3a

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

26 Mar 19:17
02f7156

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

19 Mar 16:33
0a5e8d1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

05 Mar 17:32
1f49b44

Choose a tag to compare

What's Changed

New Contributors

  • @arkanaai[bot] made their first contribution in #931

Full Changelog: v0.8.11...v0.9.0

v0.9.0-rc.4

03 Mar 15:38
8615412

Choose a tag to compare

Bump grpc@1.79.1 and otel@v1.40.0 (#947)

* update otel sdk

* Bump deps

* Go mod tidy

* Go mod tidy

* Lint

* Bump deps

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>

v0.9.0-rc.3

27 Feb 17:53
698fe3a

Choose a tag to compare

Limit the number of vtxo.assets (#938)

* max assets per vtxo relative to maxTxWeight

* add VTXO_SPENDING_WEIGHT_THRESHOLD, move maxAssetsPerVtxo to application/utils.go

* do not use math.Ceil

* update utils_test.go

* rename: VTXO_TOO_HEAVY --> VTXO_WITH_TOO_MANY_ASSETS

* rename "VTXO_SPENDING_WEIGHT_THRESHOLD" --> "ASSET_TX_MAX_WEIGHT_RATIO"

* Lint

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>

v0.9.0-rc.2

24 Feb 22:15
fedfd98

Choose a tag to compare

Improve sweeper and restore watch vtxos ops at startup (#915)

* fix sqlite

* port migration to postgres

* update sqlc.yaml

* fix sqlite

* Clean migration

* Empty commit

* fix sqlite migration down

* Move restoreWatchingVtxos in Start() + increase verbosity + return simple error in Start()

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>

v0.9.0-rc.1

19 Feb 13:41
de06e02

Choose a tag to compare

Fix & Bump golang-ci lint (#914)

* Fix & Bump golang-ci lint

* Fix

* Typo