Skip to content

Commit

Permalink
Merge pull request #77 from multiversx/upgrade-0.51.1
Browse files Browse the repository at this point in the history
upgrade 0.51.1
  • Loading branch information
dorin-iancu authored Jul 12, 2024
2 parents a03e15a + cc2e957 commit 5b40722
Show file tree
Hide file tree
Showing 57 changed files with 1,258 additions and 1,865 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ on:

permissions:
checks: write
contents: read
pull-requests: write

jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.5
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.2.0
with:
rust-toolchain: nightly-2023-05-27
vmtools-version: v1.4.60
rust-toolchain: stable
enable-contracts-size-report: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
14 changes: 14 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: On pull request, build contracts

on:
pull_request:

permissions:
contents: write

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v7.0.0
package_whole_project_src: true
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: On release build and attach artifacts
name: On release, build contracts

on:
release:
Expand All @@ -9,7 +9,8 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.3.5
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.2.0
with:
image_tag: v5.5.0
image_tag: v7.0.0
attach_to_existing_release: true
package_whole_project_src: true
Loading

0 comments on commit 5b40722

Please sign in to comment.