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

Feat/QB-2171: Upgrade cosmos sdk #323

Merged
merged 17 commits into from
Nov 9, 2023

Commits on Oct 20, 2023

  1. bump:

    cosmos-sdk -> v0.47.5
    ibc-go     -> v7.3.0
    tendermint -> cometbft v0.37.2
    tm-db      -> cometbft-db v0.8.0
    
    compile error fixed
    Xiong-stratos committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    eff1103 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. node start error fix

    Xiong-stratos committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    90f3ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. use EmitTypedEvent()

    Xiong-stratos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cd6e0ee View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Add UpdateParams() for each modules.

    Update events
    Xiong-stratos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b2d6bfc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. params store migration

    Xiong-stratos committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    925b795 View commit details
    Browse the repository at this point in the history
  2. update go.mod

    Xiong-stratos committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6a2086b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.12.0-prepare' into QB-2171_upgrade_cosmos_sdk

    # Conflicts:
    #	x/pot/client/rest/query.go
    #	x/pot/keeper/params.go
    #	x/pot/keeper/querier.go
    #	x/pot/types/expected_keepers.go
    #	x/pot/types/pot.pb.go
    Xiong-stratos committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    36d74ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    708ce26 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. migrate update

    Xiong-stratos committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    da6ce69 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge branch 'v0.12.0-prepare' into QB-2171_upgrade_cosmos_sdk

    # Conflicts:
    #	x/pot/keeper/grpc_query.go
    Xiong-stratos committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8a3a3c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Feat/Qb-2063: Add sp beneficiary address (#311)

    * Add beneficiary address to meta node
    * update cli & rest api
    * update version to v0.12.0
    * solve conflicts
    
    ---------
    
    Co-authored-by: alexstratos <58865166+alexstratos@users.noreply.github.com>
    Xiong-stratos and alexstratos authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    19d1774 View commit details
    Browse the repository at this point in the history
  2. Feat/Qb-2041: Add query: TotalRewardByEpoch for v0.12.0 (#312)

    * add query & migrate update for TotalReward
    * don't merge legacy data into store when update.
    query data from tx log for legacy epochs
    * update version to v0.12.0
    
    ---------
    
    Co-authored-by: alexstratos <58865166+alexstratos@users.noreply.github.com>
    Xiong-stratos and alexstratos authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    442c423 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix unit tests

    Xiong-stratos committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6de0a85 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. error fix

    Xiong-stratos committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d542725 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 9, 2023

  1. update cosmos-sdk

    Xiong-stratos committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    89d8c1a View commit details
    Browse the repository at this point in the history
  2. update cosmos-sdk

    Xiong-stratos committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    da93a10 View commit details
    Browse the repository at this point in the history