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

master -> 0.55 #1879

Merged
merged 71 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
5f7d24f
gen snippets - remove empty lines
BiancaIalangi Nov 13, 2024
bc81c9d
gen snippets - format config.rs
BiancaIalangi Nov 13, 2024
8a490c0
gen snippets - remove extra lines
BiancaIalangi Nov 13, 2024
8f19c8e
Merge branch 'master' into remove-lines-snippets
BiancaIalangi Nov 13, 2024
653cd8a
generate lib and main files, support for custom tests folder
mihaicalinluca Nov 13, 2024
a3d27cc
fmt + clippy
mihaicalinluca Nov 13, 2024
bb5198e
public functions
mihaicalinluca Nov 13, 2024
c67c70b
interactor syntax fix
mihaicalinluca Nov 14, 2024
46e9cdb
tests folder and files gen
mihaicalinluca Nov 14, 2024
cda404f
clippy
mihaicalinluca Nov 14, 2024
e65ce6a
ignore real blockchain test, run on demand
mihaicalinluca Nov 14, 2024
8be7663
Merge branch 'master' into remove-lines-snippets
mihaicalinluca Nov 14, 2024
dee1053
feature for blockchain interactor tests
mihaicalinluca Nov 14, 2024
4cbc0b7
comments
mihaicalinluca Nov 15, 2024
8758061
Merge pull request #1856 from multiversx/remove-lines-snippets
BiancaIalangi Nov 15, 2024
317f8df
ManagedVecItem impl for MultiValue2 and MultiValue3
andrei-marinica Nov 15, 2024
570a0cf
test conversions MultiValueEncodedCounted <-> MultiValueManagedVecCou…
andrei-marinica Nov 15, 2024
230a5cd
MultiValueX - TopDecodeMultiLength impl fix
andrei-marinica Nov 15, 2024
e4d4ff9
fmt
andrei-marinica Nov 15, 2024
a53d908
clippy fix
andrei-marinica Nov 15, 2024
2748192
Merge pull request #1863 from multiversx/multi-value-mvi
andrei-marinica Nov 15, 2024
7aefb5b
sc 0.54.2, codec 0.21.1, chain 0.11.1, sdk 0.7.1
andrei-marinica Nov 15, 2024
fa9b34a
Cargo.lock update
andrei-marinica Nov 15, 2024
408cceb
Merge pull request #1864 from multiversx/release-54-2
andrei-marinica Nov 15, 2024
7962c9a
token mappers migration part 1
mihaicalinluca Nov 18, 2024
36fcde5
token mapper migration part 2, removed StorageTokenWrapper trait
mihaicalinluca Nov 18, 2024
09767a4
substitution preprocessor - storage mapper from address fix
andrei-marinica Nov 18, 2024
fd86e74
Merge pull request #1866 from multiversx/subst-mapper-fix
andrei-marinica Nov 18, 2024
6db55f8
Merge branch 'master' into token-mappers-read-from-address
mihaicalinluca Nov 18, 2024
f96cf65
moved get_balance to currentStorage
mihaicalinluca Nov 18, 2024
deee461
removed real blockchain tests feature from snippets gen
mihaicalinluca Nov 18, 2024
8cc43c5
Merge pull request #1865 from multiversx/token-mappers-read-from-address
mihaicalinluca Nov 18, 2024
1523b1f
Merge branch 'master' into snippets-feature
mihaicalinluca Nov 18, 2024
5a6fc63
Merge pull request #1867 from multiversx/snippets-feature
mihaicalinluca Nov 18, 2024
f58ab4f
sc 0.54.3
BiancaIalangi Nov 18, 2024
e736100
Cargo.lock update
BiancaIalangi Nov 18, 2024
a7dd92b
Merge pull request #1868 from multiversx/release-54-3
BiancaIalangi Nov 18, 2024
12b15bb
implementation & test
alyn509 Nov 22, 2024
f318d4b
test fix
alyn509 Nov 22, 2024
7afe723
Merge branch 'master' into lldb-formatter-in-sc-meta
alyn509 Nov 22, 2024
a6ee1d3
sc-meta template & install crash fix
andrei-marinica Nov 22, 2024
04c6924
clippy
alyn509 Nov 22, 2024
896c3c6
fix lldb command install
alyn509 Nov 22, 2024
3d5d3bc
Merge pull request #1871 from multiversx/sc-meta-tokio-fix
andrei-marinica Nov 22, 2024
18d09a1
clippy 2
alyn509 Nov 22, 2024
3d88dff
Merge branch 'master' into lldb-formatter-in-sc-meta
alyn509 Nov 22, 2024
41250bd
async fixes
alyn509 Nov 22, 2024
a593c94
don't force clear lldb.launch.initCommands
alyn509 Nov 22, 2024
d5466d6
preetify settings.json
alyn509 Nov 22, 2024
de4b046
Merge pull request #1870 from multiversx/lldb-formatter-in-sc-meta
alyn509 Nov 22, 2024
5fd8db4
deprecated TypeAbi derive
andrei-marinica Nov 22, 2024
a52669a
replaced derive TypeAbi in contracts
andrei-marinica Nov 22, 2024
404eea6
type_abi attribute emits warning if no derive below
andrei-marinica Nov 22, 2024
e417051
proxies re-generated
andrei-marinica Nov 22, 2024
c4c0a53
proxies re-generated
andrei-marinica Nov 22, 2024
01e0893
Merge pull request #1872 from multiversx/deprecate-type-abi-derive
andrei-marinica Nov 22, 2024
6c80ff2
sc 0.54.4
andrei-marinica Nov 22, 2024
dfc22b1
Cargo.lock update
andrei-marinica Nov 22, 2024
e75f060
Merge pull request #1873 from multiversx/release-54-4
andrei-marinica Nov 22, 2024
22929c7
sc-meta - fixed bad version display
andrei-marinica Nov 23, 2024
ce071c9
sc-meta - version history fix
andrei-marinica Nov 23, 2024
41f62c6
test fix
andrei-marinica Nov 23, 2024
6d908ab
semver tuple rust-analyzer fix
andrei-marinica Nov 23, 2024
13d37a3
Merge pull request #1874 from multiversx/version-fix
andrei-marinica Nov 25, 2024
5d9af67
interactor - missing code metadata fix
andrei-marinica Nov 26, 2024
7008dec
interactor - deploy default upgradeable
andrei-marinica Nov 26, 2024
a3274a5
Merge branch 'master' into interactor-code-metadata-fix
andrei-marinica Nov 26, 2024
3efbbe3
Merge pull request #1876 from multiversx/interactor-code-metadata-fix
andrei-marinica Nov 26, 2024
595b829
deprecating sort due to alloc
alyn509 Nov 27, 2024
b41361a
Merge pull request #1878 from multiversx/deprecate-sort
alyn509 Nov 27, 2024
a37d26f
Merge branch 'rc/v0.55' into merge-master
BiancaIalangi Nov 27, 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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ coverage.md
my-vm-tests.sh
quick.sh
template-test
install-debugger-test

# Zip output with example wasm binaries
examples-wasm.zip
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ They are:
- `multiversx-sdk-http`
- `multiversx-sdk-dapp`

## [sc 0.54.4] - 2024-11-22
- `sc-meta`
- `install debugger` CLI that prepares VSCode extension for debugging;
- fixed a crash involving templates and installers.
- Deprecated `#[derive(TypeAbi)]` and added an additional warning in the macro.

## [sc 0.54.3] - 2024-11-18
- `#[storage_mapper_from_address]` fixes for: `FungibleTokenMapper`, `NonFungibleTokenMapper`, `TokenAttributesMapper`, `UniqueIdMapper`, `UserMapper`, `AddressToIdMapper`.

## [sc 0.54.2, codec 0.21.1, chain 0.11.1, sdk 0.7.1] - 2024-11-15
- Codec improvements:
- `MultiValueX` - `TopDecodeMultiLength` implementation fix;
- `ManagedVecItem` implented for MultiValue2 and MultiValue3.
- `sc-meta snippets` improvements.

## [sc 0.54.1] - 2024-11-13
- `sc-meta` `cs` - ChainSimulator CLI, which provides handy functionality to:
- install the chain simulator image in Docker;
Expand Down
92 changes: 51 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chain/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-chain-core"
version = "0.11.0"
version = "0.11.1"
edition = "2021"

authors = [
Expand All @@ -20,6 +20,6 @@ categories = ["cryptography::cryptocurrencies", "development-tools::debugging"]
bitflags = "=2.6.0"

[dependencies.multiversx-sc-codec]
version = "=0.21.0"
version = "=0.21.1"
path = "../../data/codec"
features = ["derive"]
4 changes: 2 additions & 2 deletions chain/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-chain-vm"
version = "0.11.0"
version = "0.11.1"
edition = "2021"

authors = [
Expand Down Expand Up @@ -35,7 +35,7 @@ rand_seeder = "0.3.0"
ed25519-dalek = "2.1.0"

[dependencies.multiversx-chain-core]
version = "=0.11.0"
version = "=0.11.1"
path = "../core"

[dependencies.multiversx-chain-vm-executor]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/large-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/large_storage.rs"

[dependencies.multiversx-sc]
version = "0.54.1"
version = "0.54.4"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.1"
version = "0.54.4"
path = "../../../framework/scenario"
Loading
Loading