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

New schema format #2206

Draft
wants to merge 55 commits into
base: main
Choose a base branch
from
Draft

New schema format #2206

wants to merge 55 commits into from

Commits on Aug 12, 2024

  1. New schema format

    aumetra committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3cdf3b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e4fba7f View commit details
    Browse the repository at this point in the history
  2. Add rename_all support

    aumetra committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    abaed01 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Deduplicate a little

    aumetra committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f34ab22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00865e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    9e971d6 View commit details
    Browse the repository at this point in the history
  2. Add to cw_serde

    aumetra committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c4aa695 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add codegen for cw_schema

    aumetra committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e0af552 View commit details
    Browse the repository at this point in the history
  2. Remove unused dependency

    aumetra committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d392b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    571df77 View commit details
    Browse the repository at this point in the history
  4. Update lockfiles

    aumetra committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9dacb7a View commit details
    Browse the repository at this point in the history
  5. Fix doctests

    aumetra committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1259017 View commit details
    Browse the repository at this point in the history
  6. Add missing derives

    aumetra committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    59deef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Use TypeId internally

    aumetra committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    244cea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b960a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e87ce View commit details
    Browse the repository at this point in the history
  4. Add some debug assertions

    aumetra committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1101aa8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a4bebe View commit details
    Browse the repository at this point in the history
  6. Add explanation of the hack

    aumetra committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4fbc80b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    8b209cf View commit details
    Browse the repository at this point in the history
  2. Regenerate all schemas

    aumetra committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    275784b View commit details
    Browse the repository at this point in the history
  3. Allow clippy lint

    aumetra committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b4b7b2b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0e7480c View commit details
    Browse the repository at this point in the history
  2. Fix CI

    aumetra committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    286cabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b337d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Initial codegen tool

    aumetra committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bf43ec3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    4ee73cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d31ad View commit details
    Browse the repository at this point in the history
  3. Add enum codegen

    aumetra committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    10ee9fa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Add some templates

    aumetra committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    14add23 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    63d647d View commit details
    Browse the repository at this point in the history
  2. Fix enum templates

    aumetra committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2780474 View commit details
    Browse the repository at this point in the history
  3. Add struct codegen

    aumetra committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    30b0d91 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. PoC Rust codegen

    aumetra committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9855d42 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Slight refactor

    aumetra committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2b560a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db942c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f7f5672 View commit details
    Browse the repository at this point in the history
  2. WIP TypeScript codegen

    aumetra committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f93d67c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    386a467 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 12, 2024

  1. Add some TypeScript snapshots

    aumetra committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5b7caf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91cd1b View commit details
    Browse the repository at this point in the history
  3. Add TypeScript compile checks

    aumetra committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4de3214 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    6c6e2ad View commit details
    Browse the repository at this point in the history
  2. feat: Add Python codegen

    kulikthebird committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fc49079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a737c8 View commit details
    Browse the repository at this point in the history
  4. TypeScript E2E tests

    aumetra committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    126b2b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

Commits on Nov 27, 2024

  1. Fix TypeScript codegen

    aumetra committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    dcbc887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8d217 View commit details
    Browse the repository at this point in the history
  3. Use TypeScript polyfill

    aumetra committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1b38229 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

Commits on Dec 2, 2024

  1. Merge pull request #2295 from CosmWasm/tkulik/python_codegen

    Python codegen
    aumetra authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    297b70e View commit details
    Browse the repository at this point in the history
  2. Fix up a few things

    aumetra committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6801e88 View commit details
    Browse the repository at this point in the history
  3. Add some Go codegen

    aumetra committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f3f338c View commit details
    Browse the repository at this point in the history