-
Notifications
You must be signed in to change notification settings - Fork 140
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
Marketplace tutorial improvements #1412
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 929eabb Results
|
Codecov Report
@@ Coverage Diff @@
## master #1412 +/- ##
=======================================
Coverage 72.65% 72.65%
=======================================
Files 288 288
Lines 39303 39303
=======================================
+ Hits 28555 28557 +2
+ Misses 9259 9257 -2
Partials 1489 1489
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@SupunS @dsainati1 Any idea why the CI isn't completing here? |
@turbolent Can you help me figure out why the lint and test steps aren't completing here? Thanks! |
@joshuahannan after you opened this PR, another PR changed the names of the CI jobs (e.g TLDR: Merge master back into your branch ( Sorry for the inconvenience, didn't notice before |
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.
Didn't check the code changes in detail, mostly read the new guide text, which looks good 👍 \
Closes onflow/flow#362
Description
Updates the marketplace tutorial to use cadence best practices and the same contracts that are in the ft and nft tutorials
The updated code is in this PR: onflow/flow-playground-tutorials#7
ExampleToken
andExampleNFT
instead ofFungibleToken
andNonFungibleToken
master
branchFiles changed
in the Github PR explorer