Skip to content

Commit

Permalink
Removes sync-info command (#1952)
Browse files Browse the repository at this point in the history
* Update changelog.

* First attempt at state-sync.

* Temporary commit with changes.

* Update changelog.

* Revert to what is in main.

* Remove sync-info.
  • Loading branch information
Taztingo authored and nullpointer0x00 committed May 15, 2024
1 parent dfc7b42 commit b81138a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* Restore gov-prop cli commands and fix next key decoding [#1930](https://github.com/provenance-io/provenance/pull/1930).
* Switch to InputOutputCoinsProv for exchange transfers [#1930](https://github.com/provenance-io/provenance/pull/1930).
* Use fields of the SimulationState for the encoders needed for simulations [#1931](https://github.com/provenance-io/provenance/pull/1931).
* Removes sync-info code for sdk v0.50 [#1760](https://github.com/provenance-io/provenance/issues/1760).
* Fix most of the failing unit tests [#1943](https://github.com/provenance-io/provenance/pull/1943)

### Dependencies
Expand Down
4 changes: 0 additions & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ import (
piohandlers "github.com/provenance-io/provenance/internal/handlers"
"github.com/provenance-io/provenance/internal/pioconfig"
"github.com/provenance-io/provenance/internal/provwasm"
"github.com/provenance-io/provenance/internal/statesync"
"github.com/provenance-io/provenance/x/attribute"
attributekeeper "github.com/provenance-io/provenance/x/attribute/keeper"
attributetypes "github.com/provenance-io/provenance/x/attribute/types"
Expand Down Expand Up @@ -401,9 +400,6 @@ func New(
os.Exit(1)
}

// Register helpers for state-sync status.
statesync.RegisterSyncStatus()

app.ParamsKeeper = initParamsKeeper(appCodec, legacyAmino, keys[paramstypes.StoreKey], tkeys[paramstypes.TStoreKey])

// set the BaseApp's parameter store
Expand Down
35 changes: 0 additions & 35 deletions internal/statesync/statesync.go

This file was deleted.

0 comments on commit b81138a

Please sign in to comment.