mattdf / ens-check

check when domains are available on ens
GNU General Public License v3.0
2 stars 1 forks source link

Feature request: Print auction begin, reveal begin, auction end. #3

Open fortran77 opened 7 years ago

fortran77 commented 7 years ago

It would be very useful if the program and the website printed all three important dates:

  When the auction begins.   When the reveal period begins.   When the auction ends.

mattdf commented 7 years ago

2nd and 3rd are not possible without using an RPC connection to a geth node, use the registrar app if you want that.

fortran77 commented 7 years ago

You're right, of course. I had overlooked the fact that the beginning of the reveal period depends on when the auction actually begins, and the auction doesn't begin until somebody makes it begin. So you can't calculate these from the domain itself.