We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue concerns refactoring the GRC20 package in the examples folder, just like it was done for GRC721.
Related: https://github.com/gnolang/devrel/issues/87, #1832, #1473
The text was updated successfully, but these errors were encountered:
#2529
Sorry, something went wrong.
3affd95
feat(examples): refactor grc20 (gnolang#2529)
b0d545a
Main changes: - rename `AdminToken` -> `Banker` - rename `GRC20` -> `Token` - remove unused helpers - remove vault (temporarily, will be reimplemented) - remove the returner ˋerror` when unnecessary - use `std.Emit` - use uassert for testing - better file naming and organization for improved readability Fixes gnolang#2294 Replaces gnolang#2314 (h/t @leohhhn) ~Depends on gnolang#2534~ BREAKING CHANGE --------- Signed-off-by: moul <94029+moul@users.noreply.github.com> Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
leohhhn
Successfully merging a pull request may close this issue.
Description
This issue concerns refactoring the GRC20 package in the examples folder, just like it was done for GRC721.
Related: https://github.com/gnolang/devrel/issues/87, #1832, #1473
The text was updated successfully, but these errors were encountered: