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

bump ens-contracts to v1.1.4 #14

Merged
merged 1 commit into from
Mar 26, 2024
Merged

bump ens-contracts to v1.1.4 #14

merged 1 commit into from
Mar 26, 2024

Conversation

mattsu6666
Copy link
Member

There is no implementational difference due to this version bump.

I checked that there are no changes in the following three sol files.

  • BytesUtils.sol
  • RSAVerify.sol
  • ModexpPrecompile.sol

Checking steps:

npm pack @ensdomains/[email protected]
npm pack @ensdomains/[email protected]
mkdir ensdomains-ens-contracts-0.0.22 ensdomains-ens-contracts-1.1.4
tar -xzf ensdomains-ens-contracts-0.0.22.tgz -C ensdomains-ens-contracts-0.0.22
tar -xzf ensdomains-ens-contracts-1.1.4.tgz -C ensdomains-ens-contracts-1.1.4
diff -qr --exclude=artifacts ensdomains-ens-contracts-0.0.22 ensdomains-ens-contracts-1.1.4 | grep -e BytesUtils -e RSAVerify -e ModexpPrecompile

Signed-off-by: Koji Matsumiya <[email protected]>
@mattsu6666 mattsu6666 marked this pull request as ready for review March 26, 2024 04:55
@mattsu6666 mattsu6666 requested a review from bluele March 26, 2024 04:55
Copy link
Member

@bluele bluele left a comment

Choose a reason for hiding this comment

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

@mattsu6666 LGTM. Thanks👍

@bluele bluele merged commit e456b69 into main Mar 26, 2024
2 checks passed
@bluele bluele deleted the bump-ens-contracts-1.1.4 branch March 26, 2024 08:26
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.

2 participants