From fb8f9f49e0521c4a4d72f6866b918fb3f7794c78 Mon Sep 17 00:00:00 2001 From: Zero Ekkusu <94782988+ZeroEkkusu@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:56:31 +0100 Subject: [PATCH 1/2] chore: update storage-delta --- lib/storage-delta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage-delta b/lib/storage-delta index 936c4ba..117bf04 160000 --- a/lib/storage-delta +++ b/lib/storage-delta @@ -1 +1 @@ -Subproject commit 936c4ba2562b40a307876dc44b1100aa243cf929 +Subproject commit 117bf04f5c6be99c796e5483462d480bf949bc2c From 64e06e19d9976ea43f588f754d3a1da0d4ff2b0f Mon Sep 17 00:00:00 2001 From: gretzke Date: Thu, 18 Jan 2024 22:57:49 +0100 Subject: [PATCH 2/2] Don't try to update forge upon doc generation every time This line was originally added because doc generation was changed and it wasn't caught by pre-commit and incompatible docs were generated. However this issue is caught by CI workflows. As this line slows down commits significantly it's removed again. --- script/util/doc_gen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/util/doc_gen.sh b/script/util/doc_gen.sh index 97ed58c..15f35c5 100755 --- a/script/util/doc_gen.sh +++ b/script/util/doc_gen.sh @@ -1,6 +1,5 @@ #!/bin/bash -foundryup # generate docs forge doc -b -o docs/autogen