dymension icon indicating copy to clipboard operation
dymension copied to clipboard

Dymension Hub

Results 126 dymension issues
Sort by recently updated
recently updated
newest added

Currently the state finalization logic determines the finalization at the time the state update arrives. This creates a problematic situation as if the finalization period will change (i.e decrease), some...

c:rollapp

we should follow best standards and update to v3 once the new rc is out.

t:upgrade

Following the `streamer` concept, and in sync with the cosmos-sdk v50 refactor, the `streamer` module should act as the `community pool` interface provider, instead of the `distribution` module. by implementing...

t:refactor

while PFM has it's own UT it's important to cover different scenarios of the integration between PFM and delayack middleware

t:testing

Currently we only have ability to upgrade. Assuming some changes need to happen at specific height, we would like the ability to change the state at height similar to the...

t:upgrade

Implement a `bridge_and_lock` IBC middleware, that parses a `memo` of the IBC packet, and locks the tokens after transfer if required. https://www.notion.so/dymension/Bridge-Lock-5a8c24ed65c1436181b8feee73d00811?pvs=4

a good example could be found [here](https://github.com/osmosis-labs/osmosis/tree/main/app)

t:refactor

e2e tests should run as a matrix with matrix params being: Execution (e.g vanilla, EVM etc.) DA (e.g Avail, Celestia, Near) Relayer (currently only go-relayer supported) operating system etc.

t:testing
t:ci

Currently, simulation tests are broken We should: 1. fix the simulation tests, make sure all custom modules participate 2. add Makefile targets to run the simulation (e.g https://github.com/cosmos/cosmos-sdk/blob/v0.46.0-rc1/Makefile#L263-L299) 3. Add...

t:testing