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

v3.0.0 #14

Merged
merged 8 commits into from
Dec 26, 2023
Merged

v3.0.0 #14

merged 8 commits into from
Dec 26, 2023

Conversation

mpeyfuss
Copy link
Member

@mpeyfuss mpeyfuss commented Dec 19, 2023

Version 3.0.0 has a few breaking changes:

  • drops support for older solidity versions and only uses 0.8.20 and above
  • uses OpenZeppelin Contract v5.0.1
  • uses ERC-7201 namespaced storage layout for upgradeable contracts instead of gaps

In addition, there are some non-breaking changes:

  • follows TL code standards
  • moves custom errors into contracts instead of outside of the contracts
  • better code documentation

@mpeyfuss mpeyfuss marked this pull request as draft December 20, 2023 00:37
@mpeyfuss
Copy link
Member Author

Need to utilize ERC-2701 for upgradeable contracts to ensure compatibility with OZ upgradeable contracts.

@mpeyfuss mpeyfuss marked this pull request as ready for review December 20, 2023 01:18
@mpeyfuss mpeyfuss merged commit 82dddb5 into main Dec 26, 2023
1 check passed
@mpeyfuss mpeyfuss deleted the v3.0.0 branch December 26, 2023 20:18
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.

1 participant