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 IERC1155 Interface name #223

Merged
merged 1 commit into from
Nov 19, 2022
Merged

Conversation

emo-eth
Copy link
Contributor

@emo-eth emo-eth commented Nov 16, 2022

The interface in IERC1155.sol is named ERC1155, rather than IERC1155

Unfortunately this a breaking change; we could also include interface ERC1155 is IERC1155 {} for backwards compatibility?

@mds1
Copy link
Collaborator

mds1 commented Nov 16, 2022

Ah nice catch. @ZeroEkkusu we should probably merge this then tag as v1.2.0 since it's breaking, wdyt? I don't think we should keep ERC1155 for backwards compatibility, since this is a pretty new feature we should just fix it

@ZeroEkkusu
Copy link
Collaborator

ZeroEkkusu commented Nov 17, 2022

Yeah; let's merge the other PRs too, and release 1.2.0.

@ZeroEkkusu
Copy link
Collaborator

ZeroEkkusu commented Nov 17, 2022

Resolve #219, #224 as well.

@mds1 mds1 merged commit 3d17201 into foundry-rs:master Nov 19, 2022
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.

4 participants