v0.4.0
Immutable
release. Only release title and notes can be modified.
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