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

Problem: local state-sync commands are not integrated #1027

Merged
merged 14 commits into from
May 16, 2023

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    9200fa3 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: yihuang <huang@crypto.com>
    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8588b58 View commit details
    Browse the repository at this point in the history
  3. integration test

    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9b2f4dd View commit details
    Browse the repository at this point in the history
  4. Update integration_tests/test_basic.py

    Signed-off-by: yihuang <huang@crypto.com>
    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3fc6841 View commit details
    Browse the repository at this point in the history
  5. fix integration test

    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e974a61 View commit details
    Browse the repository at this point in the history
  6. rename

    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0b69eb0 View commit details
    Browse the repository at this point in the history
  7. fix lint

    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    991c837 View commit details
    Browse the repository at this point in the history
  8. Update integration_tests/cosmoscli.py

    Co-authored-by: mmsqe <tqd0800210105@gmail.com>
    Signed-off-by: yihuang <huang@crypto.com>
    yihuang and mmsqe committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d2b7d93 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. fix goleveldb

    mmsqe committed May 16, 2023
    Configuration menu
    Copy the full SHA
    39878be View commit details
    Browse the repository at this point in the history
  2. mod tidy

    for f in $(find . -name go.mod)
    do (cd $(dirname $f); go mod tidy)
    done
    mmsqe committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9cbef40 View commit details
    Browse the repository at this point in the history
  3. parse list_snapshots

    yihuang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b9dabb4 View commit details
    Browse the repository at this point in the history
  4. fix test

    yihuang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    78b1213 View commit details
    Browse the repository at this point in the history
  5. fix py lint

    yihuang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    b5bfbd1 View commit details
    Browse the repository at this point in the history
  6. fix integration test

    yihuang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1ad1ba6 View commit details
    Browse the repository at this point in the history