diff --git a/.gitleaks.toml b/.gitleaks.toml index 4f91ea35..e6297e11 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -20,6 +20,10 @@ paths = [ '''vendor''', '''init.sh''' ] +regexes = [ + '''#nosec''', + '''//nosec''' + ] [[rules]] description = "Adafruit API Key" diff --git a/README.md b/README.md index eee5eee6..d9313df5 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,9 @@ parent: -->
-

Ethermint

+

Ethermint by Zetachain

-![banner](docs/ethermint.jpg) -
Version @@ -22,42 +20,13 @@ parent: Go report card - - Lines of code - -
-
- - Discord - Lint Status - - Code Coverage -
-> [!WARNING] -> Evmos, the team behind Ethermint, has fully shifted its focus to [Evmos](https://github.com/evmos/evmos), where we -> continue to build interoperability solutions for the future! -> As a result, this repository is no longer maintained for that reason and all relevant code has been migrated. -> -> **NOTE: If you are interested in using this software** email us at [os@evmos.org](mailto:os@evmos.org) with copy to [legal@thars.is](mailto:legal@thars.is) - ## About -Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. - -## Careers - -See our open positions on [Evmos Careers](https://evmos.org/careers). - -## Community - -The following chat channels and forums are a great spot to ask questions about Ethermint: +This Ethermint fork is maintained by the team at ZetaChain. -- [Evmos Twitter](https://twitter.com/EvmosOrg) -- [Evmos Discord](https://discord.gg/evmos) -- [Evmos Telegram](https://t.me/EvmosOrg) -- [Altiplanic Twitter](https://twitter.com/Altiplanic_io) +Ethermint is a scalable and interoperable Ethereum library originally developed by EVMOS, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [Tendermint Core](https://github.com/tendermint/tendermint) consensus engine. diff --git a/crypto/hd/algorithm.go b/crypto/hd/algorithm.go index 02b7484c..0b5a91fe 100644 --- a/crypto/hd/algorithm.go +++ b/crypto/hd/algorithm.go @@ -56,6 +56,7 @@ func EthSecp256k1Option() keyring.Option { } var ( + //nosec _ keyring.SignatureAlgo = EthSecp256k1 // EthSecp256k1 uses the Bitcoin secp256k1 ECDSA parameters.