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 71a0106 commit 229e112
Show file tree
Hide file tree
Showing 55 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion client/keys/keysadd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"fmt"
"sort"

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

bip39 "github.com/cosmos/go-bip39"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion crypto/codec/amino.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
"github.com/cosmos/cosmos-sdk/crypto/keyring"

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

// RegisterCrypto registers all crypto dependency types with the provided Amino
Expand Down
2 changes: 1 addition & 1 deletion crypto/codec/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"

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

// RegisterInterfaces register the Ethermint key concrete types.
Expand Down
2 changes: 1 addition & 1 deletion crypto/hd/algorithm.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/cosmos/cosmos-sdk/crypto/keyring"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"

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

const (
Expand Down
4 changes: 2 additions & 2 deletions crypto/hd/algorithm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/crypto/keyring"

cryptocodec "github.com/tharsis/ethermint/crypto/codec"
ethermint "github.com/tharsis/ethermint/types"
cryptocodec "github.com/jiujiteiro/ethermint/crypto/codec"
ethermint "github.com/jiujiteiro/ethermint/types"
)

func init() {
Expand Down
4 changes: 2 additions & 2 deletions docs/DOCS_README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Updating the docs

If you want to open a PR on the Cosmos SDK to update the documentation, please follow the guidelines in the [`CONTRIBUTING.md`](https://github.com/tharsis/ethermint/tree/master/CONTRIBUTING.md#updating-documentation)
If you want to open a PR on the Cosmos SDK to update the documentation, please follow the guidelines in the [`CONTRIBUTING.md`](https://github.com/jiujiteiro/ethermint/tree/master/CONTRIBUTING.md#updating-documentation)

## Translating

Expand All @@ -14,7 +14,7 @@ If you want to open a PR on the Cosmos SDK to update the documentation, please f
The documentation for Ethermint is hosted at https://docs.ethermint.zone/

built from the files in this (`/docs`) directory for
[master](https://github.com/tharsis/ethermint/tree/master/docs).
[master](https://github.com/jiujiteiro/ethermint/tree/master/docs).

### How It Works

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ aside: false
## Other Resources

- **[Module Directory](../x/)**: Module implementations and their respective documentation.
- **[Ethermint API Reference](https://godoc.org/github.com/tharsis/ethermint)**: Godocs of Ethermint.
- **[Ethermint API Reference](https://godoc.org/github.com/jiujiteiro/ethermint)**: Godocs of Ethermint.
- **[REST API spec](https://cosmos.network/rpc/)**: List of REST endpoints to interact with an full-node through REST.

## Contribute

See [this file](https://github.com/tharsis/ethermint/blob/main/docs/DOCS_README.md) for details of the build process and considerations when making changes.
See [this file](https://github.com/jiujiteiro/ethermint/blob/main/docs/DOCS_README.md) for details of the build process and considerations when making changes.
2 changes: 1 addition & 1 deletion docs/basics/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Ethermint defines its own custom `Account` type that uses Ethereum's ECDSA secp2
satisfies the [EIP84](https://github.com/ethereum/EIPs/issues/84) for full [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) paths.
The root HD path for Ethermint-based accounts is `m/44'/60'/0'/0`.

+++ https://github.com/tharsis/ethermint/blob/v0.1.0/types/account.go#L31-L36
+++ https://github.com/jiujiteiro/ethermint/blob/v0.1.0/types/account.go#L31-L36

## Addresses and Public Keys

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloud_testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Now you are connected to the droplet.
Clone and build Ethermint in the droplet using `git`:

```bash
go install https://github.com/tharsis/ethermint.git
go install https://github.com/jiujiteiro/ethermint.git
```

Check that the binaries have been successfuly installed:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/join_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document outlines the steps to join the public testnet
1. Install the Ethermint binaries (ethermintd & ethermint cli)

```bash
git clone https://github.com/tharsis/ethermint
git clone https://github.com/jiujiteiro/ethermint
cd ethermint
git checkout v0.4.1
make install
Expand Down
4 changes: 2 additions & 2 deletions docs/intro/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ order: 4
Learn about Ethermint with the list of official resources. {synopsis}

- Official Documentation: [https://docs.ethermint.zone/](https://docs.ethermint.zone/)
- Official Codebase: [https://github.com/tharsis/ethermint](https://github.com/tharsis/ethermint)
- Official Codebase: [https://github.com/jiujiteiro/ethermint](https://github.com/jiujiteiro/ethermint)
- Official Website: [https://ethermint.zone/](https://ethermint.zone/)

## Workshops and Videos
Expand Down Expand Up @@ -39,7 +39,7 @@ Note: most of these articles are outdated as they refer to the previous Ethermin
## Previous Ethermint implementations

- [Ethermint ABCI:](https://github.com/cosmos/ethermint_abci) This project was the first and original Tendermint ABCI application with EVM support. Not built with Cosmos SDK.
- [Ethermint (archive):](https://github.com/tharsis/ethermint-archive) Precursor implementation of the current project, developed by [All in Bits Inc](https://tendermint.com/). It was aiming to implement [Turbo-Geth](https://github.com/ledgerwatch/turbo-geth) as the EVM for scalability improvements.
- [Ethermint (archive):](https://github.com/jiujiteiro/ethermint-archive) Precursor implementation of the current project, developed by [All in Bits Inc](https://tendermint.com/). It was aiming to implement [Turbo-Geth](https://github.com/ledgerwatch/turbo-geth) as the EVM for scalability improvements.

## Next {hide}

Expand Down
2 changes: 1 addition & 1 deletion docs/intro/use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Zone](https://github.com/cosmos/peggy)) to enable interoperability between mainn

## EVM module dependency

The EVM module ([x/evm](https://github.com/tharsis/ethermint/tree/main/x/evm)) packaged inside
The EVM module ([x/evm](https://github.com/jiujiteiro/ethermint/tree/main/x/evm)) packaged inside
Ethermint can be used separately as its own standalone module. This can be added as a dependency to
any Cosmos chain, which will allow for smart contract support.

Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 1
Clone and build Ethermint using `git`:

```bash
git clone https://github.com/tharsis/ethermint.git
git clone https://github.com/jiujiteiro/ethermint.git
cd ethermint
make install
```
Expand Down Expand Up @@ -43,7 +43,7 @@ ethermintcli -h
Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested.
:::

You can also download a specific release available on the [Ethermint repository](https://github.com/tharsis/ethermint/releases)
You can also download a specific release available on the [Ethermint repository](https://github.com/jiujiteiro/ethermint/releases)

## Next {hide}

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ make install
If you have issues at this step, please check that you have the latest stable version of GO installed.
:::

You will need to ensure that the version installed matches the one needed for th testnet. Check the Ethermint [release page](https://github.com/tharsis/ethermint/releases) for details on each release.
You will need to ensure that the version installed matches the one needed for th testnet. Check the Ethermint [release page](https://github.com/jiujiteiro/ethermint/releases) for details on each release.

## Upgrade Genesis File

Expand Down
4 changes: 2 additions & 2 deletions encoding/codec/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/cosmos/cosmos-sdk/std"
sdk "github.com/cosmos/cosmos-sdk/types"

cryptocodec "github.com/tharsis/ethermint/crypto/codec"
ethermint "github.com/tharsis/ethermint/types"
cryptocodec "github.com/jiujiteiro/ethermint/crypto/codec"
ethermint "github.com/jiujiteiro/ethermint/types"
)

// RegisterLegacyAminoCodec registers Interfaces from types, crypto, and SDK std.
Expand Down
4 changes: 2 additions & 2 deletions encoding/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

ethtypes "github.com/ethereum/go-ethereum/core/types"

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

// MakeConfig creates an EncodingConfig for testing
Expand Down
8 changes: 4 additions & 4 deletions encoding/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (

ethtypes "github.com/ethereum/go-ethereum/core/types"

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

func TestTxEncoding(t *testing.T) {
Expand Down
16 changes: 8 additions & 8 deletions ethereum/rpc/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ package rpc
import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/ethereum/go-ethereum/rpc"
"github.com/tharsis/ethermint/ethereum/rpc/backend"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/eth"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/eth/filters"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/net"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/personal"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/txpool"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/web3"
"github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/jiujiteiro/ethermint/ethereum/rpc/backend"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/eth"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/eth/filters"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/net"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/personal"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/txpool"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/web3"
"github.com/jiujiteiro/ethermint/ethereum/rpc/types"

rpcclient "github.com/tendermint/tendermint/rpc/jsonrpc/client"
)
Expand Down
6 changes: 3 additions & 3 deletions ethereum/rpc/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"math/big"
"regexp"

"github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/jiujiteiro/ethermint/ethereum/rpc/types"

"github.com/pkg/errors"
tmtypes "github.com/tendermint/tendermint/types"
Expand All @@ -18,8 +18,8 @@ import (
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params"

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"
)

// Backend implements the functionality needed to filter changes.
Expand Down
10 changes: 5 additions & 5 deletions ethereum/rpc/namespaces/eth/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ import (
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"

"github.com/tharsis/ethermint/crypto/hd"
"github.com/tharsis/ethermint/ethereum/rpc/backend"
rpctypes "github.com/tharsis/ethermint/ethereum/rpc/types"
ethermint "github.com/tharsis/ethermint/types"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
"github.com/jiujiteiro/ethermint/crypto/hd"
"github.com/jiujiteiro/ethermint/ethereum/rpc/backend"
rpctypes "github.com/jiujiteiro/ethermint/ethereum/rpc/types"
ethermint "github.com/jiujiteiro/ethermint/types"
evmtypes "github.com/jiujiteiro/ethermint/x/evm/types"
)

// PublicAPI is the eth_ prefixed set of APIs in the Web3 JSON-RPC spec.
Expand Down
4 changes: 2 additions & 2 deletions ethereum/rpc/namespaces/eth/filters/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sync"
"time"

"github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/jiujiteiro/ethermint/ethereum/rpc/types"

log "github.com/xlab/suplog"

Expand All @@ -19,7 +19,7 @@ import (
"github.com/ethereum/go-ethereum/eth/filters"
"github.com/ethereum/go-ethereum/rpc"

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

// Backend defines the methods requided by the PublicFilterAPI backend
Expand Down
4 changes: 2 additions & 2 deletions ethereum/rpc/namespaces/eth/filters/filter_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

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

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

var (
Expand Down
2 changes: 1 addition & 1 deletion ethereum/rpc/namespaces/eth/filters/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"math/big"

"github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/jiujiteiro/ethermint/ethereum/rpc/types"

"github.com/pkg/errors"
log "github.com/xlab/suplog"
Expand Down
2 changes: 1 addition & 1 deletion ethereum/rpc/namespaces/net/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package net
import (
"fmt"

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

"github.com/cosmos/cosmos-sdk/client"
)
Expand Down
10 changes: 5 additions & 5 deletions ethereum/rpc/namespaces/personal/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"
"time"

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

log "github.com/xlab/suplog"

Expand All @@ -20,9 +20,9 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"

"github.com/tharsis/ethermint/crypto/ethsecp256k1"
"github.com/tharsis/ethermint/ethereum/rpc/namespaces/eth"
rpctypes "github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/jiujiteiro/ethermint/crypto/ethsecp256k1"
"github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/eth"
rpctypes "github.com/jiujiteiro/ethermint/ethereum/rpc/types"
)

// PrivateAccountAPI is the personal_ prefixed set of APIs in the Web3 JSON-RPC spec.
Expand Down
4 changes: 2 additions & 2 deletions ethereum/rpc/namespaces/txpool/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package txpool

import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/tharsis/ethermint/ethereum/rpc/types"
"github.com/jiujiteiro/ethermint/ethereum/rpc/types"
log "github.com/xlab/suplog"
)

// PublicAPI offers and API for the transaction pool. It only operates on data that is non-confidential.
// NOTE: For more info about the current status of this endpoints see https://github.com/tharsis/ethermint/issues/124
// NOTE: For more info about the current status of this endpoints see https://github.com/jiujiteiro/ethermint/issues/124
type PublicAPI struct {
logger log.Logger
}
Expand Down
2 changes: 1 addition & 1 deletion ethereum/rpc/namespaces/web3/api.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package web3

import (
"github.com/tharsis/ethermint/version"
"github.com/jiujiteiro/ethermint/version"

"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"
Expand Down
2 changes: 1 addition & 1 deletion ethereum/rpc/types/query_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

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

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

// QueryClient defines a gRPC Client used for:
Expand Down
2 changes: 1 addition & 1 deletion ethereum/rpc/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
ethtypes "github.com/ethereum/go-ethereum/core/types"

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

// Copied the Account and StorageResult types since they are registered under an
Expand Down
2 changes: 1 addition & 1 deletion ethereum/rpc/types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"

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

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
Expand Down
6 changes: 3 additions & 3 deletions ethereum/rpc/websockets.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/ethereum/go-ethereum/eth/filters"

rpcfilters "github.com/tharsis/ethermint/ethereum/rpc/namespaces/eth/filters"
rpcfilters "github.com/jiujiteiro/ethermint/ethereum/rpc/namespaces/eth/filters"

"github.com/gorilla/mux"
"github.com/gorilla/websocket"
Expand All @@ -25,8 +25,8 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/rpc"

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

type WebsocketsServer interface {
Expand Down
Loading

0 comments on commit 229e112

Please sign in to comment.