Skip to content

Commit

Permalink
Merge branch 'rc/v0.55' into call-value-spica
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Dec 23, 2024
2 parents 60e26b0 + ebdd8ee commit af6e5ff
Show file tree
Hide file tree
Showing 384 changed files with 1,027 additions and 1,197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
contracts:
name: Contracts (nightly)
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.1.1
with:
rust-toolchain: nightly-2024-05-22
path-to-sc-meta: framework/meta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@4ec1f927bd99ed90a816ded805daa75fd2040258
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@72dc7659e6945c8749d01ec28638843bae33437e
with:
rust-toolchain: stable
rust-toolchain: 1.82
path-to-sc-meta: framework/meta
mx-scenario-go-version: v3.0.0
coverage-args: --ignore-filename-regex='meta/src' --ignore-filename-regex='wasm-adapter' --ignore-filename-regex='benchmarks/' --ignore-filename-regex='tests/' --output ./coverage.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lldb-formatter-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
default: true
toolchain: stable
toolchain: 1.82

- name: Download vscode-lldb
uses: robinraju/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plotter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
toolchain: 1.82
target: wasm32-unknown-unknown

- name: Run plotter tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
default: true
toolchain: stable
toolchain: 1.82
target: wasm32-unknown-unknown

- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-test-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
default: true
toolchain: stable
toolchain: 1.82
target: wasm32-unknown-unknown

- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-test-released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
default: true
toolchain: stable
toolchain: 1.82
target: wasm32-unknown-unknown

- name: Install prerequisites
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ They are:
- `multiversx-sdk-dapp`


## [sc 0.54.6] - 2024-12-04
- `ManagedDecimal` bugfixes:
- ABI/proxy bugfix;
- Rescale bugfix.

## [sc 0.54.5] - 2024-11-28
- `ManagedVec` - deprecated `sort` and guarded it by the `alloc` feature, since it uses the allocator.
- `sc-meta`
Expand Down
Loading

0 comments on commit af6e5ff

Please sign in to comment.