-
Notifications
You must be signed in to change notification settings - Fork 158
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
[ZIP 227] Finalization should occur immediately, not at the next block boundary #958
Comments
This is a similar state-access-ordering issue to #957, and this comment from there applies:
|
Existing implementations in practice consider transactions within a block to act on the global state sequentially, and they perform consensus checks accordingly. (Pointed out by @str4d.)
The text was updated successfully, but these errors were encountered: