-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into prune-state-manager
- Loading branch information
Showing
451 changed files
with
5,585 additions
and
5,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,6 @@ jobs: | |
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install solc | ||
run: | | ||
sudo apt update | ||
sudo add-apt-repository ppa:ethereum/ethereum | ||
sudo apt-get update | ||
sudo apt-get install solc | ||
- name: Get dependencies | ||
run: | | ||
make wasm | ||
|
@@ -51,13 +44,6 @@ jobs: | |
with: | ||
go-version: "1.20" | ||
|
||
- name: Install solc | ||
run: | | ||
sudo apt update | ||
sudo add-apt-repository ppa:ethereum/ethereum | ||
sudo apt-get update | ||
sudo apt-get install solc | ||
- name: install rust-toolchain | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
@@ -87,7 +73,6 @@ jobs: | |
env: | ||
TEST_LANG: ${{matrix.TEST_LANG}} | ||
run: | | ||
make compile-solidity | ||
cd contracts/wasm | ||
if [ $TEST_LANG == "go" ]; then | ||
go test ./... | ||
|
@@ -107,15 +92,6 @@ jobs: | |
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install solc | ||
run: | | ||
sudo apt update | ||
sudo add-apt-repository ppa:ethereum/ethereum | ||
sudo apt-get update | ||
sudo apt-get install solc | ||
- name: Compile solidity contracts | ||
run: make compile-solidity | ||
|
||
# - name: Generate SC files | ||
# run: | | ||
# cd contracts/wasm/scripts | ||
|
@@ -132,13 +108,13 @@ jobs: | |
uses: golangci/golangci-lint-action@v3 | ||
with: | ||
version: v1.53.2 | ||
args: --timeout 10m0s | ||
args: --timeout 15m0s | ||
skip-pkg-cache: true | ||
|
||
- name: Run golangci-lint on wasp-cli | ||
uses: golangci/golangci-lint-action@v3 | ||
with: | ||
working-directory: tools/wasp-cli | ||
version: v1.53.2 | ||
args: --timeout 10m0s | ||
args: --timeout 15m0s | ||
skip-pkg-cache: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.