Skip to content
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

Merged
merged 20 commits into from
Sep 4, 2023
Merged

Fix Tutorial 6 #568

merged 20 commits into from
Sep 4, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    efa5f3d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. 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
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0a619fb View commit details
    Browse the repository at this point in the history
  2. 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.
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1fc95e3 View commit details
    Browse the repository at this point in the history
  3. 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
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0b90b63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a617ac View commit details
    Browse the repository at this point in the history
  5. feat(.gitignore): update ignore patterns to include nested node_modul…

    …es, build, and dist directories for better project cleanliness
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cef9d47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c50d17 View commit details
    Browse the repository at this point in the history
  7. feat(package.json): add repository, homepage, and bugs fields to prov…

    …ide more project information and improve project visibility on npm
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5a74238 View commit details
    Browse the repository at this point in the history
  8. feat(index.page.tsx): add proveUpdateTransaction method call to ensur…

    …e transaction validity before sending it
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9d6c33c View commit details
    Browse the repository at this point in the history
  9. 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
    MartinMinkov committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    58905bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7e5444 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    52bb963 View commit details
    Browse the repository at this point in the history
  2. feat(storageServer.ts): switch useLocalBlockchain from false to true …

    …to enable local blockchain usage for testing purposes
    MartinMinkov committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    87b57a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f11f295 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fc7a5d View commit details
    Browse the repository at this point in the history
  5. 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
    MartinMinkov committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5ea68c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. 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
    MartinMinkov committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    88459bb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. 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
    MartinMinkov committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6853521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab682c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36dc619 View commit details
    Browse the repository at this point in the history