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
By default the AlgorandClient will cache SuggestedParams. Given the short default validity window this can result in transactions being sent outside the lastValid if multiple transactions are sent within a short period of time.
Solution
If the algod the client is connecting to is in devmode don't cache the suggestedParams
Proposal
When the suggestedParams are retrieved for the first time, also check if the network is in devmode
Pros and Cons
This allows us to keep the suggestedParams in the txns themselves the same while fixing the problem for devmode.
Dependencies
N/A
The text was updated successfully, but these errors were encountered:
Problem
By default the AlgorandClient will cache SuggestedParams. Given the short default validity window this can result in transactions being sent outside the lastValid if multiple transactions are sent within a short period of time.
Solution
If the algod the client is connecting to is in devmode don't cache the suggestedParams
Proposal
When the suggestedParams are retrieved for the first time, also check if the network is in devmode
Pros and Cons
This allows us to keep the suggestedParams in the txns themselves the same while fixing the problem for devmode.
Dependencies
N/A
The text was updated successfully, but these errors were encountered: