Freddy Caceres
Freddy Caceres
When the node doesn't receive new blocks, we cannot use the debug_traceTransaction method in RPC. Client (blockscout) error: `May 24 19:11:20 blockscout cosmovisor[140643]: 7:11PM INF Served eth_getTransactionReceipt conn=10.128.0.19:49852 duration=3.399659 err="invalid...
Most messages with EIP712 are working fine, but the code is not working if some values that are not the cosmos transaction itself, are contained inside a proto.Any object. The...
There are some message like editValidator that should accept nil values. If we send nil with eip712 it will error with `failed to pack and hash typedData primary type: provided...
__Steps to reproduce:__ 1. Run the following query: ``` curl -X POST --data '{"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0x597018c25068a165ac17921623ec4b12c47038f3108544f0fa47df7f8e5ccb8d"],"id":1}' -H "Content-Type: application/json" https://cluster2.bd.evmos.org:8545 ``` __Expected behavior:__ Run a successful trace __Actual behavior:__ ``` {"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"rpc error:...
# 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...
## 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: #XXXX --- ## 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 Closes: #XXXX With this we take a similar approach to CosmosWasm to make it possible to make the EVM permissioned. This proposes to have now within the EVM...
# Description Oficial feature branch of the Single Token Represetation v2 feature. Closes: #XXXX --- ## Author Checklist **All** items are required. Please add a note to the item if...