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

XION serde definitions #2

Open
wants to merge 60 commits into
base: main
Choose a base branch
from
Open

XION serde definitions #2

wants to merge 60 commits into from

Commits on Jun 1, 2024

  1. add serde definitions

    ash-burnt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a2d1abc View commit details
    Browse the repository at this point in the history
  2. add pbjson

    g push
    ash-burnt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    8bfa16c View commit details
    Browse the repository at this point in the history
  3. add wasmd, update plugins

    ash-burnt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    11179f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    17d17d9 View commit details
    Browse the repository at this point in the history
  2. compiles

    ash-burnt committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    702d384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89cc500 View commit details
    Browse the repository at this point in the history
  4. different patch for serde

    ash-burnt committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    69dd4c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    c1e813b View commit details
    Browse the repository at this point in the history
  2. define xion module

    ash-burnt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8f8f70e View commit details
    Browse the repository at this point in the history
  3. define xion module

    ash-burnt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bf24ce7 View commit details
    Browse the repository at this point in the history
  4. add xion dirs

    ash-burnt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3535c7c View commit details
    Browse the repository at this point in the history
  5. proper type definition

    ash-burnt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    747551c View commit details
    Browse the repository at this point in the history
  6. submodule public

    ash-burnt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9108ae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    17838dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f4839 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. switch xion branch

    ash-burnt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3c3f244 View commit details
    Browse the repository at this point in the history
  2. update for multi-allowance

    ash-burnt committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b50389f View commit details
    Browse the repository at this point in the history
  3. Bump tendermint-rs dependencies to v0.38 (cosmos#476)

    This additionally bumps `prost` to v0.13 and `tonic` to v0.12
    tony-iqlusion authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ae003db View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. merge upstream main

    ash-burnt committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ccf4267 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. use informal systems pbjson

    ash-burnt committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3bfaf21 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. cosmrs: support coins with amount 0, empty denom (cosmos#479)

    These can be used when the gas fee is zero, for example
    
    Fixes cosmos#477
    tony-iqlusion authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    871e514 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    5d52a7f View commit details
    Browse the repository at this point in the history
  2. chore: scope jwk mod

    Peartes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4a0b192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b98797d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/xion-serde' of github.com-ash:burnt-labs/cosmos-ru…

    …st into feat/xion-serde
    ash-burnt committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ba87a88 View commit details
    Browse the repository at this point in the history
  5. tokenfactory

    ash-burnt committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6b75f41 View commit details
    Browse the repository at this point in the history
  6. tokenfactory

    ash-burnt committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5388748 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. extra layer

    ash-burnt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1dafd5e View commit details
    Browse the repository at this point in the history
  2. Bump tendermint-rs dependencies to v0.39 (cosmos#482)

    Also regenerates protos.
    
    This notably switches from sourcing the `google.protobuf` well-known
    types from the `prost-types` crate and using `tendermint-proto`'s
    definitions instead.
    tony-iqlusion authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9e1b3d6 View commit details
    Browse the repository at this point in the history
  3. pull upstream

    ash-burnt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ee5274a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dde80f View commit details
    Browse the repository at this point in the history
  5. switch to informal pbjson

    ash-burnt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9dae930 View commit details
    Browse the repository at this point in the history
  6. review notes

    ash-burnt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fda84ca View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Bump tendermint-rs crates to v0.39.1 (cosmos#483)

    Also removes `[patch.crates-io]` from Cargo.toml
    
    These releases include some various bugfixes and API changes we need.
    tony-iqlusion authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6755fa0 View commit details
    Browse the repository at this point in the history
  2. Update cosmos-sdk-proto/Cargo.toml

    Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
    ash-burnt and tony-iqlusion authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b716d6d View commit details
    Browse the repository at this point in the history
  3. remove comment

    ash-burnt committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b7e04cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9e43da View commit details
    Browse the repository at this point in the history
  5. cargo changes

    ash-burnt committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8474c92 View commit details
    Browse the repository at this point in the history
  6. pull upstream

    ash-burnt committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d36b12b View commit details
    Browse the repository at this point in the history
  7. formatting

    ash-burnt committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0960168 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8b7d05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    304bc5d View commit details
    Browse the repository at this point in the history
  10. Update cosmos-sdk-proto/Cargo.toml

    Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
    ash-burnt and tony-iqlusion authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    395d8d7 View commit details
    Browse the repository at this point in the history
  11. Update cosmos-sdk-proto/Cargo.toml

    Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
    ash-burnt and tony-iqlusion authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    39988e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    608a337 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. change name to serde

    ash-burnt committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    368b109 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. pull upstream

    ash-burnt committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    75e72f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    db0f153 View commit details
    Browse the repository at this point in the history
  2. compiled artifacts

    ash-burnt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b3e8fae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Include abstractaccount in lib

    Signed-off-by: CyberHoward <[email protected]>
    CyberHoward authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f8adb4a View commit details
    Browse the repository at this point in the history
  2. Remove typo

    Signed-off-by: CyberHoward <[email protected]>
    CyberHoward authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2350dd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. set xion version to main

    ash-burnt committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fdb36cb View commit details
    Browse the repository at this point in the history
  2. update xion submodule

    Buckram123 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    47a8235 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from Buckram123/feat/xion-serde

    Update xion submodule
    ash-burnt authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d3b51db View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge pull request #3 from CyberHoward/patch-1

    Include `abstractaccount` in lib
    ash-burnt authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ed9c8e8 View commit details
    Browse the repository at this point in the history