Skip to content
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

eip1559FeeCollector #3522

Merged
merged 5 commits into from Oct 18, 2021
Merged

eip1559FeeCollector #3522

merged 5 commits into from Oct 18, 2021

Conversation

LukaszRozmej
Copy link
Member

@LukaszRozmej LukaszRozmej commented Oct 15, 2021

Changes:

closes #3521
eip1559FeeCollector for xdai London transition

Also refactored transition test to be concise.

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Testing

Requires testing

  • Yes
  • No

In case you checked yes, did you write tests??

  • Yes
  • No

Assert.AreEqual(false, underTest.IsEip3541Enabled);
Assert.AreEqual(false, underTest.IsEip3529Enabled);
Assert.AreEqual(false, underTest.IsEip3675Enabled);
void TestTransitions(long blockNumber, Action<ReleaseSpec> changes)
Copy link
Contributor

Choose a reason for hiding this comment

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

Wow !!!

@varasev
Copy link
Contributor

varasev commented Oct 18, 2021

I checked it locally. Please, merge it and please make a docker image to let us test it with OpenEthereum on xDai testnet.

@LukaszRozmej LukaszRozmej merged commit eac6a59 into master Oct 18, 2021
@LukaszRozmej LukaszRozmej deleted the eip1559FeeCollector branch October 18, 2021 18:37
marcindsobczak added a commit that referenced this pull request Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement eip1559FeeCollector and eip1559FeeCollectorTransition spec options
4 participants