Info

Download ZIP (7.6 KB)

Testing and Issues

You can test this entry and submit issues during the testing period of the Blockchain Contest contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

33

Comments

You have not added any comments yet...
by rating

Issues

Clever Turkey Nov 4, 2019 at 19:36
Manual DNS:
- There is no support for partial matches and -1 category in dnsresolve.
- There is no way to completely delete expired domains.
- Maximum domain length is limited by 44 bytes.
- When domain is found, but category is not found the returned length must be non-zero.
- There is no seqno() method.
10
Manual DNS:
- dnsresolve does not implement logic for -1
- subdomains can't be deleted, which is an issue because if you have "a.b" registered, and want to instead have "a.b.c" and "a.b.d", you are out of luck ("a.b" is a prefix of a new key),
- prefix dictionary key length is just 352 bits (44 bytes), same as entry365 (maximum is 1023 bits)
Adding to the issues mentioned above, there is no user-friendly script to add domain: store-dns script uses hardcoded domain name and value that is quite not user friendly to say the least.
Nobody added any issues yet...