-
Notifications
You must be signed in to change notification settings - Fork 51
fix(core): Do not wait on notify_read_effects for transactions that may be reverted after the epoch ends #5147
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(core): Do not wait on notify_read_effects for transactions that may be reverted after the epoch ends #5147
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
…ay be reverted after the epoch ends
9d1df82
to
18bc738
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.
There was also a change in await_transaction_effects
on upstream, which doesn't exist yet in our version. Is this important as well?
The |
Description of change
Merge an upstream fix: MystenLabs/sui@bf79606
Do not wait on notify_read_effects for transactions that may be reverted after the epoch ends.
Links to any relevant issues
#4674
Type of change
Change checklist