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

v6 (major release): Use a newer Rust #49

Merged
merged 8 commits into from
Jan 3, 2024
Merged

Conversation

@andreibancioiu andreibancioiu self-assigned this Jan 2, 2024
@andreibancioiu andreibancioiu changed the title v6: Use newer Rust v6: Use a newer Rust Jan 2, 2024
@andreibancioiu andreibancioiu marked this pull request as ready for review January 3, 2024 09:24
@andreibancioiu andreibancioiu changed the title v6: Use a newer Rust v6 (major release): Use a newer Rust Jan 3, 2024
),
PreviousBuild(
name="a.4",
project_archive_url="https://github.com/multiversx/mx-reproducible-contract-build-example-sc/archive/refs/tags/v0.5.0-beta.0.zip",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For these tests, proper tags will be added at a later time.

"multisig-view": "290c9b3e374dffa33649ed46bd0b626c66f933eff9437f11f3559372d7538f85",
"lottery-esdt": "d4d4b6d2d797749435a4127a12d5ea16b911d6783e00cbc9faf4bace7d655c7a"
},
docker_image="sdk-rust-contract-builder:next"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For these tests, proper tags will be added at a later time.

@@ -63,7 +63,7 @@ def _is_source_code_file(path: Path) -> bool:
return True
if path.parent.name == "meta" and path.name == "Cargo.lock":
return False
if path.name in ["Cargo.toml", "Cargo.lock", "multicontract.toml", CONTRACT_CONFIG_FILENAME]:
if path.name in ["Cargo.toml", "Cargo.lock", "multicontract.toml", "sc-config.toml", CONTRACT_CONFIG_FILENAME]:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very important - we should apply this to LTS v5, as well.

@@ -9,7 +9,7 @@

def main(cli_args: List[str]):
repository_url = "https://github.com/multiversx/mx-reproducible-contract-build-example-sc"
tag = "0.4.7-beta.1"
tag = "0.5.0-beta.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For these tests, proper tags will be added at a later time.

@andreibancioiu andreibancioiu merged commit 75c2152 into main Jan 3, 2024
2 checks passed
@andreibancioiu andreibancioiu deleted the update-rust-2024-01-02 branch January 3, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants