From 45192ffb16504b1564027a3e58c418e5975b99a5 Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Tue, 16 Jan 2024 17:45:28 +0000 Subject: [PATCH] chores --- .changeset/spotty-balloons-itch.md | 5 +++++ packages/world/gas-report.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/spotty-balloons-itch.md diff --git a/.changeset/spotty-balloons-itch.md b/.changeset/spotty-balloons-itch.md new file mode 100644 index 0000000000..bc704d667c --- /dev/null +++ b/.changeset/spotty-balloons-itch.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/store": patch +--- + +Refactored some Store functions to use a right bit mask instead of left. diff --git a/packages/world/gas-report.json b/packages/world/gas-report.json index 86b7238a16..0c6ae7a527 100644 --- a/packages/world/gas-report.json +++ b/packages/world/gas-report.json @@ -57,13 +57,13 @@ "file": "test/Factories.t.sol", "test": "testCreate2Factory", "name": "deploy contract via Create2", - "gasUsed": 4647128 + "gasUsed": 4646328 }, { "file": "test/Factories.t.sol", "test": "testWorldFactory", "name": "deploy world via WorldFactory", - "gasUsed": 11932753 + "gasUsed": 11931800 }, { "file": "test/World.t.sol",