-
Notifications
You must be signed in to change notification settings - Fork 65
Cadence 1.0 #739
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 #739
Conversation
replace pub(set) with access(all)
* destroy event handler * replace destroy with resource destroy event * fix contract name * format
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started leaving comments, but I think that the updates to the core contracts section need a lot more work. Maybe we should have a discussion about what we want that section of the docs site to look like, because I don't think it works very well right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these the auto-generated docs for MetadataViews
? They are out of date with the Cadence 1.0 versions of the standard. For example, Resolver
and ResolverCollection
have been moved to ViewResolver
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably should rework this whole section. Not sure why there are individual files for each view
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, these were autogenerated, I removed them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think this section should be deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were autogenerated and left after moving them around, I deleted them
Probably would be good for me to just go through the FT and NFT guides to update them to the correct code though |
@nialexsan Can you tag me when you've addressed all my comments that aren't about the nft and ft guides? Once you're done with those, I'll just make a branch based of your branch and just work on a complete overhaul of the guides for Cadence 1.0. Hoping to start early next week if possible |
@nialexsan have you been able to address my non-guide comments yet? I'd like to pull this branch down and work on the guide stuff soon |
@joshuahannan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is good to merge now. I'll make another branch to work off of for my additional changes to the guides
#531