After releasing 6.1, some of the underlying methods now use AlgorandClient, which has a default validity window for transactions of 10. This is different to the old behaviour of using the suggested params, which sets it to 1000 rounds.
This causes dead transaction errors when issuing more than 10 transactions against LocalNet running in dev mode.
After releasing 6.1, some of the underlying methods now use
AlgorandClient
, which has a default validity window for transactions of 10. This is different to the old behaviour of using the suggested params, which sets it to 1000 rounds.This causes dead transaction errors when issuing more than 10 transactions against LocalNet running in dev mode.
Reported by @pbennett on Discord.