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

Extract a clearer IERC1155Factory interface #128

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

awrichar
Copy link
Contributor

@awrichar awrichar commented Jun 20, 2023

Split the concept of a "pool factory" (which encompasses a single method and a single event) away from all of the other opinionated spellings in the IERC1155MixedFungible interface.

The parameters of the TokenPoolCreation event have also been altered, but both the old and new parameters will be parsed by the listener.

This also removes some remaining reliance on "instancePath", which is now deprecated and generally not set ("contractAddress" is favored instead).

@awrichar awrichar changed the base branch from factory to main June 20, 2023 20:16
@awrichar awrichar force-pushed the factory branch 7 times, most recently from 3b2e847 to b5ca47f Compare June 21, 2023 14:13
Copy link
Member

@shorsher shorsher left a comment

Choose a reason for hiding this comment

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

LGTM

Split the concept of a "pool factory" (which encompasses a single method and
a single event) away from all of the other opinionated spellings in the
IERC1155MixedFungible interface.

The parameters of the TokenPoolCreation event have also been altered, but
both the old and new parameters will be parsed by the listener.

This also removes some remaining reliance on "instancePath", which is now
deprecated and generally not set ("contractAddress" is favored instead).

Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
@awrichar awrichar merged commit 30cde46 into hyperledger:main Jun 21, 2023
3 checks passed
@awrichar awrichar deleted the factory branch June 21, 2023 14:29
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.

None yet

2 participants