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

Introduce project manifest version 0.2.0 #495

Merged
merged 19 commits into from
Oct 4, 2021
Merged

Commits on Oct 1, 2021

  1. Introduce project manifest version 0.0.2

    - Define new project manifest schema
    - Update validator for new schema, validate chain types
    - Update CLI for new schema
      - Update `init` to create a v0.0.2 project
      - Update validate to validate all supported versions
    - Update Node for new schema
      - Rely on genesis hash for network identification
      - Add `--network-registry` flag to provide mapping from genesis hash to endpoint
      - Support new chain types in external file
      - Support new entry point for indexer sandbox
    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    45a16de View commit details
    Browse the repository at this point in the history
  2. Fix up tests

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    06fd5a4 View commit details
    Browse the repository at this point in the history
  3. Fix up prettier

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9e15631 View commit details
    Browse the repository at this point in the history
  4. Fix lint issue

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    869e6e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    359902b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c838b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    570f2d9 View commit details
    Browse the repository at this point in the history
  8. Revert CLI init changes

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    20bf812 View commit details
    Browse the repository at this point in the history
  9. Update docs

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d0a7d7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9930aad View commit details
    Browse the repository at this point in the history
  11. Remove networkDictionary option and require networkEndpoint to be pro…

    …vided for v0.2.0 projects
    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c8c298f View commit details
    Browse the repository at this point in the history
  12. Remove logging

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    325df95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0658caf View commit details
    Browse the repository at this point in the history
  14. Fix failing test

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e533edd View commit details
    Browse the repository at this point in the history
  15. Allow specifying an optional endpoint in network config, update CLI t…

    …o resolve genesis hash from url
    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    aa2c815 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d67969 View commit details
    Browse the repository at this point in the history
  17. Fix tests failing

    stwiname committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    671bbe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Disable breaking tests

    stwiname committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    608a9ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3db9ef View commit details
    Browse the repository at this point in the history