Skip to content

Releases: digicatapult/sqnc-node

Release v2.3.0

29 Nov 12:14
53d837d
Compare
Choose a tag to compare
Feature/ipfs key tracking (#9)

* Playing around with tracking IPFS swarm keys using the substrate node

* Add in events

* rename pallet

* Fix broken test due to missing std build config

* Test apparatus

* Add tests for update, rotate and scheduled rotate

* Parking Readme and benchmarking impl

* Add weight calculations

* Update weights documentation

* Fixes from merge

* Format fixes

Release v2.2.0

23 Nov 17:13
db2f209
Compare
Choose a tag to compare
Literal Metadata values (#11)

* change TokenMetadataValue type

* version bump

* add new enum to README

Release v2.1.1

23 Nov 11:08
c7bb4c3
Compare
Choose a tag to compare
Merge pull request #10 from digicatapult/feature/pallet-membership

on-chain members list

Release v2.1.0

19 Nov 13:26
e27d7d9
Compare
Choose a tag to compare
Multiple chain metadata values (#8)

* change token metadata to btreemap WIP

* Update codeowners to current squad

* set metadata runtime types

* update tests to use btreemap metadata

* add max metadata count per token

* minor version bump

* remove migration

* Use Hash as metadata value

* Remove max key length

* TokenMetadataKey as [u8;32] for runtime

* add more varied metadata tests

* update README

* benchmarking and weights

Release v2.0.1

10 Nov 12:31
57ca6e2
Compare
Choose a tag to compare
Bump rust toolchain to nightly-2021-11-09 to remove rebuild errors (#7)

* Bump rust toolchain to nightly-2021-11-09 to remove rebuild errors

* Bump various versions

Release v2.0.0

10 Aug 12:22
Compare
Choose a tag to compare
VIT-117 bump version for deploying to production

Release v1.0.1

15 Jul 08:41
db17913
Compare
Choose a tag to compare
Embedding chainspec for vitalam chain (#1)

* Add staging chainspec, untested

* Add production chain-spec

* Bumped node version and decouple node and runtime versions

Release v1.0.0

07 Jul 18:04
84627c3
Compare
Choose a tag to compare
First commit