Michael Tsitrin

Results 79 issues of Michael Tsitrin

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

The CLI tests of `rollapp` and `sequencer` module takes long time to run ``` github.com/dymensionxyz/dymension/x/sequencer/client/cli 91.934s ``` it's due to the CLI tests initialize network of chains, instead of just...

When passing new tokens to the rollapps, we want the rollapp to have the token metadata for this token. As the hub might have this data for the different tokens...

currently roller looks for `dymd` hardcoded in the path `/usr/local/bin/dymd:` ``` command execution failed: fork/exec /usr/local/bin/dymd: no such file or directory, stderr: ``` it should allow using locally installed `dymd`...

when running `roller config export ` while `roller run` stopped, it returns a misleading error ``` ~/Applications/dymension/roller  470-add-cont…ght-function *7 ?4  roller config export  ✔  31m 52s...

good first issue

for standardization, the base denom (i.e `uRAX` should be lower case) the symbol name RAX is set in the bank metadata on genesis

Currently ``` ./roller keys export  ✔ Error: accepts 1 arg(s), received 0 Usage: roller keys export [flags] Flags: -h, --help help for export Global Flags: --home string The directory...

good first issue

`PrettifyErrorIfExists` is over complicated and not quite following go idiomatic I think it's makes more sense to have logger object, that sets all the emojis and prettify, and called in...

enhancement
T:refactor

Currently `run` command verifys all balances, but doesn't verify that the rollapp is registered on the SL. Troubleshooting this scenario isn't straightforward, so better to validate it in code

enhancement