Skip to content

Commit

Permalink
Merge pull request #15 from datachainlab/bump-forge-std
Browse files Browse the repository at this point in the history
Bump forge-std to v1.8.2

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored May 22, 2024
2 parents e456b69 + 518b589 commit 7ebce6d
Show file tree
Hide file tree
Showing 52 changed files with 20 additions and 9,215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
on: [push, pull_request]
on: [pull_request]

env:
SOLC_VERSION: 0.8.20
Expand Down
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.1.1
2 changes: 1 addition & 1 deletion contracts/LCPClientBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ abstract contract LCPClientBase is ILightClient {
timestamp: consensusState.timestamp,
state_id: abi.encodePacked(consensusState.stateId)
})
),
),
true
);
}
Expand Down
1 change: 1 addition & 0 deletions lib/forge-std
Submodule forge-std added at 978ac6
89 changes: 0 additions & 89 deletions lib/forge-std/.github/workflows/ci.yml

This file was deleted.

4 changes: 0 additions & 4 deletions lib/forge-std/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions lib/forge-std/.gitmodules

This file was deleted.

203 changes: 0 additions & 203 deletions lib/forge-std/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions lib/forge-std/LICENSE-MIT

This file was deleted.

Loading

0 comments on commit 7ebce6d

Please sign in to comment.