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

Deploy to app #2728

Merged
merged 11 commits into from
Jun 20, 2023
Merged

Deploy to app #2728

merged 11 commits into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    12c4c63 View commit details
    Browse the repository at this point in the history
  2. Update idl2json & use binstall (#2726)

    # Motivation
    `idl2json` has a newer version that exposes the `--bytes-as hex` option.
    
    Additionally, the new version supports binstall, which is a standard
    installer for rust executables, so we can deprecate the custom installer
    (`dfxsoftware-idl2json-install`).
    
    # Changes
    - Update idl2json version
    - use binstall to install idl2json.
    
    # Tests
    See CI.  Existing tests should suffice.
    
    ---------
    
    Co-authored-by: Max Murphy-Skvorzov <max@winning.black>
    bitdivine and bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    98caef2 View commit details
    Browse the repository at this point in the history
  3. Icrc worker store (#2725)

    # Motivation
    
    In few workers we need to hold some values in worker memory as in #2639
    in which we need to keep track of ICRC balances and transactions.
    
    That's why this PR introduces an ICRC store that can be use in worker.
    
    # Changes
    
    - new `IcrcWorkerStore` store
    - new package `worker-store`
    - add type for `IcrcAccountIdentifierText`, a `string`
    peterpeterparker authored and bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    01f6a85 View commit details
    Browse the repository at this point in the history
  4. Better messaging

    bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c2703f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97f7b16 View commit details
    Browse the repository at this point in the history
  6. Better markdown

    bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d77fa10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    340142e View commit details
    Browse the repository at this point in the history
  8. Tweak

    bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f6b01a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab51551 View commit details
    Browse the repository at this point in the history
  10. Revert "Reinstall due to heap out of bounds"

    This reverts commit ab51551.
    bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ee0a813 View commit details
    Browse the repository at this point in the history
  11. fmt

    bitdivine committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    75d7402 View commit details
    Browse the repository at this point in the history