Skip to content

Commit

Permalink
REVERT LATER:L deletes oracle code & price feeder
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 9, 2023
1 parent 0861670 commit 5b4d446
Show file tree
Hide file tree
Showing 151 changed files with 15 additions and 38,480 deletions.
8 changes: 4 additions & 4 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
v11 "github.com/CosmosContracts/juno/v13/app/upgrades/v11"
v12 "github.com/CosmosContracts/juno/v13/app/upgrades/v12"
v13p1 "github.com/CosmosContracts/juno/v13/app/upgrades/v13part1"
oracleclient "github.com/CosmosContracts/juno/v13/x/oracle/client"
// oracleclient "github.com/CosmosContracts/juno/v13/x/oracle/client"
)

const (
Expand Down Expand Up @@ -170,9 +170,9 @@ func getGovProposalHandlers() []govclient.ProposalHandler {
upgradeclient.CancelProposalHandler,
ibcclientclient.UpdateClientProposalHandler,
ibcclientclient.UpgradeProposalHandler,
oracleclient.ProposalHandlerAddTrackingPriceHistory,
oracleclient.ProposalHandlerAddTrackingPriceHistoryWithWhitelist,
oracleclient.ProposalRemoveTrackingPriceHistory,
// oracleclient.ProposalHandlerAddTrackingPriceHistory,
// oracleclient.ProposalHandlerAddTrackingPriceHistoryWithWhitelist,
// oracleclient.ProposalRemoveTrackingPriceHistory,
)

return govProposalHandlers
Expand Down
8 changes: 4 additions & 4 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ import (
icahostkeeper "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/host/keeper"
icahosttypes "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/host/types"

feesharekeeper "github.com/CosmosContracts/juno/v13/x/feeshare/keeper"
feesharetypes "github.com/CosmosContracts/juno/v13/x/feeshare/types"

// ica "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts"
icacontroller "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/controller"
icacontrollerkeeper "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/controller/keeper"
icacontrollertypes "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/controller/types"

feesharekeeper "github.com/CosmosContracts/juno/v13/x/feeshare/keeper"
feesharetypes "github.com/CosmosContracts/juno/v13/x/feeshare/types"
// intertxkeeper "github.com/cosmos/interchain-accounts/x/inter-tx/keeper"
// intertxtypes "github.com/cosmos/interchain-accounts/x/inter-tx/types"
//
// oraclekeeper "github.com/CosmosContracts/juno/v13/x/oracle/keeper"
// oracletypes "github.com/CosmosContracts/juno/v13/x/oracle/types"
)
Expand Down
22 changes: 0 additions & 22 deletions app/upgrades/v13part2/constants.go

This file was deleted.

61 changes: 0 additions & 61 deletions app/upgrades/v13part2/upgrades.go

This file was deleted.

18 changes: 7 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ go 1.19
require (
github.com/CosmWasm/token-factory v0.0.0-00010101000000-000000000000
github.com/CosmWasm/wasmd v0.30.0
github.com/CosmWasm/wasmvm v1.1.1
github.com/cosmos/cosmos-sdk v0.45.12
github.com/cosmos/ibc-go/v4 v4.3.0
github.com/cosmos/interchain-accounts v0.2.5
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
Expand All @@ -23,15 +21,7 @@ require (
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
)

require (
Expand All @@ -40,21 +30,23 @@ require (
github.com/99designs/keyring v1.2.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
github.com/CosmWasm/wasmvm v1.1.1 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/armon/go-metrics v0.4.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
github.com/btcsuite/btcd v0.22.2 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
github.com/confio/ics23/go v0.9.0 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.1
github.com/cosmos/cosmos-proto v1.0.0-beta.1 // indirect
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/gogoproto v1.4.4
github.com/cosmos/gorocksdb v1.2.0 // indirect
Expand All @@ -63,6 +55,7 @@ require (
github.com/creachadair/taskgroup v0.3.2 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgraph-io/badger/v3 v3.2103.2 // indirect
github.com/dgraph-io/ristretto v0.1.0 // indirect
Expand Down Expand Up @@ -98,6 +91,7 @@ require (
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
Expand Down Expand Up @@ -156,7 +150,9 @@ require (
golang.org/x/term v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/tools v0.4.0 // indirect
google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)

Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ github.com/cosmos/iavl v0.19.4/go.mod h1:X9PKD3J0iFxdmgNLa7b2LYWdsGd90ToV5cAONAp
github.com/cosmos/ibc-go/v4 v4.3.0 h1:yOzVsyZzsv4XPBux8gq+D0LhZn45yGWKjvT+6Vyo5no=
github.com/cosmos/ibc-go/v4 v4.3.0/go.mod h1:CcLvIoi9NNtIbNsxs4KjBGjYhlwqtsmXy1AKARKiMzQ=
github.com/cosmos/interchain-accounts v0.2.5 h1:LM2+Z0HhP7k6vGmXL/CC5B6SgMxrYDfMYQciD3o9jt8=
github.com/cosmos/interchain-accounts v0.2.5/go.mod h1:eaQBOsAeGdFxXnv7c5sR5tQnRDJ7LkffsC3L/THpem4=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA=
github.com/cosmos/ledger-cosmos-go v0.12.2 h1:/XYaBlE2BJxtvpkHiBm97gFGSGmYGKunKyF3nNqAXZA=
Expand Down
51 changes: 0 additions & 51 deletions price-feeder/.goreleaser.yml

This file was deleted.

65 changes: 0 additions & 65 deletions price-feeder/Makefile

This file was deleted.

Loading

0 comments on commit 5b4d446

Please sign in to comment.