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

wip: Remove subxt Config associated types by relying on enriched metadata (v16) #1566

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 2, 2024

  1. codegen: Export custom types from md to separate module

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0440bfa View commit details
    Browse the repository at this point in the history
  2. config: Add config notes about extracted values

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7c73b6d View commit details
    Browse the repository at this point in the history
  3. codegen: Use quote::idents instead of &str for naming types

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    21bbdc4 View commit details
    Browse the repository at this point in the history
  4. codegen: Make super types available for custom ty

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    df101a1 View commit details
    Browse the repository at this point in the history
  5. example: Create an example Config out of the MetadataConfig

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a1434a9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. config: Handle hasher and header

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    609b701 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 16, 2024

  1. Update to latest frame-metadata changes

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    46bc4f2 View commit details
    Browse the repository at this point in the history
  2. metadata: Handle new format of v16

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d354546 View commit details
    Browse the repository at this point in the history
  3. cargo: Update frame-metadata to git dep

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    59b9d10 View commit details
    Browse the repository at this point in the history