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

Adding LSM module (x/lsnative) #391

Merged
merged 7 commits into from
Apr 12, 2023
Merged

Adding LSM module (x/lsnative) #391

merged 7 commits into from
Apr 12, 2023

Commits on Apr 3, 2023

  1. base for lsnative: distribution,genutil,slashing,staking from cosmos-…

    …sdk 0.46.11
    
    commit 5023392bd9718679668dd8e88a792a6defa63c00
    Maksim Kupriianov committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    16b4a18 View commit details
    Browse the repository at this point in the history
  2. added Cosmos SDK 0.46.11 proto as base with cosmos-proto definitions

    commit 5023392bd9718679668dd8e88a792a6defa63c00
    cosmos-proto commit 78e33f25b874e7639f540037599d8ea1d161a62c
    Maksim Kupriianov committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    46c48bb View commit details
    Browse the repository at this point in the history
  3. lsnative: incremental diff containing distilled patch for adding LSM …

    …to 0.46.11
    
    This diff contains:
    * slashing module changes
    * staking module changes
    * genutil module changes
    * distribution module changes
    * staking proto changes
    * distribution proto changes
    * added new protocgen.sh
    Maksim Kupriianov committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d754c6f View commit details
    Browse the repository at this point in the history
  4. chore: re-gen Go code for proto models

    Max committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    04e7e57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d5fb0a View commit details
    Browse the repository at this point in the history
  6. fix: unit tests in forked modules

    Max committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3773b08 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: linter local config, linter issues; also ignore x/lsnative dir…

    … from linting for now
    Max committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    aa81bce View commit details
    Browse the repository at this point in the history