You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
In order to be able to scale on Flow, wallet-api needs to support having multiple in-flight transactions. The suggestion here is to use extra proposer keys on the admin account and send each transaction with a different proposer key.
The first iteration of this plan is:
Global pool of proposer keys on the admin account would be used across all admin transactions.
wallet-api will check the admin account on startup on the blockchain and init the database based on how many keys are found.
Admin can use flow-cli to add/remove weightless proposer keys to the admin account.
LRU strategy to pick a key for a transaction.
No capping/rejection. When transaction load becomes high in comparison to the key count, transaction failures due to wrong sequence numbers will show up.
The text was updated successfully, but these errors were encountered:
In order to be able to scale on Flow, wallet-api needs to support having multiple in-flight transactions. The suggestion here is to use extra proposer keys on the admin account and send each transaction with a different proposer key.
The first iteration of this plan is:
The text was updated successfully, but these errors were encountered: