Skip to content

v0.5.0

Choose a tag to compare

@sphamjoli sphamjoli released this 19 May 00:54
· 122 commits to master since this release
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