Releases: paritytech/dotns
Releases · paritytech/dotns
Release list
v0.5.5
Immutable
release. Only release title and notes can be modified.
DotNS ABI Package
Contracts
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
- @waytwotall made their first contribution in #188
- @re-gius made their first contribution in #237
Full Changelog: v0.5.4...v0.5.5
v0.5.5-rc1
Immutable
release. Only release title and notes can be modified.
DotNS ABI Package (Pre-release)
This is a pre-release. ABIs may change before the stable release.
Contracts
Download
- All ABIs (zip): dotns-abis-v0.5.5-rc1.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
New Contributors
- @waytwotall made their first contribution in #188
Full Changelog: v0.5.4...v0.5.5-rc1
v0.5.4
DotNS ABI Package
Contracts
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: Update values after deploy after paseo-next-next-next was wiped by @andrew-ifrita in #179
- chore: split pop gateway registration into smaller callable steps by @sphamjoli in #180
- docs: add LICENSE, SECURITY.md and third-party notices by @pgherveou in #182
- chore: Add deployment checklist by @andrew-ifrita in #181
- chore: Remove andrew-ifrita from CODEOWNERS by @andrew-ifrita in #184
- ci: run workflows on public ubuntu-latest runners by @pgherveou in #185
- chore: prepare to open source by @sphamjoli in #183
- docs: consolidate license, add README security section by @pgherveou in #186
New Contributors
- @pgherveou made their first contribution in #182
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Full Changelog: v0.5.0...v0.5.2
v0.5.1
DotNS ABI Package
Contracts
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
DotNS ABI Package
Contracts
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
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
v0.1
What's Changed
- Add Custom POP rules by @sphamjoli in #7
- Remove UI doc from readme by @sphamjoli in #8
- Remove Reliance on oracle by @sphamjoli in #9
- Remove ENS contracts by @sphamjoli in #11
- [Chore]: Multiple fixes and Cleanups by @sphamjoli in #12
- [Chore]: Multiple fixes by @sphamjoli in #14
- [Feat]: Bug Fixes et al by @sphamjoli in #39
- [Chore]: workflow updates and a bug fixed by @sphamjoli in #48
Full Changelog: https://github.com/paritytech/dotns/commits/v0.1