-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersperf
Description
Description
we can cache token user slots per token
Line 112 in f68fecf
async fn account_override_for_token<P: Provider + Clone>( |
so we only need to detect them once and subsequent preparecalls can use the detected slot
Problem Statement
this will get rid of ~3 request per token
Implementation Hints
use a cache in the Chains
object
User story
remove latency
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersperf