Skip to content

Commit

Permalink
Merge pull request #796 from multiversx/reproducible-v2.5.2-governanc…
Browse files Browse the repository at this point in the history
…e-merkle-tree

[Reproduce previous build] v2.5.2-governance-merkle-tree
  • Loading branch information
ovidiuolteanu authored Jan 15, 2024
2 parents 6e2d745 + df9bc9e commit ae6a9cf
Show file tree
Hide file tree
Showing 30 changed files with 2,325 additions and 33 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].4
with:
image_tag: v4.1.4
image_tag: v4.2.1
package_whole_project_src: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v4.1.4
image_tag: v4.2.0
attach_to_existing_release: 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/
**/output/
# 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
Loading

0 comments on commit ae6a9cf

Please sign in to comment.