gedanziger
gedanziger
Investigate rate limiting for the mousexplore backend. Restrict calls to the API by a particular IP in a time window. Allow different currencies to share this rate limit (so someone...
Closes #321
Add backend support for the Wanchain blockchain. Master ticket for feature is norestlabs/mousexplore#1.
Using a fast in-memory store, keep a record of: - Pending transaction hash - Amount transacted (and in/out) Get raw transactions in the mempool, and update an in memory store...
Discuss and determine solution for monitoring disk space. If disk is almost full, we should report warning. If using a 3rd party tool, we should have easy configuration instructions that...
Add support for ICON (https://github.com/norestlabs/mousexplore-vcoins/issues/369) once the API is completed.
Closes #86