Skip to content

Releases: paritytech/dotns-sdk

v0.4.3

20 Mar 19:20
28afe9b

Choose a tag to compare

Installation

Download:

gh release download v0.4.3 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.4.3.tgz
yarn yarn global add ./dotns-cli-0.4.3.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.4.3.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.4.3.tgz"

Verify:

dotns --help

What's Changed

New Contributors

Full Changelog: 0.4.2...v0.4.3

v0.4.2

17 Mar 00:39
fd9c251

Choose a tag to compare

v0.4.2 Pre-release
Pre-release

Installation

Download:

gh release download v0.4.2 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.4.2.tgz
yarn yarn global add ./dotns-cli-0.4.2.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.4.2.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.4.2.tgz"

Verify:

dotns --help

What's Changed

  • feat: add use-car option to deploy workflow by @BigTava in #27
  • chore: add whitelist options to sdk by @sphamjoli in #29

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

10 Mar 00:08
034ff4f

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

Installation

Download:

gh release download v0.4.1 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.4.1.tgz
yarn yarn global add ./dotns-cli-0.4.1.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.4.1.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.4.1.tgz"

Verify:

dotns --help

What's Changed

  • chore: fix bulletin related bug and error formatting bugs by @sphamjoli in #26

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Mar 13:05
70c3119

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Installation

Download:

gh release download v0.4.0 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.4.0.tgz
yarn yarn global add ./dotns-cli-0.4.0.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.4.0.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.4.0.tgz"

Verify:

dotns --help

What's Changed

  • feat(cli): bulletin optimisations and bug fixes by @sphamjoli in #25

Full Changelog: v0.3.0...v0.4.0

v0.2.0

11 Feb 18:14
406f4ce

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Installation

Download:

gh release download v0.2.0 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.2.0.tgz
yarn yarn global add ./dotns-cli-0.2.0.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.2.0.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.2.0.tgz"

Verify:

dotns --help

What's Changed

  • chore(cli): remove bin folder by @sphamjoli in #2
  • feat(cli): use @ensdomains/content-hash for content hashes + workflow tweaks by @sphamjoli in #3
  • fix(cli): fix patched workflow files and examples by @sphamjoli in #6

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Feb 20:05
aaf1ded

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release of the dotns-sdk, more specifically the cli pacakage.

What's included

  • Domain registration - Register .dot names on Paseo Hub
  • Domain lookup - Query ownership and resolution data
  • Account management - Map Substrate accounts to EVM addresses
  • IPFS integration - Pin content and link to domains
  • Store management - Query all names registered on DotNS
  • Content resolution - Resolve Bulletin store data with DotNS
  • Proof of Personhood - Status management for identity verification

Installation

Download:

gh release download v0.1.0 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.1.0.tgz
yarn yarn global add ./dotns-cli-0.1.0.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.1.0.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.1.0.tgz"

Verify:

dotns --help

Note

This version works with Paseo Hub

Contract Deployment Details can be found here -

https://github.com/paritytech/dotns/tree/main/deployments

Installation

Download:

gh release download v0.1.0 -p "*.tgz" -R paritytech/dotns-sdk

Install:

Package Manager Command
npm npm install -g ./dotns-cli-0.1.0.tgz
yarn yarn global add ./dotns-cli-0.1.0.tgz
bun (macOS/Linux) bun add -g "$(pwd)/dotns-cli-0.1.0.tgz"
bun (Windows) bun add -g "$PWD\dotns-cli-0.1.0.tgz"

Verify:

dotns --help