Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch 'master' into 'rc/v0.55' #1906

Merged
merged 23 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6757746
ManagedDecimal - ABI fix
andrei-marinica Dec 2, 2024
0756ffc
cargo fmt
andrei-marinica Dec 2, 2024
d7744c7
ManagedDecimal - rescale down bug fix
andrei-marinica Dec 2, 2024
bf4bf77
toolchain set to 1.82 temporarily
andrei-marinica Dec 2, 2024
35acf8d
Merge pull request #1889 from multiversx/mdec-fixes
andrei-marinica Dec 3, 2024
d05ba85
ping-pong - remove unnecessary proxy
BiancaIalangi Dec 3, 2024
a84f76c
ping-pong - rename proxy
BiancaIalangi Dec 3, 2024
5287409
Merge pull request #1892 from multiversx/proxy-cleanup
mihaicalinluca Dec 4, 2024
14e7da3
sc 0.54.6
andrei-marinica Dec 4, 2024
d4fc7d7
Cargo.lock update
andrei-marinica Dec 4, 2024
02b3e06
Merge pull request #1893 from multiversx/release-54-6
andrei-marinica Dec 4, 2024
582c4fb
yml - update mx-sc-actions
BiancaIalangi Dec 4, 2024
bd99209
replace with fixed version of mx-sc-actions
BiancaIalangi Dec 5, 2024
369f200
revert mx-scenario-go-version
BiancaIalangi Dec 5, 2024
5490225
fix prereq from interactors tests
BiancaIalangi Dec 5, 2024
dc2fc37
Merge pull request #1895 from multiversx/update-mx-actions
BiancaIalangi Dec 6, 2024
7bcfd88
fix - ignore when there is no feature flag for interactors
BiancaIalangi Dec 11, 2024
91feeb8
Merge branch 'master' into fix-interactor-test-command
BiancaIalangi Dec 11, 2024
ca051fc
yml - update actions
BiancaIalangi Dec 11, 2024
42df100
Merge pull request #1897 from multiversx/fix-interactor-test-command
BiancaIalangi Dec 13, 2024
f8f3163
fixed `home` dependency issue in sc-meta
andrei-marinica Dec 23, 2024
068e9b5
Merge pull request #1905 from multiversx/home-fix
andrei-marinica Dec 23, 2024
5454b26
Merge branch 'master' into 'rc/v0.55'
andrei-marinica Dec 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading