Skip to content

Releases: paritytech/dotns

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:13
Immutable release. Only release title and notes can be modified.
7bfac8a

DotNS ABI Package

Contracts

Contract ABI
DotnsContentResolver DotnsContentResolver.json
DotnsNameEscrow DotnsNameEscrow.json
DotnsPopController DotnsPopController.json
DotnsPopResolver DotnsPopResolver.json
DotnsProtocolRegistry DotnsProtocolRegistry.json
DotnsRegistrar DotnsRegistrar.json
DotnsRegistrarController DotnsRegistrarController.json
DotnsRegistry DotnsRegistry.json
DotnsResolver DotnsResolver.json
DotnsReverseResolver DotnsReverseResolver.json
DotnsRoleManager DotnsRoleManager.json
IDotnsContentResolver IDotnsContentResolver.json
IDotnsController IDotnsController.json
IDotnsNameEscrow IDotnsNameEscrow.json
IDotnsPopController IDotnsPopController.json
IDotnsPopResolver IDotnsPopResolver.json
IDotnsProtocolRegistry IDotnsProtocolRegistry.json
IDotnsRegistrar IDotnsRegistrar.json
IDotnsRegistrarController IDotnsRegistrarController.json
IDotnsRegistry IDotnsRegistry.json
IDotnsResolver IDotnsResolver.json
IDotnsReverseResolver IDotnsReverseResolver.json
IDotnsRoleManager IDotnsRoleManager.json
ILabelStore ILabelStore.json
IPopRules IPopRules.json
IStoreFactory IStoreFactory.json
IUserStore IUserStore.json
LabelStore LabelStore.json
PopRules PopRules.json
RootGatewayDispatcher RootGatewayDispatcher.json
StoreFactory StoreFactory.json
UserStore UserStore.json

Download

  • All ABIs (zip): dotns-abis-v0.5.5.zip
  • Individual ABIs: Each contract ABI is also attached as a separate artifact

Usage

import StoreAbi from "./abis/Store.json";
import RegistrarAbi from "./abis/DotnsRegistrar.json";

What's Changed

  • fix: include type: docs, type: test, and dependencies in required labels check for PR / Labels job by @waytwotall in #188
  • fix: deterministic deploy manifests and stable addresses across chain resets by @sphamjoli in #199
  • ci: fix shellcheck warnings in workflow scripts by @sphamjoli in #207
  • feat: let each network set its own TLD by @sphamjoli in #218
  • fix: bug related to pop name reservation by @sphamjoli in #236
  • ci: attach release assets before publishing and verify the set by @re-gius in #237

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.5-rc1

v0.5.5-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 08:32
Immutable release. Only release title and notes can be modified.
ca36d0c

DotNS ABI Package (Pre-release)

This is a pre-release. ABIs may change before the stable release.

Contracts

Contract ABI
DotnsContentResolver DotnsContentResolver.json
DotnsNameEscrow DotnsNameEscrow.json
DotnsPopController DotnsPopController.json
DotnsPopResolver DotnsPopResolver.json
DotnsProtocolRegistry DotnsProtocolRegistry.json
DotnsRegistrar DotnsRegistrar.json
DotnsRegistrarController DotnsRegistrarController.json
DotnsRegistry DotnsRegistry.json
DotnsResolver DotnsResolver.json
DotnsReverseResolver DotnsReverseResolver.json
DotnsRoleManager DotnsRoleManager.json
IDotnsContentResolver IDotnsContentResolver.json
IDotnsController IDotnsController.json
IDotnsNameEscrow IDotnsNameEscrow.json
IDotnsPopController IDotnsPopController.json
IDotnsPopResolver IDotnsPopResolver.json
IDotnsProtocolRegistry IDotnsProtocolRegistry.json
IDotnsRegistrar IDotnsRegistrar.json
IDotnsRegistrarController IDotnsRegistrarController.json
IDotnsRegistry IDotnsRegistry.json
IDotnsResolver IDotnsResolver.json
IDotnsReverseResolver IDotnsReverseResolver.json
IDotnsRoleManager IDotnsRoleManager.json
ILabelStore ILabelStore.json
IPopRules IPopRules.json
IStoreFactory IStoreFactory.json
IUserStore IUserStore.json
LabelStore LabelStore.json
PopRules PopRules.json
RootGatewayDispatcher RootGatewayDispatcher.json
StoreFactory StoreFactory.json
UserStore UserStore.json

Download

Usage

import StoreAbi from "./abis/Store.json";
import RegistrarAbi from "./abis/DotnsRegistrar.json";

What's Changed

  • fix: include type: docs, type: test, and dependencies in required labels check for PR / Labels job by @waytwotall in #188
  • fix: deterministic deploy manifests and stable addresses across chain resets by @sphamjoli in #199
  • ci: fix shellcheck warnings in workflow scripts by @sphamjoli in #207
  • feat: let each network set its own TLD by @sphamjoli in #218

New Contributors

Full Changelog: v0.5.4...v0.5.5-rc1

