Skip to content

Commit

Permalink
feat: update to zkVM v1.5.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored May 9, 2024
1 parent d5e807d commit 757fdc9
Show file tree
Hide file tree
Showing 120 changed files with 5,603 additions and 2,051 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 # v1.5.5
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
18 changes: 10 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@
# These are backup files generated by rustfmt
**/*.rs.bk

# MacOS
/**/.DS_Store

# IDE
/.idea/
/.vscode/

# The LLVM framework source
/llvm/

# External compilers
/solc-bin*/*
/vyper-bin/*

# The debug and trace artifacts
# The debug, trace, benchmark artifacts
/debug/
/trace/
/**/*.json
/**/*.txt

# The dependency locks
# /Cargo.lock
# /LLVM.lock

# IDE
/.idea/
/.vscode/

# MacOS
/**/.DS_Store
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "tests"]
path = tests
url = https://github.com/matter-labs/era-compiler-tests
branch = main
branch = v1.5.0
[submodule "solidity"]
path = solidity
url = https://github.com/ethereum/solidity
branch = develop
[submodule "era-contracts"]
path = era-contracts
url = https://github.com/matter-labs/era-contracts
branch = main
branch = evm-equivalence-yul
Loading

0 comments on commit 757fdc9

Please sign in to comment.