Skip to content

Commit

Permalink
migrate the move repository into the third_party directory (#2968)
Browse files Browse the repository at this point in the history
* migrate the move repository into the third_party directory

remove unused files

update the evm crate to 0.41.1

remove the Cargo.lock file in third_party directory

update the evm crate to 0.41.1

update the evm crate to 0.41.1

remove unused dep

add the missed files

cargo fmt

fix cargo clippy

remove the test file

remove test file

remove test file

* execlude the third_party directory
  • Loading branch information
steelgeek091 authored Nov 28, 2024
1 parent 8aaa5df commit 1b1ccd4
Show file tree
Hide file tree
Showing 5,554 changed files with 496,676 additions and 146 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/check_licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run SPDX-License-Identifier checks
run: |
find . -type f \( -name '*.rs' -o -name '*.sh' \) -exec sh -c '
find . -not -path "./third_party/*" -type f \( -name '*.rs' -o -name '*.sh' \) -exec sh -c '
for FILE do
if ! grep -q "SPDX-License-Identifier: Apache-2.0" "$FILE"; then
echo "ERROR: SPDX-License-Identifier is not Apache-2.0 in $FILE"
Expand Down
Loading

0 comments on commit 1b1ccd4

Please sign in to comment.