Skip to content

Commit

Permalink
add jiujiteiro namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jiujiteiro committed Jul 9, 2021
1 parent 229e112 commit c8103aa
Show file tree
Hide file tree
Showing 58 changed files with 168 additions and 168 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,37 @@ Ref: https://keepachangelog.com/en/1.0.0/

### State Machine Breaking

* (evm) [tharsis#175](https://github.com/tharsis/ethermint/issues/175) The msg `TxData` field is now represented as a `*proto.Any`.
* (evm) [tharsis#84](https://github.com/tharsis/ethermint/pull/84) Remove `journal`, `CommitStateDB` and `stateObjects`.
* (rpc, evm) [tharsis#81](https://github.com/tharsis/ethermint/pull/81) Remove tx `Receipt` from store and replace it with fields obtained from the Tendermint RPC client.
* (evm) [tharsis#72](https://github.com/tharsis/ethermint/issues/72) Update `AccessList` to use `TransientStore` instead of map.
* (evm) [tharsis#68](https://github.com/tharsis/ethermint/issues/68) Replace block hash storage map to use staking `HistoricalInfo`.
* (evm) [tharsis#175](https://github.com/jiujiteiro/ethermint/issues/175) The msg `TxData` field is now represented as a `*proto.Any`.
* (evm) [tharsis#84](https://github.com/jiujiteiro/ethermint/pull/84) Remove `journal`, `CommitStateDB` and `stateObjects`.
* (rpc, evm) [tharsis#81](https://github.com/jiujiteiro/ethermint/pull/81) Remove tx `Receipt` from store and replace it with fields obtained from the Tendermint RPC client.
* (evm) [tharsis#72](https://github.com/jiujiteiro/ethermint/issues/72) Update `AccessList` to use `TransientStore` instead of map.
* (evm) [tharsis#68](https://github.com/jiujiteiro/ethermint/issues/68) Replace block hash storage map to use staking `HistoricalInfo`.

### API Breaking

* (proto, evm) [tharsis#207](https://github.com/tharsis/ethermint/issues/207) Replace `big.Int` in favor of `sdk.Int` for `TxData` fields
* (proto, evm) [tharsis#81](https://github.com/tharsis/ethermint/pull/81) gRPC Query and Tx service changes:
* (proto, evm) [tharsis#207](https://github.com/jiujiteiro/ethermint/issues/207) Replace `big.Int` in favor of `sdk.Int` for `TxData` fields
* (proto, evm) [tharsis#81](https://github.com/jiujiteiro/ethermint/pull/81) gRPC Query and Tx service changes:
* The `TxReceipt`, `TxReceiptsByBlockHeight` endpoints have been removed from the Query service.
* The `ContractAddress`, `Bloom` have been removed from the `MsgEthereumTxResponse` and the
response now contains the ethereum-formatted `Hash` in hex format.
* (eth) [\#845](https://github.com/cosmos/ethermint/pull/845) The `eth` namespace must be included in the list of API's as default to run the rpc server without error.
* (evm) [#202](https://github.com/tharsis/ethermint/pull/202) Web3 api `SendTransaction`/`SendRawTransaction` returns ethereum compatible transaction hash, and query api `GetTransaction*` also accept that.
* (evm) [#202](https://github.com/jiujiteiro/ethermint/pull/202) Web3 api `SendTransaction`/`SendRawTransaction` returns ethereum compatible transaction hash, and query api `GetTransaction*` also accept that.

### Improvements

* (gRPC) [tharsis#239](https://github.com/tharsis/ethermint/pull/239) Query `ChainConfig` via gRPC.
* (rpc) [tharsis#181](https://github.com/tharsis/ethermint/pull/181) Use evm denomination for params on tx fee.
* (deps) [tharsis#165](https://github.com/tharsis/ethermint/pull/165) Bump Cosmos SDK and Tendermint versions to [v0.42.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.6) and [v0.34.11](https://github.com/tendermint/tendermint/releases/tag/v0.34.11), respectively.
* (evm) [tharsis#66](https://github.com/tharsis/ethermint/issues/66) Support legacy transaction types for signing.
* (evm) [tharsis#24](https://github.com/tharsis/ethermint/pull/24) Implement metrics for `MsgEthereumTx`, state transitions, `BeginBlock` and `EndBlock`.
* (rpc) [#124](https://github.com/tharsis/ethermint/issues/124) Implement `txpool_content`, `txpool_inspect` and `txpool_status` RPC methods
* (rpc) [tharsis#112](https://github.com/tharsis/ethermint/pull/153) Fix `eth_coinbase` to return the ethereum address of the validator
* (rpc) [tharsis#176](https://github.com/tharsis/ethermint/issues/176) Support fetching pending nonce
* (gRPC) [tharsis#239](https://github.com/jiujiteiro/ethermint/pull/239) Query `ChainConfig` via gRPC.
* (rpc) [tharsis#181](https://github.com/jiujiteiro/ethermint/pull/181) Use evm denomination for params on tx fee.
* (deps) [tharsis#165](https://github.com/jiujiteiro/ethermint/pull/165) Bump Cosmos SDK and Tendermint versions to [v0.42.6](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.42.6) and [v0.34.11](https://github.com/tendermint/tendermint/releases/tag/v0.34.11), respectively.
* (evm) [tharsis#66](https://github.com/jiujiteiro/ethermint/issues/66) Support legacy transaction types for signing.
* (evm) [tharsis#24](https://github.com/jiujiteiro/ethermint/pull/24) Implement metrics for `MsgEthereumTx`, state transitions, `BeginBlock` and `EndBlock`.
* (rpc) [#124](https://github.com/jiujiteiro/ethermint/issues/124) Implement `txpool_content`, `txpool_inspect` and `txpool_status` RPC methods
* (rpc) [tharsis#112](https://github.com/jiujiteiro/ethermint/pull/153) Fix `eth_coinbase` to return the ethereum address of the validator
* (rpc) [tharsis#176](https://github.com/jiujiteiro/ethermint/issues/176) Support fetching pending nonce

### Bug Fixes

* (rpc) [tharsis#81](https://github.com/tharsis/ethermint/pull/81) Fix transaction hashing and decoding on `eth_sendTransaction`.
* (rpc) [tharsis#45](https://github.com/tharsis/ethermint/pull/45) Use `EmptyUncleHash` and `EmptyRootHash` for empty ethereum `Header` fields.
* (rpc) [tharsis#81](https://github.com/jiujiteiro/ethermint/pull/81) Fix transaction hashing and decoding on `eth_sendTransaction`.
* (rpc) [tharsis#45](https://github.com/jiujiteiro/ethermint/pull/45) Use `EmptyUncleHash` and `EmptyRootHash` for empty ethereum `Header` fields.

## [v0.4.1] - 2021-03-01

Expand Down
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ workflow and standards.
Contributing to this repo can mean many things such as participating in discussion or proposing code changes. To ensure
a smooth workflow for all contributors, the following general procedure for contributing has been established:

1. Either [open](https://github.com/tharsis/ethermint/issues/new/choose)
or [find](https://github.com/tharsis/ethermint/issues) an issue you have identified and would like to contribute to
1. Either [open](https://github.com/jiujiteiro/ethermint/issues/new/choose)
or [find](https://github.com/jiujiteiro/ethermint/issues) an issue you have identified and would like to contribute to
resolving.
2. Participate in thoughtful discussion on that issue.
3. If you would like to contribute:
Expand Down Expand Up @@ -57,27 +57,27 @@ PR, but be aware that for more complex problems/features, if a PR is opened befo
taken place in a github issue, that PR runs a high likelihood of being rejected.

Looking for a good place to start contributing? How about checking out
some [good first issues](https://github.com/tharsis/ethermint/issues?q=label%3A%22good+first+issue%22).
some [good first issues](https://github.com/jiujiteiro/ethermint/issues?q=label%3A%22good+first+issue%22).

## <span id="adr">Architecture Decision Records (ADR)</span>

When proposing an architecture decision for Ethermint, please create
an [ADR](https://github.com/tharsis/ethermint/blob/main/docs/architecture/README.md) so further discussions can be
an [ADR](https://github.com/jiujiteiro/ethermint/blob/main/docs/architecture/README.md) so further discussions can be
made. We are following this process so all involved parties are in agreement before any party begins coding the proposed
implementation. If you would like to see some examples of how these are written refer
to [Tendermint ADRs](https://github.com/tendermint/tendermint/tree/master/docs/architecture).

## <span id="forking">Forking</span>

Please note that Go requires code to live under absolute paths, which complicates forking. While my fork lives
at `https://github.com/tharsis/ethermint`, the code should never exist
at `$GOPATH/src/github.com/tharsis/ethermint`. Instead, we use `git remote` to add the fork as a new remote for the
original repo,`$GOPATH/src/github.com/tharsis/ethermint`, and do all the work there.
at `https://github.com/jiujiteiro/ethermint`, the code should never exist
at `$GOPATH/src/github.com/jiujiteiro/ethermint`. Instead, we use `git remote` to add the fork as a new remote for the
original repo,`$GOPATH/src/github.com/jiujiteiro/ethermint`, and do all the work there.

For instance, to create a fork and work on a branch of it, you would:

1. Create the fork on github, using the fork button.
2. Go to the original repo checked out locally. (i.e. `$GOPATH/src/github.com/tharsis/ethermint`)
2. Go to the original repo checked out locally. (i.e. `$GOPATH/src/github.com/jiujiteiro/ethermint`)
3. `git remote rename origin upstream`
4. `git remote add origin git@github.com:tharsis/ethermint.git`

Expand Down Expand Up @@ -140,7 +140,7 @@ For example, in vscode your `.vscode/settings.json` should look like:
2. `development` must never
fail `make lint, make test, make test-race, make test-rpc, make test-solidity, make test-import`
3. No `--force` onto `development` (except when reverting a broken commit, which should seldom happen).
4. Create your feature branch from `development` either on `github.com/tharsis/ethermint`, or your fork (
4. Create your feature branch from `development` either on `github.com/jiujiteiro/ethermint`, or your fork (
using `git remote add origin`).
5. Before submitting a pull request, begin `git rebase` on top of `development`.

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:alpine AS build-env
ENV PACKAGES git build-base

# Set working directory for the build
WORKDIR /go/src/github.com/tharsis/ethermint
WORKDIR /go/src/github.com/jiujiteiro/ethermint

# Install dependencies
RUN apk add --update $PACKAGES
Expand All @@ -24,7 +24,7 @@ RUN apk add --update ca-certificates jq
WORKDIR /root

# Copy over binaries from the build-env
COPY --from=build-env /go/src/github.com/tharsis/ethermint/build/ethermintd /usr/bin/ethermintd
COPY --from=build-env /go/src/github.com/jiujiteiro/ethermint/build/ethermintd /usr/bin/ethermintd

# Run ethermintd by default
CMD ["ethermintd"]
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ETHERMINT_BINARY = ethermintd
ETHERMINT_DIR = ethermint
BUILDDIR ?= $(CURDIR)/build
SIMAPP = ./app
HTTPS_GIT := https://github.com/tharsis/ethermint.git
HTTPS_GIT := https://github.com/jiujiteiro/ethermint.git
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf

Expand Down Expand Up @@ -263,7 +263,7 @@ update-swagger-docs: statik
.PHONY: update-swagger-docs

godocs:
@echo "--> Wait a few seconds and visit http://localhost:6060/pkg/github.com/tharsis/ethermint/types"
@echo "--> Wait a few seconds and visit http://localhost:6060/pkg/github.com/jiujiteiro/ethermint/types"
godoc -http=:6060

# This builds a docs site for each branch/tag in `./docs/versions`
Expand Down Expand Up @@ -399,7 +399,7 @@ lint-fix:
format:
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs gofmt -w -s
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs misspell -w
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs goimports -w -local github.com/tharsis/ethermint
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -path "./client/docs/statik/statik.go" -not -name '*.pb.go' | xargs goimports -w -local github.com/jiujiteiro/ethermint
.PHONY: format

###############################################################################
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ parent:
</div>

<div align="center">
<a href="https://github.com/tharsis/ethermint/releases/latest">
<img alt="Version" src="https://img.shields.io/github/tag/tharsis/ethermint.svg" />
<a href="https://github.com/jiujiteiro/ethermint/releases/latest">
<img alt="Version" src="https://img.shields.io/github/tag/jiujiteiro/ethermint.svg" />
</a>
<a href="https://github.com/tharsis/ethermint/blob/main/LICENSE">
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/tharsis/ethermint.svg" />
<a href="https://github.com/jiujiteiro/ethermint/blob/main/LICENSE">
<img alt="License: Apache-2.0" src="https://img.shields.io/github/license/jiujiteiro/ethermint.svg" />
</a>
<a href="https://pkg.go.dev/github.com/tharsis/ethermint?tab=doc">
<img alt="GoDoc" src="https://godoc.org/github.com/tharsis/ethermint?status.svg" />
<a href="https://pkg.go.dev/github.com/jiujiteiro/ethermint?tab=doc">
<img alt="GoDoc" src="https://godoc.org/github.com/jiujiteiro/ethermint?status.svg" />
</a>
<a href="https://goreportcard.com/report/github.com/tharsis/ethermint">
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/tharsis/ethermint"/>
<a href="https://goreportcard.com/report/github.com/jiujiteiro/ethermint">
<img alt="Go report card" src="https://goreportcard.com/badge/github.com/jiujiteiro/ethermint"/>
</a>
</div>
<div align="center">
<a href="https://discord.gg/AzefAFd">
<img alt="Discord" src="https://img.shields.io/discord/669268347736686612.svg" />
</a>
<a href="https://github.com/tharsis/ethermint/actions?query=workflow%3ABuild">
<img alt="Build Status" src="https://github.com/tharsis/ethermint/workflows/Build/badge.svg" />
<a href="https://github.com/jiujiteiro/ethermint/actions?query=workflow%3ABuild">
<img alt="Build Status" src="https://github.com/jiujiteiro/ethermint/workflows/Build/badge.svg" />
</a>
<a href="https://github.com/tharsis/ethermint/actions?query=workflow%3ALint">
<img alt="Lint Status" src="https://github.com/tharsis/ethermint/workflows/Lint/badge.svg" />
<a href="https://github.com/jiujiteiro/ethermint/actions?query=workflow%3ALint">
<img alt="Lint Status" src="https://github.com/jiujiteiro/ethermint/workflows/Lint/badge.svg" />
</a>
<a href="https://codecov.io/gh/tharsis/ethermint">
<img alt="Code Coverage" src="https://codecov.io/gh/tharsis/ethermint/branch/main/graph/badge.svg" />
<a href="https://codecov.io/gh/jiujiteiro/ethermint">
<img alt="Code Coverage" src="https://codecov.io/gh/jiujiteiro/ethermint/branch/main/graph/badge.svg" />
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
authsigning "github.com/cosmos/cosmos-sdk/x/auth/signing"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"

"github.com/tharsis/ethermint/crypto/ethsecp256k1"
"github.com/jiujiteiro/ethermint/crypto/ethsecp256k1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion app/ante/ante_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

sdk "github.com/cosmos/cosmos-sdk/types"

evmtypes "github.com/tharsis/ethermint/x/evm/types"
evmtypes "github.com/jiujiteiro/ethermint/x/evm/types"
)

func (suite AnteTestSuite) TestAnteHandler() {
Expand Down
4 changes: 2 additions & 2 deletions app/ante/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
authante "github.com/cosmos/cosmos-sdk/x/auth/ante"
"github.com/palantir/stacktrace"

ethermint "github.com/tharsis/ethermint/types"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
ethermint "github.com/jiujiteiro/ethermint/types"
evmtypes "github.com/jiujiteiro/ethermint/x/evm/types"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
Expand Down
6 changes: 3 additions & 3 deletions app/ante/eth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (

sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/tharsis/ethermint/app/ante"
"github.com/tharsis/ethermint/tests"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
"github.com/jiujiteiro/ethermint/app/ante"
"github.com/jiujiteiro/ethermint/tests"
evmtypes "github.com/jiujiteiro/ethermint/x/evm/types"

"github.com/ethereum/go-ethereum/common"
ethtypes "github.com/ethereum/go-ethereum/core/types"
Expand Down
12 changes: 6 additions & 6 deletions app/ante/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import (
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"

"github.com/tharsis/ethermint/app"
ante "github.com/tharsis/ethermint/app/ante"
"github.com/tharsis/ethermint/crypto/ethsecp256k1"
"github.com/tharsis/ethermint/encoding"
"github.com/tharsis/ethermint/tests"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
"github.com/jiujiteiro/ethermint/app"
ante "github.com/jiujiteiro/ethermint/app/ante"
"github.com/jiujiteiro/ethermint/crypto/ethsecp256k1"
"github.com/jiujiteiro/ethermint/encoding"
"github.com/jiujiteiro/ethermint/tests"
evmtypes "github.com/jiujiteiro/ethermint/x/evm/types"

tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
)
Expand Down
16 changes: 8 additions & 8 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ import (
ibckeeper "github.com/cosmos/ibc-go/modules/core/keeper"

// unnamed import of statik for swagger UI support
_ "github.com/tharsis/ethermint/client/docs/statik"

"github.com/tharsis/ethermint/app/ante"
ethermint "github.com/tharsis/ethermint/types"
"github.com/tharsis/ethermint/x/evm"
evmrest "github.com/tharsis/ethermint/x/evm/client/rest"
evmkeeper "github.com/tharsis/ethermint/x/evm/keeper"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
_ "github.com/jiujiteiro/ethermint/client/docs/statik"

"github.com/jiujiteiro/ethermint/app/ante"
ethermint "github.com/jiujiteiro/ethermint/types"
"github.com/jiujiteiro/ethermint/x/evm"
evmrest "github.com/jiujiteiro/ethermint/x/evm/client/rest"
evmkeeper "github.com/jiujiteiro/ethermint/x/evm/keeper"
evmtypes "github.com/jiujiteiro/ethermint/x/evm/types"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"

"github.com/tharsis/ethermint/encoding"
"github.com/jiujiteiro/ethermint/encoding"
)

func TestEthermintAppExport(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion app/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/staking"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/tharsis/ethermint/encoding"
"github.com/jiujiteiro/ethermint/encoding"
)

// NewDefaultGenesisState generates the default state for the application.
Expand Down
2 changes: 1 addition & 1 deletion app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/cosmos/cosmos-sdk/simapp"
"github.com/tharsis/ethermint/encoding"
"github.com/jiujiteiro/ethermint/encoding"

abci "github.com/tendermint/tendermint/abci/types"
"github.com/tendermint/tendermint/libs/log"
Expand Down
2 changes: 1 addition & 1 deletion client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/cosmos/cosmos-sdk/client/flags"

ethermint "github.com/tharsis/ethermint/types"
ethermint "github.com/jiujiteiro/ethermint/types"
)

// InitConfig adds the chain-id, encoding and output flags to the persistent flag set.
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/init.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package statik

// This just for fixing the error in importing empty github.com/tharsis/ethermint/client/docs/statik
// This just for fixing the error in importing empty github.com/jiujiteiro/ethermint/client/docs/statik
4 changes: 2 additions & 2 deletions client/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/spf13/cobra"

"github.com/cosmos/cosmos-sdk/crypto/keyring"
"github.com/tharsis/ethermint/crypto/ethsecp256k1"
"github.com/tharsis/ethermint/crypto/hd"
"github.com/jiujiteiro/ethermint/crypto/ethsecp256k1"
"github.com/jiujiteiro/ethermint/crypto/hd"
)

// UnsafeExportEthKeyCommand exports a key with the given name as a private key in hex format.
Expand Down
4 changes: 2 additions & 2 deletions client/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"github.com/cosmos/cosmos-sdk/crypto/keyring"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/common"
"github.com/tharsis/ethermint/crypto/ethsecp256k1"
"github.com/jiujiteiro/ethermint/crypto/ethsecp256k1"

"github.com/tharsis/ethermint/crypto/hd"
"github.com/jiujiteiro/ethermint/crypto/hd"
)

// UnsafeImportKeyCommand imports private keys from a keyfile.
Expand Down
4 changes: 2 additions & 2 deletions client/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/tendermint/tendermint/libs/cli"

"github.com/cosmos/cosmos-sdk/crypto/keyring"
clientkeys "github.com/tharsis/ethermint/client/keys"
"github.com/tharsis/ethermint/crypto/hd"
clientkeys "github.com/jiujiteiro/ethermint/client/keys"
"github.com/jiujiteiro/ethermint/crypto/hd"
)

// KeyCommands registers a sub-tree of commands to interact with
Expand Down
Loading

0 comments on commit c8103aa

Please sign in to comment.