Aleksandr Bezobchuk

Results 47 issues of Aleksandr Bezobchuk

### Problem No unit tests for the `EllipticCurve` or `EllipticCurvePoint` types to test basic functionality. ### Solution Implement base unit tests for the aforementioned types in the `utility` package. ###...

Task

## Changelog Ensure panic recovery in application `ProcessProposal` handler.

Improve modularity and remove any assumptions about the origin chain so Juno can sync with any Tendermint-based chain.

enhancement

Implement unit and integration tests to achieve at least 90% coverage.

Tests

Currently the worker naively retries every failed export: ```go // start starts a worker by listening for new jobs (block heights) from the // given worker queue. Any failed job...

enhancement

We were never actually using x/leverage in our simulator this entire time... We need to address to points to fix this: 1. https://github.com/umee-network/umee/pull/643#discussion_r825993923 2. https://github.com/umee-network/umee/pull/643#discussion_r826012515

C:x/leverage
T:Simulations

We have a essentially a random value for `defaultBatchBufferSize` in `storage/store`. We need to investigate a value that is sufficient. cc @cool-develope

C:Store