Skip to content

Commit

Permalink
Merge branch 'feat/v3.5' into update-test
Browse files Browse the repository at this point in the history
  • Loading branch information
evelinemolnar authored Nov 4, 2024
2 parents 0de450c + 7b7974a commit bf240a7
Show file tree
Hide file tree
Showing 148 changed files with 12,287 additions and 2,582 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.2.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: stable
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.2.0
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1
with:
image_tag: v7.0.0
image_tag: v8.0.1
attach_to_existing_release: true
42 changes: 37 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,44 @@
# Generated by Cargo
# will have compiled files and executables
/target/
**/target/**

# Remove Cargo.lock from the framework, but not from the wasm contracts.
# In contracts it helps with tracing builds.
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# The root Cargo.lock is kept for dependabot.
contracts/**/Cargo.lock
!contracts/**/wasm*/Cargo.lock
contracts/**/output*/
data/**/Cargo.lock
framework/**/Cargo.lock
sdk/**/Cargo.lock
tools/**/Cargo.lock
vm/**/Cargo.lock



# Coverage outputs
*.profraw
*.profdata
*.coverage
coverage.md

# These are backup files generated by rustfmt
**/*.rs.bk

# Local testnet files
**/deploy-testnet.interaction.json
# Editors config
.vscode
.zed
.idea

tags

# MultiversX IDE
**/node_modules
**/output/**
**/testnet/**
**/mxpy.data-storage.json
**/testnet/
**/deploy-child-sc-spam.json
**/*.interaction.json

# Python scripts
**/__pycache__/**
Loading

0 comments on commit bf240a7

Please sign in to comment.