SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Response to brand new wallet address on update #333

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

If a brand-new user of Aurum runs an update-info request and they are not in the table, they will currently receive a 404 error. This looks a bit alarming to new users who could be expecting a promised aurum transaction.

Focus point: https://github.com/SIGBlockchain/project_aurum/blob/master/internal/handlers/handlers.go#L50

Vineet77 commented 5 years ago

The bonus is still not implemented, thus will keep issue open for now.

kastolars commented 5 years ago

@Vineet77 We can close this and make a separate low priority issue with just the bonus

kastolars commented 5 years ago

Completed