Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[MINOR] Suicides mixing coinbase #110

Merged

Conversation

smatthewenglish
Copy link
Contributor

No description provided.

@smatthewenglish smatthewenglish added the work in progress Work on this pull request is ongoing label Oct 19, 2018
@smatthewenglish smatthewenglish changed the title [MINOR] Suicides mixing coinbase [MINOR] Suicides mixing coinbase, inter alia Oct 19, 2018
@smatthewenglish smatthewenglish removed the work in progress Work on this pull request is ongoing label Oct 19, 2018
@smatthewenglish smatthewenglish changed the title [MINOR] Suicides mixing coinbase, inter alia [MINOR] Suicides mixing coinbase Oct 19, 2018
Copy link
Contributor

@ajsutton ajsutton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@@ -79,24 +79,6 @@ private static TransactionProcessor transactionProcessor(final String name) {
if (EIPS_TO_RUN.isEmpty()) {
params.blacklistAll();
}
// Known incorrect test.
params.blacklist("RevertPrecompiledTouch-(EIP158|Byzantium)");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one really is a known bad test and ignored in other clients too. Probably shouldn't be enabled.

// Gas integer value is too large to construct a valid transaction.
params.blacklist("OverflowGasRequire");
// Consumes a huge amount of memory
params.blacklist("static_Call1MB1024Calldepth-(Byzantium|Constantinople)");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one definitely shouldn't be enabled - it passes, but uses huge amounts of memory which causes problems with the docker setup in CI.

@smatthewenglish smatthewenglish merged commit 2ae74e2 into PegaSysEng:master Oct 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants