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

Fix the limit for TX pool contract creation size #1345

Merged
merged 4 commits into from
Mar 30, 2023

Conversation

vcastellm
Copy link
Contributor

Description

The limit should be double the size of contract code size.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)

Checklist

  • I have assigned this PR to myself
  • I have added at least 1 reviewer
  • I have added the relevant labels
  • I have updated the official documentation
  • I have added sufficient documentation in code

Testing

  • I have tested this code with the official test suite
  • I have tested this code manually

The limit should be double the size of contract code size.
@vcastellm vcastellm requested a review from a team March 29, 2023 13:41
@vcastellm vcastellm self-assigned this Mar 29, 2023
@vcastellm vcastellm added bug fix Functionality that fixes a bug hotfix Major bug fix that should be merged ASAP labels Mar 29, 2023
@vcastellm vcastellm marked this pull request as ready for review March 29, 2023 13:41
Victor Castell added 2 commits March 29, 2023 16:08
txpool/txpool_test.go Outdated Show resolved Hide resolved
Copy link

@pano-skylakis pano-skylakis left a comment

Choose a reason for hiding this comment

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

Thanks! 👍

Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com>
@vcastellm vcastellm merged commit 879cdf5 into develop Mar 30, 2023
@vcastellm vcastellm deleted the EVM-564-fix-contract-deployment-size-limit branch March 30, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Functionality that fixes a bug hotfix Major bug fix that should be merged ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants