Skip to content

Commit

Permalink
Merge pull request #167 from multiversx/feat/v3
Browse files Browse the repository at this point in the history
Feat/v3
  • Loading branch information
iulianpascalau authored Nov 14, 2024
2 parents 1909bcb + afebbbd commit 13782bd
Show file tree
Hide file tree
Showing 196 changed files with 22,653 additions and 1,650 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- main
- feat/*
pull_request:
branches: [ main ]
branches:
- main
- feat/*

permissions:
checks: write
Expand All @@ -14,9 +17,8 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: nightly-2023-04-24
vmtools-version: v1.4.60
rust-toolchain: stable
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.2.6
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1
with:
image_tag: v4.1.4
image_tag: v8.0.1
attach_to_existing_release: true
skip_preliminary_checks: true
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
!**/wasm*/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 13782bd

Please sign in to comment.