Skip to content

Commit 7ebce6d

Browse files
authored
Merge pull request #15 from datachainlab/bump-forge-std
Bump forge-std to v1.8.2 Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
2 parents e456b69 + 518b589 commit 7ebce6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+20
-9215
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
env:
55
SOLC_VERSION: 0.8.20

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "lib/forge-std"]
22
path = lib/forge-std
33
url = https://github.com/foundry-rs/forge-std
4-
branch = v1.1.1

contracts/LCPClientBase.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ abstract contract LCPClientBase is ILightClient {
264264
timestamp: consensusState.timestamp,
265265
state_id: abi.encodePacked(consensusState.stateId)
266266
})
267-
),
267+
),
268268
true
269269
);
270270
}

lib/forge-std

Submodule forge-std added at 978ac6f

lib/forge-std/.github/workflows/ci.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

lib/forge-std/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

lib/forge-std/.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/forge-std/LICENSE-APACHE

Lines changed: 0 additions & 203 deletions
This file was deleted.

lib/forge-std/LICENSE-MIT

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)