From e34d117082475b801e07f331362f961c910069df Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 5 Mar 2024 12:08:20 +0000 Subject: [PATCH] docs: add missing changeset (#2374) --- .changeset/lazy-chicken-happen.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/lazy-chicken-happen.md diff --git a/.changeset/lazy-chicken-happen.md b/.changeset/lazy-chicken-happen.md new file mode 100644 index 0000000000..1929ec7175 --- /dev/null +++ b/.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.