Skip to content

Commit

Permalink
Merge branch 'main' into launchpad-guaranteed-tickets-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut authored Jul 15, 2024
2 parents 19a9455 + 5b40722 commit a197582
Show file tree
Hide file tree
Showing 57 changed files with 1,258 additions and 1,867 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +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-26
sc-meta-version: 0.41.1
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 a197582

Please sign in to comment.