-
Notifications
You must be signed in to change notification settings - Fork 18
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(node): Merge bug fix from upstream changes: event sending module relocation (#19672)
#4712
fix(node): Merge bug fix from upstream changes: event sending module relocation (#19672)
#4712
Conversation
Warning! this is a procotol-changing commit, do NOT merge yet. This needs to be planned into a protocol upgrade. |
crates/iota-protocol-config/src/snapshots/iota_protocol_config__test__version_1.snap
Outdated
Show resolved
Hide resolved
crates/iota-protocol-config/src/snapshots/iota_protocol_config__test__version_2.snap
Outdated
Show resolved
Hide resolved
@bingyanglin please also port the referenced regression tests from upstream |
Thanks for the warning. I put it in the description. |
You can target the #4741 feature branch |
7bb749b
to
5204617
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug fix pull looks good! The tests errors are related to the new protocol upgrade, idk if it is worth to solve those in this branch or in the core-protocol/procotol-version-3
one when all the other related PRs are merged.
Thanks. Yeah I guess it would be easier to generate the new |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request has been deployed to Vercel. Latest commit: 39c1b71 |
This pull request has been deployed to Vercel. Latest commit: 39c1b71 ✅ Preview: https://rebased-explorer-jayhim66h-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 39c1b71 ✅ Preview: https://wallet-dashboard-1rwa8zvt1-iota1.vercel.app |
71d8593
into
core-protocol/procotol-version-3
Description of change
Merge the bug fixing PR from upstream: core: event sending module relocation (#19672) · MystenLabs/sui@59f115b
Links to any relevant issues
Fixes #4668
Type of change
Choose a type of change, and delete any options that are not relevant.
How the change has been tested
Build and run the node from source, and sync with other nodes by following the guide and execute
Also ran
scripts/generate_files/update_generated_files.sh
.Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.