Nick Johnson
Nick Johnson
...as colored lines, so players can see what the bot is intending to do next. This needs to be easy to toggle on and off.
Currently, if you call read() when there is nothing to read, the process will lock up indefinitely in C code, so even a KeyboardInterrupt will not break out of it.
write() only accepting arrays of small ints is a rather odd interface. Accepting str and buffer instances would make it substantially easier to use.
It's reasonable to expect peoples' bidding behaviour to vary depending on how easy it is to guess that name is up for auction. It'd be nice if the DApp showed...
Per https://github.com/kvhnuke/etherwallet/issues/480#issuecomment-302973498 - entering a punycode name returns a 'name too short' error and displays the decoded name. We shouldn't be doing punycode decoding.
A number of people report issues loading the preimage dictionary, and it's quite large which slows down DApp loading time. We should reconsider using an external service for this, at...
...and without going via browser storage first; this way there's no chance that the browser can clear storage between a bid and the user being able to back it up.
Presently, there's a ~10 minute long period where the Dapp says "bids are now closed", but doesn't provide the user with any guidance on what to do. The Dapp should...