-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Integration test] v0.8.0-rc6 non-determinism (mainnet) #1595
Comments
The presence of |
@OlivierBBB |
For the range
Also, for the @OlivierBBB It looks like the refund counter has gone negative? |
Here is a wider snapshot of the affected area in
|
@DavePearce Is this the end of the trace ? Or somewhere in the middle ? |
@DavePearce Yes, it looks like the REFUND_COUNTER is at fault ... |
I make this calculation:
So, constraints fails because BUT: I think that |
@OlivierBBB Its at row 283 out of 384 rows. So, towards the end. |
besu node started with --Xevm-worldstate-update-mode=JOURNALED I update the start entry to test, it would mean the previous fix was not enough. |
I think that fixed this issue. Type 1
Type 2
I am still checking the other ranges. |
Fixed by hyperledger/besu#7758 |
version:
v0.8.0-rc6
network: mainnet
besu node: devnet
besu_load_florian_1 (private IP: 10.40.41.87)
lt files: https://drive.google.com/file/d/1hUHoWgK2meVaAVPea4wrPafevNjEiuLr/view?usp=drive_link
Problem
besu_load_florian_1 (private IP: 10.40.41.87)
shows non-determinism for the ranges listed below.Related Issues
--Xevm-worldstate-update-mode=JOURNALED
should not beJOURNALED
. (--Xevm-worldstate-update-mode=JOURNALED interfers with tracing linea-besu#47)Constraints Errors
Type 1.1
txndata.cumulative-gas---update-at-transaction-threshold
<prelude>.loginfo-into-hub
txndata.setting-refund-effective
Type 1.2
txndata.cumulative-gas---update-at-transaction-threshold
txndata.setting-refund-effective
Note: No
<prelude>.loginfo-into-hub
error in this range.Type 2
txndata.setting-refund-effective
The text was updated successfully, but these errors were encountered: