Releases: paritytech/dotns-sdk
Releases · paritytech/dotns-sdk
v0.4.3
Installation
Download:
gh release download v0.4.3 -p "*.tgz" -R paritytech/dotns-sdkInstall:
| 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 --helpWhat's Changed
- chore(cli): add new options for bulletin commands and fix auth issue by @sphamjoli in #34
- chore: add dotns-ui as packages/ui by @corey-hathaway in #24
- fix: Update lockfile by @andrew-ifrita in #39
- fix: Pined bun-version on deploy action by @andrew-ifrita in #40
- fix(ci): deployments by @ryanleecode in #41
New Contributors
- @corey-hathaway made their first contribution in #24
- @ryanleecode made their first contribution in #41
Full Changelog: 0.4.2...v0.4.3
v0.4.2
Installation
Download:
gh release download v0.4.2 -p "*.tgz" -R paritytech/dotns-sdkInstall:
| 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 --helpWhat'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
Installation
Download:
gh release download v0.4.1 -p "*.tgz" -R paritytech/dotns-sdkInstall:
| 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 --helpWhat'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
Installation
Download:
gh release download v0.4.0 -p "*.tgz" -R paritytech/dotns-sdkInstall:
| 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 --helpWhat's Changed
- feat(cli): bulletin optimisations and bug fixes by @sphamjoli in #25
Full Changelog: v0.3.0...v0.4.0
v0.2.0
Installation
Download:
gh release download v0.2.0 -p "*.tgz" -R paritytech/dotns-sdkInstall:
| 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 --helpWhat'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
Initial release of the dotns-sdk, more specifically the cli pacakage.
What's included
- Domain registration - Register
.dotnames 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-sdkInstall:
| 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 --helpNote
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-sdkInstall:
| 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