chore: un-fork from cosmos (#166)

* chore: un-fork from cosmos

* rm LoC
This commit is contained in:
Federico Kunze
2021-06-22 06:49:18 -04:00
committed by GitHub
parent fada59551d
commit 6000ab2098
106 changed files with 340 additions and 273 deletions
+2 -2
View File
@@ -146,11 +146,11 @@ module.exports = {
title: 'Contributing',
children: [{
title: 'Contributing to the docs',
url: 'https://github.com/tharsis/ethermint/tree/development/docs'
url: 'https://github.com/tharsis/ethermint/tree/main/docs'
},
{
title: 'Source code on GitHub',
url: 'https://github.com/tharsis/ethermint/blob/development/docs/DOCS_README.md'
url: 'https://github.com/tharsis/ethermint/blob/main/docs/DOCS_README.md'
}
]
}
+2 -2
View File
@@ -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/cosmos/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/tharsis/ethermint/tree/master/CONTRIBUTING.md#updating-documentation)
## Translating
@@ -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/cosmos/ethermint/tree/master/docs).
[master](https://github.com/tharsis/ethermint/tree/master/docs).
### How It Works
+2 -2
View File
@@ -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/cosmos/ethermint)**: Godocs of Ethermint.
- **[Ethermint API Reference](https://godoc.org/github.com/tharsis/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/cosmos/ethermint/blob/development/docs/DOCS_README.md) for details of the build process and considerations when making changes.
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.
+1 -1
View File
@@ -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/cosmos/ethermint/blob/v0.1.0/types/account.go#L31-L36
+++ https://github.com/tharsis/ethermint/blob/v0.1.0/types/account.go#L31-L36
## Addresses and Public Keys
+1 -1
View File
@@ -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/cosmos/ethermint.git
go install https://github.com/tharsis/ethermint.git
```
Check that the binaries have been successfuly installed:
+1 -1
View File
@@ -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/cosmos/ethermint
git clone https://github.com/tharsis/ethermint
cd ethermint
git checkout v0.4.1
make install
+2 -2
View File
@@ -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/cosmos/ethermint](https://github.com/cosmos/ethermint)
- Official Codebase: [https://github.com/tharsis/ethermint](https://github.com/tharsis/ethermint)
- Official Website: [https://ethermint.zone/](https://ethermint.zone/)
## Workshops and Videos
@@ -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/cosmos/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/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.
## Next {hide}
+1 -1
View File
@@ -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/cosmos/ethermint/tree/development/x/evm)) packaged inside
The EVM module ([x/evm](https://github.com/tharsis/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.
+2 -2
View File
@@ -9,7 +9,7 @@ order: 1
Clone and build Ethermint using `git`:
```bash
git clone https://github.com/cosmos/ethermint.git
git clone https://github.com/tharsis/ethermint.git
cd ethermint
make install
```
@@ -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/cosmos/ethermint/releases)
You can also download a specific release available on the [Ethermint repository](https://github.com/tharsis/ethermint/releases)
## Next {hide}
+1 -1
View File
@@ -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/cosmos/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/tharsis/ethermint/releases) for details on each release.
## Upgrade Genesis File