Skip to content

Commit

Permalink
docs: add missing changeset (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Mar 5, 2024
1 parent 2b54f50 commit e34d117
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/lazy-chicken-happen.md
@@ -0,0 +1,7 @@
---
"@latticexyz/common": patch
---

Moved the transaction simulation step to just before sending the transaction in our transaction queue actions (`sendTransaction` and `writeContract`).

This helps avoid cascading transaction failures for deep queues or when a transaction succeeding depends on the value of the previous.

0 comments on commit e34d117

Please sign in to comment.