evmos
evmos copied to clipboard
Evmos is the first decentralized EVM chain on the Cosmos Network. It's implementing the first EVM stack focused on native, cross-chain applications. Evmos is the flagship implementation of Ethermint,...
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.2.0 to 1.3.0. Release notes Sourced from cosmossdk.io/math's releases. Cosmovisor v1.3.0 Release Notes Fix failure when installing cosmovisor via go install. Changelog For more details, please see...
# Description Benchamarks for `ApplyTransaction` to determine the impact of the new DynamicPrecompiles resuts: ``` go test -bench=BenchmarkApplyTransaction ./x/evm/keeper/state_transition_benchmark_test.go -benchtime=1000x -benchmem goos: darwin goarch: arm64 BenchmarkApplyTransaction/tx_type_transfer_1-12 1000 170100 ns/op 93513...
Allow insecure account unlocking when account-related RPCs are exposed by http # Description Closes: #1657 --- ## Author Checklist **All** items are required. Please add a note to the item...
## Description I have implemented the `editValidator` function in the https://github.com/evmos/evmos/pull/2030, and along with you the previously implemented `delegate`, `undelegate`, `redelegate` and related functions, the staking precompiled contract is only...
## Description a small update for convert an address between hex and bech32. **before** bech32 address to hex address(only for evmos and evmosvaloper bech32 address): `evmosd debug addr evmos1qqqqhe5pnaq5qq39wqkn957aydnrm45sdn8583 `...
## Description Given the amount of errors we have done with execution context with the EVM, wanted to have a central function that guarantees consistency in execution ctx. NOTE: Not...
# Description Closes: ENG-2515 --- ## Author Checklist **All** items are required. Please add a note to the item if the item is not applicable and please add links to...
## Description This is a feature branch for Single Token Representation v2 ---- Closes #XXX
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.1 to 1.62.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.62.0 New Features grpc: Add StaticMethod CallOption as a signal to stats handler that a method is...
## Context Can someone explain to me how 3x transactions with gas limit 36m can be included in a single block [like this](https://escan.live/txs?t=evm&block=18364518)? Is the validator altered their Tendermint/CometBFT to...