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

refactor(contracts): Standardize WZETA contract version #127

Merged
merged 2 commits into from
May 9, 2024

Conversation

lukema95
Copy link
Collaborator

@lukema95 lukema95 commented May 6, 2024

In order to unify the contract versions, so that external projects can make the code more concise when relying on the contract of the project, the version of the WZETA.sol contract was changed to use the 0.8.7 version syntax.
Relevant issue: #128

@lukema95 lukema95 requested review from andresaiello, lucas-janon, fadeev and a team as code owners May 6, 2024 07:11
@fadeev
Copy link
Member

fadeev commented May 6, 2024

We actually have WZETA in protocol contracts. Ideally, we don't have duplicate versions of the same contract.

@andresaiello would it be possible to update WZETA in protocol contracts to 0.8.7?

@andresaiello
Copy link
Collaborator

We actually have WZETA in protocol contracts. Ideally, we don't have duplicate versions of the same contract.

@andresaiello would it be possible to update WZETA in protocol contracts to 0.8.7?

the reason why we use that version on protocol is to have the same bytecode as ethereum WETH. it's some kind of guarantee. But I'm pro having an updated version on examples and other stuff

@fadeev fadeev merged commit bdbf1da into zeta-chain:main May 9, 2024
5 checks passed
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.

3 participants