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

Import a smart contract into the Nuxt UI project scaffold #305

Merged
merged 27 commits into from
Nov 29, 2022

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    5f49df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1f50e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    26d548f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f198fb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39186a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    382b5ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    434ca98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba5830d View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    e0b57a7 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    ef230b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9b6782 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea7f9aa View commit details
    Browse the repository at this point in the history
  11. Log entire error inside getErrorMessage

    Use the util.format built-in to format the error receieved inside
    getErrorMessage(). This gives us better logging and discoverability when
    an unknown error occurs. By using util.format, we get the message and
    stack properties in the log output.
    MartinMinkov authored and ymekuria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    71c2aed View commit details
    Browse the repository at this point in the history
  12. Bump package.json version to 0.4.20

    MartinMinkov authored and ymekuria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    de2ef63 View commit details
    Browse the repository at this point in the history
  13. fix error graphql handling

    mitschabaude authored and ymekuria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    69dd011 View commit details
    Browse the repository at this point in the history
  14. fixup

    mitschabaude authored and ymekuria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7aa26e5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    08ed119 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0993323 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0283062 View commit details
    Browse the repository at this point in the history
  18. Update Add.ts and Add.test.ts to use new SnarkyJS version

    Various updates made to support the templates for the new SnarkyJS
    version.
    - Removed .wait()
    - Refactored tests to easily support proving
    - Added requireSignature in the Add contract
    MartinMinkov authored and ymekuria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c6d6ced View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f55da71 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    946f8fb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c3c8508 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. refactor: remove old comment

    ymekuria committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b30ec01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e572c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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