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

feat(ag-trade): fetch, (un)marshal, lookup, sign... add to reserve #2

Merged
merged 12 commits into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. chore(ag-trade): copy cosmosFetch, httpcClient from finquick

    $ git -C ../finquick/ log10 packages/ag-trade/src/cosmosFetch.js
    2023-12-27 01:35 1851101 chore(cosmosFetch): detect missing fetch function
    
    $ git -C ../finquick/ log10 packages/ag-trade/src/httpClient.js
    2023-11-24 21:47 f8b9a5c feat: separate fetch worker from smartWallet worker
    dckc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2bf1520 View commit details
    Browse the repository at this point in the history
  2. build(ag-trade): add cosmjs deps for smartWallet

    NOTE: using the exact versions from finquick worked,
    but just doing `yarn add X` for these packages resulted
    in
    
    RemoteTypeError(error:captp:Endo#20001)#1: Cannot assign to read only
    property 'constructor' of object '[object Object]'
    
    and I couldn't find any more stack info
    
     - buid(ag-trade): add @endo/far for caplets
    dckc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    96d6453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7f2528 View commit details
    Browse the repository at this point in the history
  4. feat(ag-trade): install smartWallet plug-in

     - smartWallet: entries, keys in agoricNames from vstorage
    dckc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    474a689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38339f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7516857 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74819ac View commit details
    Browse the repository at this point in the history
  8. build(ag-trade): lock packages

      - with @endo/far
    dckc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dda730a View commit details
    Browse the repository at this point in the history
  9. fix-up fresh refactor

    dckc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    41a50c0 View commit details
    Browse the repository at this point in the history
  10. docs(ag-trade): more query demo

    dckc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ff893b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0ddba9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd07158 View commit details
    Browse the repository at this point in the history