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

SnapshotEngine: New metadata format and schema validation #530

Commits on Jan 9, 2023

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

Commits on Jan 24, 2023

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

Commits on Feb 1, 2023

  1. schema validation

    orcutt989 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f5977b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    196e4ee View commit details
    Browse the repository at this point in the history
  2. black formatting

    orcutt989 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6b3e151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c3bef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dddabd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. fixes:

    --network should always get chain_name
    typo with rpc info object
    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    25115f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5432d7f View commit details
    Browse the repository at this point in the history
  3. rm network version

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7f8a9bb View commit details
    Browse the repository at this point in the history
  4. strings to ints

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2d3bf14 View commit details
    Browse the repository at this point in the history
  5. skip old metadata style

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e099901 View commit details
    Browse the repository at this point in the history
  6. typos

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    bf2cb01 View commit details
    Browse the repository at this point in the history
  7. clean up metadata

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    98f8a5b View commit details
    Browse the repository at this point in the history
  8. typo

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b714bf0 View commit details
    Browse the repository at this point in the history
  9. move snapshot header cat

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2654371 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc02fdb View commit details
    Browse the repository at this point in the history
  11. nicolas version correction

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2d9a1f5 View commit details
    Browse the repository at this point in the history
  12. fix sh var quoting

    orcutt989 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4195954 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15b9f99 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Fix version assignment

    orcutt989 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    667748d View commit details
    Browse the repository at this point in the history
  2. fix assignments

    orcutt989 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4752632 View commit details
    Browse the repository at this point in the history
  3. new version string

    orcutt989 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8b28766 View commit details
    Browse the repository at this point in the history
  4. more graceful handling of pre-schema artifacts

    The exception handling of pre-schema metadata was too broad, and would
    prevent the webpage from being generated at all unless all three types
    are present - including archive.
    nicolasochem committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3629424 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 13, 2023

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

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    a0b7d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc47de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a4403a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    7c012bb View commit details
    Browse the repository at this point in the history
  2. add default schema url

    orcutt989 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6460b3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae3e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe128a View commit details
    Browse the repository at this point in the history
  5. cleanup

    orcutt989 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2a63377 View commit details
    Browse the repository at this point in the history
  6. Fix imports

    orcutt989 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2c4aab0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    832b2d6 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    2193532 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ba701f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Merge branch 'master' into 527-use-new-machine-readable-octez-node-sn…

    …apshot-info-for-snapshot-engine-metadata
    orcutt989 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7b7ae5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b763a4 View commit details
    Browse the repository at this point in the history