From d02efd80292db1c671fca5261560fdf525871475 Mon Sep 17 00:00:00 2001 From: alvarius Date: Wed, 3 Apr 2024 15:17:35 +0200 Subject: [PATCH] chore: changeset for `callWithSignature` (#2601) Co-authored-by: Fraser Scott --- .changeset/wild-coats-joke.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/wild-coats-joke.md diff --git a/.changeset/wild-coats-joke.md b/.changeset/wild-coats-joke.md new file mode 100644 index 0000000000..24404467cb --- /dev/null +++ b/.changeset/wild-coats-joke.md @@ -0,0 +1,9 @@ +--- +"@latticexyz/cli": patch +"@latticexyz/world-modules": patch +"@latticexyz/world": patch +--- + +Replaced the `Unstable_DelegationWithSignatureModule` preview module with a more generalized `Unstable_CallWithSignatureModule` that allows making arbitrary calls (similar to `callFrom`). + +This module is still marked as `Unstable`, because it will be removed and included in the default `World` deployment once it is audited.