Skip to content

Releases: digicatapult/sqnc-node

v2.6.2

19 Jan 12:27
d65c0f5
Compare
Choose a tag to compare

What's Changed

Maintenance 🔧

Other Changes

Full Changelog: v2.6.1...v2.6.2

v2.6.2-bug_vitalam-version-docker-build-arg

20 Jan 08:25
d65c0f5
Compare
Choose a tag to compare

What's Changed

Maintenance 🔧

Other Changes

Full Changelog: v2.6.1...v2.6.2-bug_vitalam-version-docker-build-arg

Release v2.6.1-feature_pre-release-workflow

19 Jan 08:43
18ddc64
Compare
Choose a tag to compare

Commits

v2.6.2-chore_release-notes

18 Jan 18:19
b274dee
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.2-chore_release-notes

Release v2.6.1

18 Jan 16:06
b274dee
Compare
Choose a tag to compare

Commits

  • b274dee: Pre release feature branch workflow (#22) (Daniel Cooper) #22

Release v2.6.0

13 Jan 15:24
1e52ee9
Compare
Choose a tag to compare
Add TokenId to MetadataValue (#20)

* add TokenId to MetadataValue

* add TokenId to README

Release v2.5.1

10 Jan 12:41
7b7d8d4
Compare
Choose a tag to compare
Add in missing event on updateKey (#18)

* Add in missing event on updateKey

* Add in event assertions

Release v2.5.0

04 Jan 16:29
2650131
Compare
Choose a tag to compare
Token traceability (#13)

* add original_id + optional set parent

* version bump

* clean up

* use Output struct for run_process

* benchmarking with Output struct

* add Output to README

Release v2.4.3

09 Dec 17:56
Compare
Choose a tag to compare
Fix workflow release when a cache miss occurs on sccache

Release v2.4.0

09 Dec 16:35
e2a55cf
Compare
Choose a tag to compare
Multiple token roles (#12)

* Make owner BTreeMap<RoleKey, AccountId>

* version bump

* Update roles list

* add multiple roles test

* explicit enum indexes and no default role set test

* owner -> roles

* use weights from 1000 repeated benchmark

* add multiple role happy path test