We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is just an observation that this will probably cause trouble for the additional domains ens now resolved.
nameHash function
ens_dart/lib/src/utils.dart
Lines 11 to 13 in 6eeb85e
test/ens_dart_test.dart for coverage (note this still fails, but I suspect that is due to an older resolver contract integration.)
test('.getname on non.eth domain', () async { // https://app.ens.domains/gregskril.com // OffchainDNSResolver: 0xF142B308cF687d4358410a4cB885513b30A42025 final emptyName = await ens.withName('gregskril.com').getAddress(); print(emptyName); expect(emptyName, EthereumAddress.fromHex('0x179A862703a4adfb29896552DF9e307980D19285')); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is just an observation that this will probably cause trouble for the additional domains ens now resolved.
nameHash function
ens_dart/lib/src/utils.dart
Lines 11 to 13 in 6eeb85e
test/ens_dart_test.dart for coverage (note this still fails, but I suspect that is due to an older resolver contract integration.)
The text was updated successfully, but these errors were encountered: