algorandfoundation / algokit-utils-ts

MIT License
19 stars 8 forks source link

Default validity window is too short for LocalNet in 6.1 #301

Closed robdmoore closed 4 months ago

robdmoore commented 4 months ago

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.

robdmoore commented 4 months ago

Present in 6.1.1-beta.1 and will be released as 6.1.1 later today.