-
Notifications
You must be signed in to change notification settings - Fork 871
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
Update reference tests to 12.4 #5899
Conversation
Update reference tests to 12.4 * Some in-memory storage changed to ConcurrentMap * exclude cancun from all EIP tests, EIP-4788 still in flux * Add new fields to ReferenceTestEnv, and re-order the reflected constructor for clarity and ease of development. Signed-off-by: Danno Ferrin <[email protected]>
|
@@ -97,33 +97,35 @@ | |||
*/ | |||
@JsonCreator | |||
public ReferenceTestEnv( | |||
@JsonProperty("beaconRoot") final String beaconRoot, | |||
@JsonProperty("blockHashes") final Map<String, String> blockHashes, | |||
@JsonProperty("ommers") final List<String> _ommers, |
Check notice
Code scanning / CodeQL
Useless parameter
@JsonProperty("parentGasLimit") final String parentGasLimit, | ||
@JsonProperty("parentGasUsed") final String parentGasUsed, | ||
@JsonProperty("parentTimestamp") final String parentTimestamp, | ||
@JsonProperty("parentUncleHash") final String _parentUncleHash) { |
Check notice
Code scanning / CodeQL
Useless parameter
Signed-off-by: Danno Ferrin <[email protected]>
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.
I don't know why I decided not to put a concurrenthashmap. anyway it's good for me
* Update reference tests to 12.4 Update reference tests to 12.4 * Some in-memory storage changed to ConcurrentMap * exclude cancun from all EIP tests, EIP-4788 still in flux * Add new fields to ReferenceTestEnv, and re-order the reflected constructor for clarity and ease of development. Signed-off-by: Danno Ferrin <[email protected]> * spotless Signed-off-by: Danno Ferrin <[email protected]> --------- Signed-off-by: Danno Ferrin <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Justin Florentine <[email protected]>
* Update reference tests to 12.4 Update reference tests to 12.4 * Some in-memory storage changed to ConcurrentMap * exclude cancun from all EIP tests, EIP-4788 still in flux * Add new fields to ReferenceTestEnv, and re-order the reflected constructor for clarity and ease of development. Signed-off-by: Danno Ferrin <[email protected]> * spotless Signed-off-by: Danno Ferrin <[email protected]> --------- Signed-off-by: Danno Ferrin <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
PR description
Update reference tests to 12.4
Fixed Issue(s)
includes speculative changes for #5898 concurrency issue.
services/kvstore/...
can be dropped out if there are other fixes, but transient failures result in blockchain and general state tests when removed