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

Prefix CIP25/CIP36 types #276

Merged
merged 5 commits into from
Nov 14, 2023
Merged

Prefix CIP25/CIP36 types #276

merged 5 commits into from
Nov 14, 2023

Conversation

rooooooooob
Copy link
Contributor

Many CIP25/CIP36 types were pretty confusing when used from WASM as there was no module scoping so everything was put together in the same scope as chain/etc so things like "Delegation" were not obviously CIP36 for example.

We now prefix all types in both crates with CIP25/CIP36 to help with this.

Many CIP25/CIP36 types were pretty confusing when used from WASM as
there was no module scoping so everything was put together in the same
scope as chain/etc so things like "Delegation" were not obviously CIP36
for example.

We now prefix all types in both crates with CIP25/CIP36 to help with
this.
@gostkin gostkin force-pushed the cip25-cip36-prefixes branch from de9a5b4 to a7bcc71 Compare November 14, 2023 15:34
@gostkin gostkin merged commit 98e0383 into develop Nov 14, 2023
1 check passed
@rooooooooob rooooooooob deleted the cip25-cip36-prefixes branch July 18, 2024 18:12
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