ethermint
ethermint copied to clipboard
Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.22.1 to 0.23.2. Release notes Sourced from github.com/btcsuite/btcd's releases. btcd v0.23.2 What's Changed MuSig2: Catch up to 0.4.0 by @sputn1ck in btcsuite/btcd#1865 Bump btcd version in btcutil...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.6.0 Summer 2022 Release Some exciting changes make their way to Cobra! Command completions continue to get better...
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.19 to 1.10.25. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Nemata (v1.10.25) Geth v1.10.25 is a tiny update to flip the mainnet chain configuration to be post-merge. This...
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v11 Allow pushFilter regex to start with a dash Add pathsToPush and cachixArgs Avoid pushing .drv.chroot files Self-hosted...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.2.0 to 2.3.0. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.3.0 2.3.0 Interruptible Nodes and Timeouts Ginkgo now supports per-node and per-spec timeouts on interruptible nodes. Check out...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.21.1 to 1.22.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.22.1 1.22.1 Fixes When passed a context and no explicit timeout, Eventually will only timeout when the context...
## Introduction Ethermint's EIP-712 signature verification module does not allow for multi-signature verification in any capacity. The verification code artificially enforces a signer limit of exactly one, and by accepting...
Closes: #XXX ## Description This PR exposes EVM RPC metrics similar to the ones exposed by `go-ethereum`. The metrics correspond to: 1. Request duration 2. Count of successful calls 3....
Will ethermint support feegrant?