ens_normalize 1.0.4 ens_normalize: ^1.0.4 copied to clipboard
Ethereum Name Service (ENS) Name Normalizer adapted from namehash labs and adraffy.
1.0.4 #
- add ens split
1.0.3 #
- add escape to Normalization class
- add isCombiningMark and shouldEscape functions
1.0.2 #
- Used Dart freezed for Normalization Dart class.
- Parsed Spec.Json to b64 encoded string literal.
1.0.1 #
- Renamed ENSnormalize method names.
- added docstrings
- updated README.md
1.0.0 #
- Adapted initial version based on python implementation from namehash labs.