-
Notifications
You must be signed in to change notification settings - Fork 136
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
Fix Tutorial 6 #568
Fix Tutorial 6 #568
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efa5f3d - Browse repository at this point
Copy the full SHA efa5f3dView commit details
Commits on Aug 25, 2023
-
chore(package.json): update snarkyjs peer dependency version from 0.8…
….0 to 0.12.1 for compatibility improvements refactor(package.json): rename experimental-zkapp-offchain-storage dependency to experimental-offchain-zkapp-storage and downgrade version from 0.2.0 to 0.1.0 due to package renaming and versioning changes
Configuration menu - View commit details
-
Copy full SHA for 0a619fb - Browse repository at this point
Copy the full SHA 0a619fbView commit details -
refactor(zkapps): update import paths and improve code readability
- refactor: change import paths from 'experimental-zkapp-offchain-storage' to 'experimental-offchain-zkapp-storage' for better naming consistency - refactor: replace 'Field.zero' with 'Field(0)' for better readability - refactor: replace 'assertGt' with 'assertGreaterThan' for better readability - refactor: replace 'setPermissions' with 'account.permissions.set' for better readability - refactor: remove unnecessary 'SignedMessageBoard.test.ts' file - refactor: clean up unnecessary imports and await calls - refactor: update transaction signing and sending process for better readability - refactor: update 'loopUntilAccountExists' and 'makeAndSendTransaction' functions for better readability - refactor: update 'zkAppNeedsInitialization' function for better readability These changes were made to improve the readability and maintainability of the code.
Configuration menu - View commit details
-
Copy full SHA for 1fc95e3 - Browse repository at this point
Copy the full SHA 1fc95e3View commit details -
refactor(main.ts): remove useLocal condition to always compile smart …
…contract feat(main.ts): add console log message after compiling smart contract for better user feedback
Configuration menu - View commit details
-
Copy full SHA for 0b90b63 - Browse repository at this point
Copy the full SHA 0b90b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a617ac - Browse repository at this point
Copy the full SHA 5a617acView commit details -
feat(.gitignore): update ignore patterns to include nested node_modul…
…es, build, and dist directories for better project cleanliness
Configuration menu - View commit details
-
Copy full SHA for cef9d47 - Browse repository at this point
Copy the full SHA cef9d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c50d17 - Browse repository at this point
Copy the full SHA 0c50d17View commit details -
feat(package.json): add repository, homepage, and bugs fields to prov…
…ide more project information and improve project visibility on npm
Configuration menu - View commit details
-
Copy full SHA for 5a74238 - Browse repository at this point
Copy the full SHA 5a74238View commit details -
feat(index.page.tsx): add proveUpdateTransaction method call to ensur…
…e transaction validity before sending it
Configuration menu - View commit details
-
Copy full SHA for 9d6c33c - Browse repository at this point
Copy the full SHA 9d6c33cView commit details -
docs(06-offchain-storage.mdx): update SnarkyJS version and library li…
…nks to reflect recent changes feat(experimental-offchain-zkapp-storage): bump version to 0.1.1 to reflect changes in the package
Configuration menu - View commit details
-
Copy full SHA for 58905bc - Browse repository at this point
Copy the full SHA 58905bcView commit details -
docs(README.md): fix typo in useLocalBlockchain variable formatting f…
…or better readability
Configuration menu - View commit details
-
Copy full SHA for b7e5444 - Browse repository at this point
Copy the full SHA b7e5444View commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52bb963 - Browse repository at this point
Copy the full SHA 52bb963View commit details -
feat(storageServer.ts): switch useLocalBlockchain from false to true …
…to enable local blockchain usage for testing purposes
Configuration menu - View commit details
-
Copy full SHA for 87b57a3 - Browse repository at this point
Copy the full SHA 87b57a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f11f295 - Browse repository at this point
Copy the full SHA f11f295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc7a5d - Browse repository at this point
Copy the full SHA 1fc7a5dView commit details -
feat(package.json): bump version from 0.1.2 to 0.1.3 to reflect new c…
…hanges feat(package.json): add clean script to remove build files and database.json for a clean start feat(package.json): add prepublishOnly script to ensure clean build before publishing
Configuration menu - View commit details
-
Copy full SHA for 5ea68c0 - Browse repository at this point
Copy the full SHA 5ea68c0View commit details
Commits on Aug 29, 2023
-
docs(main.ts, mina-setup.ts): update usage instructions to reflect ne…
…w build command and file path fix(mina-setup.ts): correct the error message to match the updated usage instructions for better user guidance
Configuration menu - View commit details
-
Copy full SHA for 88459bb - Browse repository at this point
Copy the full SHA 88459bbView commit details
Commits on Sep 4, 2023
-
feat(.gitignore): add out directory to gitignore to prevent tracking …
…build artifacts feat(GradientBG.js): add new GradientBG component for dynamic background gradients feat(index.page.tsx): integrate GradientBG component into main page for enhanced UI style(Home.module.css): update styles for better UI/UX and responsive design
Configuration menu - View commit details
-
Copy full SHA for 6853521 - Browse repository at this point
Copy the full SHA 6853521View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab682c6 - Browse repository at this point
Copy the full SHA ab682c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36dc619 - Browse repository at this point
Copy the full SHA 36dc619View commit details