ewallet
ewallet copied to clipboard
eWallet Backend for the OmiseGO SDKs.
- Remove duplicate `get_expiration_reason` - Remove unused variable in `transaction_request.ex`
Currently, in order to run migration commands like creating the database and seeding require different commands on development and production builds. For example: | dev | prod | | ---...
We need to handle these scenarios: * When `EWALLET_SECRET_KEY` and `LOCAL_LEDGER_SECRET_KEY` were not set. * When both keys were invalid. * When both keys were set, but were changed after...
See also discussion in https://github.com/omisego/ewallet/issues/188#issuecomment-388934292
Since seed example is quite important for demonstrating, with @ripzery PR we will be able to add Token avatar soon we can improve the seed example with - All token...
for example, global_role accept only admin, super_admin, viewer
We should have a system to limit the number of login tries with wrong passwords. TODO: Explore different methods
- docs for `me.upload_avatar` says you need to pass id when you dont