Skip to content

Commit

Permalink
Resolve conflicts after mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Sep 6, 2023
1 parent bee6522 commit 4f47eaa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 106 deletions.
9 changes: 1 addition & 8 deletions cmd/kava/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ import (
"github.com/kava-labs/kava/app"
"github.com/kava-labs/kava/app/params"
kavaclient "github.com/kava-labs/kava/client"
<<<<<<< HEAD
"github.com/kava-labs/kava/migrate"
=======
"github.com/kava-labs/kava/cmd/kava/opendb"
>>>>>>> 90fbe1aa (Make rocksdb configurable (#1658))
"github.com/kava-labs/kava/migrate"
)

// EnvPrefix is the prefix environment variables must have to configure the app.
Expand Down Expand Up @@ -108,16 +105,12 @@ func addSubCmds(rootCmd *cobra.Command, encodingConfig params.EncodingConfig, de
DBOpener: opendb.OpenDB,
}
// ethermintserver adds additional flags to start the JSON-RPC server for evm support
<<<<<<< HEAD
ethermintserver.AddCommands(rootCmd, defaultNodeHome, ac.newApp, ac.appExport, ac.addStartCmdFlags)
=======
ethermintserver.AddCommands(
rootCmd,
opts,
ac.appExport,
ac.addStartCmdFlags,
)
>>>>>>> 90fbe1aa (Make rocksdb configurable (#1658))

// add keybase, auxiliary RPC, query, and tx child commands
rootCmd.AddCommand(
Expand Down
44 changes: 7 additions & 37 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,13 @@ require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
<<<<<<< HEAD
github.com/kava-labs/kava-bridge v0.2.0
github.com/linxGnu/grocksdb v1.8.0
github.com/prometheus/client_golang v1.12.1
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
github.com/tendermint/tendermint v0.34.19
=======
github.com/linxGnu/grocksdb v1.8.0
github.com/pelletier/go-toml/v2 v2.0.6
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.3
github.com/subosito/gotenv v1.4.2
github.com/tendermint/tendermint v0.34.27
>>>>>>> 90fbe1aa (Make rocksdb configurable (#1658))
github.com/tendermint/tendermint v0.34.19
github.com/tendermint/tm-db v0.6.7
github.com/tharsis/ethermint v0.14.0
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4
Expand Down Expand Up @@ -103,24 +93,12 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
<<<<<<< HEAD
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
github.com/linxGnu/grocksdb v1.7.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
=======
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/lib/pq v1.10.7 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
>>>>>>> 90fbe1aa (Make rocksdb configurable (#1658))
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
Expand Down Expand Up @@ -150,7 +128,7 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.11.0 // indirect
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
github.com/tendermint/btcd v0.1.1 // indirect
Expand All @@ -172,7 +150,7 @@ require (
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.6 // indirect
)

Expand All @@ -185,19 +163,11 @@ replace (
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
// Use the cosmos modified protobufs
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
<<<<<<< HEAD
// Use rocksdb 7.1.2
github.com/tendermint/tm-db => github.com/kava-labs/tm-db v0.6.7-kava.1
github.com/tendermint/tm-db => github.com/kava-labs/tm-db v0.6.7-kava.4
// Use ethermint fork that respects min-gas-price with NoBaseFee true and london enabled, newProto w/ height parameter
github.com/tharsis/ethermint => github.com/Kava-Labs/ethermint v0.14.0-kava-v17.4
//github.com/tharsis/ethermint => github.com/Kava-Labs/ethermint v0.14.0-kava-v17.4
github.com/tharsis/ethermint => /Users/yevheniishcherbina/go/src/github.com/evmos/ethermint
// Make sure that we use grpc compatible with cosmos
google.golang.org/grpc => google.golang.org/grpc v1.33.2
=======
// Downgraded to avoid bugs in following commits which causes "version does not exist" errors
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
// Use cometbft fork of tendermint
github.com/tendermint/tendermint => github.com/kava-labs/cometbft v0.34.27-kava.0
// Indirect dependencies still use tendermint/tm-db
github.com/tendermint/tm-db => github.com/kava-labs/tm-db v0.6.7-kava.4
>>>>>>> 90fbe1aa (Make rocksdb configurable (#1658))
)
Loading

0 comments on commit 4f47eaa

Please sign in to comment.