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

Hello, Seems to be the same issues: https://github.com/dymensionxyz/dymension/issues/555 I have claimed the airdrop with an EVM adress created on testet witch social login, but since lauching, when i try to...

Hi, I'm Kel.. Hoping to get some help as I've lost access to my staking wallets after some changes were made on the dymension portal, now when I log in...

quoting @mtsitrin > in chain id, we don’t check anything regarding the -revision part. > i.e alice can register X_100-2 while bob have X_100-1.

c:rollapp

example: this could all be shortened by a generic dedupe function, and https://pkg.go.dev/slices#ContainsFunc or https://pkg.go.dev/slices#IndexFunc psuedo: ``` if len(permissioned) != len(deduped(permissioned)) { ..} if i := slices.indexFunc(permissioned, func(x){ _, err...

hook unit tests are not enough to catch bugs. One example was wrong wiring in the app.go which caused a keeper which was called from an epoch hook to have...

t:testing
t:technical debt

currently the proposal cli command accepts only arguments. ` submit-fraud-proposal ` we should be able to read the proposal from json file as well **also** we should accept empty channelID...

Almost all PRs have this check fails Need to tweak to have meaningful impact

t:ci

currently, `BlockHeightToFinalizationQueue` prefixed with `creation_height` and holds unsorted array of `stateIdx` The queue should be prefixed by `height/rollappId`, so all the pending of a specific rollapp can be queried easily...

c:rollapp

Some linters are deprecated. Example: https://github.com/dymensionxyz/dymension/actions/runs/8008802466/job/21876033354

Currently if one rollapp finalization fail we fail the entire rollapps finalization. We should fail it on a per rollapp basis.