v0.5.4

Choose a tag to compare

@sphamjoli sphamjoli released this 05 Jun 19:17
Immutable release. Only release title and notes can be modified.
e165e09

DotNS ABI Package

Contracts

Contract ABI
DotnsContentResolver DotnsContentResolver.json
DotnsNameEscrow DotnsNameEscrow.json
DotnsPopController DotnsPopController.json
DotnsPopResolver DotnsPopResolver.json
DotnsProtocolRegistry DotnsProtocolRegistry.json
DotnsRegistrar DotnsRegistrar.json
DotnsRegistrarController DotnsRegistrarController.json
DotnsRegistry DotnsRegistry.json
DotnsResolver DotnsResolver.json
DotnsReverseResolver DotnsReverseResolver.json
DotnsRoleManager DotnsRoleManager.json
IDotnsContentResolver IDotnsContentResolver.json
IDotnsController IDotnsController.json
IDotnsNameEscrow IDotnsNameEscrow.json
IDotnsPopController IDotnsPopController.json
IDotnsPopResolver IDotnsPopResolver.json
IDotnsProtocolRegistry IDotnsProtocolRegistry.json
IDotnsRegistrar IDotnsRegistrar.json
IDotnsRegistrarController IDotnsRegistrarController.json
IDotnsRegistry IDotnsRegistry.json
IDotnsResolver IDotnsResolver.json
IDotnsReverseResolver IDotnsReverseResolver.json
IDotnsRoleManager IDotnsRoleManager.json
ILabelStore ILabelStore.json
IPopRules IPopRules.json
IStoreFactory IStoreFactory.json
IUserStore IUserStore.json
LabelStore LabelStore.json
PopRules PopRules.json
RootGatewayDispatcher RootGatewayDispatcher.json
StoreFactory StoreFactory.json
UserStore UserStore.json

Download

  • All ABIs (zip): dotns-abis-${TAG}.zip
  • Individual ABIs: Each contract ABI is also attached as a separate artifact

Usage

import StoreAbi from "./abis/Store.json";
import RegistrarAbi from "./abis/DotnsRegistrar.json";

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

Choose a tag to compare

@sphamjoli sphamjoli released this 29 May 04:49
Immutable release. Only release title and notes can be modified.
7179315

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@sphamjoli sphamjoli released this 25 May 13:53
Immutable release. Only release title and notes can be modified.
54f42fd

Full Changelog: v0.5.0...v0.5.2

v0.5.1

Choose a tag to compare

@sphamjoli sphamjoli released this 19 May 10:48
Immutable release. Only release title and notes can be modified.
080bcf9

DotNS ABI Package

Contracts

Contract ABI
DotnsContentResolver DotnsContentResolver.json
DotnsNameEscrow DotnsNameEscrow.json
DotnsPopController DotnsPopController.json
DotnsPopResolver DotnsPopResolver.json
DotnsProtocolRegistry DotnsProtocolRegistry.json
DotnsRegistrar DotnsRegistrar.json
DotnsRegistrarController DotnsRegistrarController.json
DotnsRegistry DotnsRegistry.json
DotnsResolver DotnsResolver.json
DotnsReverseResolver DotnsReverseResolver.json
DotnsRoleManager DotnsRoleManager.json
IDotnsContentResolver IDotnsContentResolver.json
IDotnsController IDotnsController.json
IDotnsNameEscrow IDotnsNameEscrow.json
IDotnsPopController IDotnsPopController.json
IDotnsPopResolver IDotnsPopResolver.json
IDotnsProtocolRegistry IDotnsProtocolRegistry.json
IDotnsRegistrar IDotnsRegistrar.json
IDotnsRegistrarController IDotnsRegistrarController.json
IDotnsRegistry IDotnsRegistry.json
IDotnsResolver IDotnsResolver.json
IDotnsReverseResolver IDotnsReverseResolver.json
IDotnsRoleManager IDotnsRoleManager.json
ILabelStore ILabelStore.json
IPopRules IPopRules.json
IStoreFactory IStoreFactory.json
IUserStore IUserStore.json
LabelStore LabelStore.json
PopRules PopRules.json
RootGatewayDispatcher RootGatewayDispatcher.json
StoreFactory StoreFactory.json
UserStore UserStore.json

Download

  • All ABIs (zip): dotns-abis-${TAG}.zip
  • Individual ABIs: Each contract ABI is also attached as a separate artifact

Usage

import StoreAbi from "./abis/Store.json";
import RegistrarAbi from "./abis/DotnsRegistrar.json";

What's Changed

  • chore: Remove Filippo and Corey from all the automated tags by @andrew-ifrita in #131
  • ci: harden sticky PR comments and wire fork-test node lifecycle by @sphamjoli in #130
  • refactor: move protocol registry keys to constants, eliminating unnecessary external calls by @sphamjoli in #126

Full Changelog: v0.4.0...v0.5.1

v0.5.0

Choose a tag to compare

@sphamjoli sphamjoli released this 19 May 00:54
Immutable release. Only release title and notes can be modified.
080bcf9

DotNS ABI Package

Contracts

Contract ABI
DotnsContentResolver DotnsContentResolver.json
DotnsNameEscrow DotnsNameEscrow.json
DotnsPopController DotnsPopController.json
DotnsPopResolver DotnsPopResolver.json
DotnsProtocolRegistry DotnsProtocolRegistry.json
DotnsRegistrar DotnsRegistrar.json
DotnsRegistrarController DotnsRegistrarController.json
DotnsRegistry DotnsRegistry.json
DotnsResolver DotnsResolver.json
DotnsReverseResolver DotnsReverseResolver.json
DotnsRoleManager DotnsRoleManager.json
IDotnsContentResolver IDotnsContentResolver.json
IDotnsController IDotnsController.json
IDotnsNameEscrow IDotnsNameEscrow.json
IDotnsPopController IDotnsPopController.json
IDotnsPopResolver IDotnsPopResolver.json
IDotnsProtocolRegistry IDotnsProtocolRegistry.json
IDotnsRegistrar IDotnsRegistrar.json
IDotnsRegistrarController IDotnsRegistrarController.json
IDotnsRegistry IDotnsRegistry.json
IDotnsResolver IDotnsResolver.json
IDotnsReverseResolver IDotnsReverseResolver.json
IDotnsRoleManager IDotnsRoleManager.json
ILabelStore ILabelStore.json
IPopRules IPopRules.json
IStoreFactory IStoreFactory.json
IUserStore IUserStore.json
LabelStore LabelStore.json
PopRules PopRules.json
RootGatewayDispatcher RootGatewayDispatcher.json
StoreFactory StoreFactory.json
UserStore UserStore.json

Download

  • All ABIs (zip): dotns-abis-${TAG}.zip
  • Individual ABIs: Each contract ABI is also attached as a separate artifact

Usage

import StoreAbi from "./abis/Store.json";
import RegistrarAbi from "./abis/DotnsRegistrar.json";

What's Changed

  • chore: Remove Filippo and Corey from all the automated tags by @andrew-ifrita in #131
  • ci: harden sticky PR comments and wire fork-test node lifecycle by @sphamjoli in #130
  • refactor: move protocol registry keys to constants, eliminating unnecessary external calls by @sphamjoli in #126

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 04:20
Immutable release. Only release title and notes can be modified.
d9f2800

DotNS ABI Package

Contracts

Contract ABI
DotnsContentResolver DotnsContentResolver.json
DotnsProtocolRegistry DotnsProtocolRegistry.json
DotnsRegistrar DotnsRegistrar.json
DotnsRegistrarController DotnsRegistrarController.json
DotnsRegistry DotnsRegistry.json
DotnsResolver DotnsResolver.json
DotnsReverseResolver DotnsReverseResolver.json
IDotnsContentResolver IDotnsContentResolver.json
IDotnsProtocolRegistry IDotnsProtocolRegistry.json
IDotnsRegistrar IDotnsRegistrar.json
IDotnsRegistrarController IDotnsRegistrarController.json
IDotnsRegistry IDotnsRegistry.json
IDotnsResolver IDotnsResolver.json
IDotnsReverseResolver IDotnsReverseResolver.json
IPopRules IPopRules.json
IStore IStore.json
IStoreFactory IStoreFactory.json
PopRules PopRules.json
Store Store.json
StoreFactory StoreFactory.json

Download

  • All ABIs (zip): dotns-abis-${TAG}.zip
  • Individual ABIs: Each contract ABI is also attached as a separate artifact

Usage

import StoreAbi from "./abis/Store.json";
import RegistrarAbi from "./abis/DotnsRegistrar.json";

What's Changed

  • [Chore]: Fix inconsistencies in workflows by @sphamjoli in #57
  • [Feat]: Implement whitelist functions and whitelist request workflow by @sphamjoli in #56
  • [Feat]: Add store writes on transfer by @sphamjoli in #66
  • chore: fix CI workflows and missing labels by @sphamjoli in #72
  • chore: fix upgrade bug and add tests by @sphamjoli in #73
  • chore: improve workflows and issue triggers by @sphamjoli in #76
  • feat: add Substrate address support to whitelist workflows by @sphamjoli in #80
  • chore: fix whitelist workflow by @sphamjoli in #94
  • chore: migrate remaining contracts to point to protocol registry by @sphamjoli in #88
  • feat: centralise hardcoded constants into shared locations by @sphamjoli in #112
  • fix(registry): parent authority over subnames by @sphamjoli in #110
  • fix: remove accidentally committed temp files by @sphamjoli in #116

Full Changelog: v0.1...v0.4.0

v0.1

v0.1 Pre-release
Pre-release

Choose a tag to compare

@sphamjoli sphamjoli released this 01 Mar 23:40
Immutable release. Only release title and notes can be modified.
68564fc

What's Changed

Full Changelog: https://github.com/paritytech/dotns/commits/v0.1