Aleksandr Bezobchuk

Results 47 issues of Aleksandr Bezobchuk

## Summary The logger was refactored to use zerolog along with removing filtered logging in PR https://github.com/tendermint/tendermint/pull/6534 ## Problem Definition Operators have expressed enough strong interest over time since the...

https://github.com/tendermint/tendermint/pull/6634/checks?check_run_id=2963975955 ``` --- FAIL: TestReactorBroadcastEvidence_Lagging (0.03s) reactor_test.go:364: Error Trace: reactor_test.go:207 reactor_test.go:364 Error: Should be empty, but was 0xc001718ba0 Test: TestReactorBroadcastEvidence_Lagging Messages: checking channel #"d462a29fac82c7295da58a526f957b8ff69e325d" FAIL coverage: 79.9% of statements FAIL...

T:test

## Description Remove base and bonus proposer rewards from the x/distribution mechanism. ## Changelog * Deprecate base and bonus reward fields in `Params` * Bump `x/distribution` consensus version to 4...

C:x/distribution
C:Simulations

## Description This PR introduces the ability for v1 `x/gov` to execute a message that directly spends tokens from the community pool opposed to having to execute the legacy `CommunityPoolSpendProposal`...

C:CLI
C:x/distribution
C:Simulations
C:x/bank

We should implement importing block benchmarks off of the Ethereum mainchain...roughly 500k blocks I suppose. Tracking memory and CPU ops. It should compare applying txs with Geth's StateDB and Ethermint's...

pre-release
core

Complete implementation of the EVM module. Right now, StateDB lives under `x/evm/types`. I imagine we'll need a keeper that has a reference to this. We'll need to implement a message...

pre-release
core
evm

When we create a new instance of an `Ethermint` app and thus call `SetMinimumFees` via the `BaseApp`, make sure the fees only include a single valid denom.

Implement the initial daemon command to start and manage Ethermint using Tendermint. In addition, it should be able to be fed Ethereum state for testing using Tendermint.

pre-release

`LoadVersion` is extremely slow and the [PR #1952](https://github.com/cosmos/cosmos-sdk/pull/1952/files) in the SDK addresses this by using new IAVL updates. Just a friendly reminder that once that is merged into the SDK...

pre-release

Place holder issue to discuss the mechanics and reconciliation of the native Ethermint receipts and the SDK tags that @cwgoes brought up in discussion.

pre-release
core