-
Notifications
You must be signed in to change notification settings - Fork 23
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
FLIP 55: Fungible Token Standard Version 2 #55
Conversation
We're having another working group meeting on Nov 7th to discuss the token standard improvements! We're hoping to finalize most of the changes so we can more confidently say what will be part of the release. You can see the event on the Flow public event calendar. |
In the most recent smart contract design calls, we made some modifications to the standard proposal:
We also have some things we still need to discuss about the standards, mostly concerning the NFT standard. If you have thoughts about wanting to keep some of the things that were removed or want to discuss the proposed changes or anything else about the standard, please join the next token standards discussion on Tuesday Dec 5th to share your feedback! The event is on the flow public events calendar |
We had another discussion today about the token standards. We made a few decisions:
I am of the opinion that just Proposed Agenda:
|
We had another discussion about the token standards today. here is a summary of what we talked about:
Topics for next week:
|
We had another discussion about the token standards today. We focused on migration difficulties with the Cadence team. You can find notes here Next week, we'll be discussing entitlement naming and default implementations |
We had another discussion today that, pending final approval of the code, finalizes the design of the standards!
|
We had our last design meeting for the new token standards yesterday and settled on a design! Here are notes from the meeting that are relevant to the FT standard:
The code in the PR is now the finalized code for the new standard and will be released in the upcoming CLI version and likely will be the version that is deployed to all the networks unless a critical issue is surfaced in the meantime. Thank you to everyone who contributed, especially @bjartek and @austinkline! The standards are looking quite good. 😎 |
Looking for some approvals on this FLIP so we can get it merged since it all has been resolved and implemented for a while 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.
Left some minor comments otherwise LGTM! 🚀
Thanks for the reviews and approvals everybody! I've addressed all your comments and I think we have enough approvals now that I'm okay to merge. 🥳 ❤️ |
Proposes a fundamental upgrade to the Flow Fungible Token standard.
Original Proposal here: https://forum.onflow.org/t/streamlined-token-standards-proposal/3075/1
Code PR: onflow/flow-ft#131