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] JSON.stringify contract output #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2022

  1. [FIX] JSON.stringify contract output

    Right now, some contract calls (like `gov staker <address>`), will
    output nested objects that don't correctly render. This ensures that all
    values are correctly rendered to the end user.
    
    Tested locally.
    brad-u410 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    94f2b05 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. [FIX] yarn build works now

    - Updated various calls so that the app compiles
    - Updated `rootDir` so that I can pull the version from package.json
    - `anchorcli -V` now returns a useful version
    brad-u410 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    fc56804 View commit details
    Browse the repository at this point in the history
  2. [FORMATTING] Add formatting changes

    These files were automatically changed during a pre-commit hook
    brad-u410 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cad29c5 View commit details
    Browse the repository at this point in the history