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

cadence 1.0: conform to latest capabilities apis #196

Open
wants to merge 2 commits into
base: cadence-1.0
Choose a base branch
from

Conversation

dryruner
Copy link

Hey @jacob-tucker please check here: https://forum.flow.com/t/update-on-cadence-1-0/5197, the change to make FLOAT.cdc compilable without errors.

Copy link

vercel bot commented May 11, 2024

@dryruner is attempting to deploy a commit to the Emerald DAO Team on Vercel.

A member of the Team first needs to authorize it.

@@ -442,7 +441,7 @@ access(all) contract FLOAT: NonFungibleToken, ViewResolver {
// A function every verifier must implement.
// Will have `assert`s in it to make sure
// the user fits some criteria.
access(account) fun verify(_ params: {String: AnyStruct})
access(all) fun verify(_ params: {String: AnyStruct})
Copy link
Author

Choose a reason for hiding this comment

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

@jacob-tucker is it the correct auth change here? Why was it made account-access previously?

@dryruner
Copy link
Author

  • 0f53da1: make ownedIdsFromEvent a view function

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