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

fix(iota-e2e-tests): fixed framework update tests #3736

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

valeriyr
Copy link
Contributor

@valeriyr valeriyr commented Oct 29, 2024

Description of change

The mock version of iota-system package was updated.

Fixed a crash happens in case an advance epoch transaction is executed in the safe mode.

Links to any relevant issues

fixes #3712

@valeriyr valeriyr added the sc-platform Issues related to the Smart Contract Platform group. label Oct 29, 2024
@valeriyr valeriyr self-assigned this Oct 29, 2024
@valeriyr valeriyr force-pushed the sc-platform/issue-3712-fix-iota-e2e-tests-protocol branch from 15b0b9e to 5731bed Compare October 29, 2024 12:10
@valeriyr valeriyr marked this pull request as ready for review October 29, 2024 12:35
@valeriyr valeriyr requested review from a team as code owners October 29, 2024 12:35
Copy link
Contributor

@miker83z miker83z left a comment

Choose a reason for hiding this comment

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

Looks good! Glad you caught that bug!

crates/iota-core/src/authority.rs Outdated Show resolved Hide resolved
@miker83z miker83z requested a review from muXxer October 29, 2024 14:33
@valeriyr valeriyr merged commit d91f3d7 into develop Oct 30, 2024
36 of 41 checks passed
@valeriyr valeriyr deleted the sc-platform/issue-3712-fix-iota-e2e-tests-protocol branch October 30, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iota-e2e-tests/protocol] Fix protocol version tests after the changes to the IotaSystemState type
4 participants