quantadex / distributed_quanta_bridge

The distributed version of the quanta bridge
1 stars 0 forks source link

Validate address before we generate them. #65

Open quocble opened 5 years ago

quocble commented 5 years ago

Currently we don't check user's address.. This is not good because users can spam for accounts that don't exist, flooding our database.

Check the quanta address against Quanta graphene client.

You may introduce a flag to turn it off for stress testing so you can use any account you want.