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
In #2376, chain_id was added as a setter. This was a cheap but effective cache to avoid constant lookups during txn building, as simple_cache is not currently async.
There was a discussion about adding some validation, but it may have been an accident that @dbfreem removed it in his subsequent commits in #2432 (as I didn't see any comments about it in that PR). To me, it seems better to have this, even if temporary in a v6.0 branch, and improve upon it later (or become obsoleted by an async version of simple_cache)
The text was updated successfully, but these errors were encountered:
In #2376,
chain_id
was added as a setter. This was a cheap but effective cache to avoid constant lookups during txn building, assimple_cache
is not currently async.There was a discussion about adding some validation, but it may have been an accident that @dbfreem removed it in his subsequent commits in #2432 (as I didn't see any comments about it in that PR). To me, it seems better to have this, even if temporary in a v6.0 branch, and improve upon it later (or become obsoleted by an async version of simple_cache)
The text was updated successfully, but these errors were encountered: