Skip to content

v0.5.5

Latest

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