Closed a26nine closed 5 months ago
Hi,
If you are using local-da for testing you need to use --local-da
when using rollkit init
.
Namely ignite rollkit init --local-da
Hi,
If you are using local-da for testing you need to use
--local-da
when usingrollkit init
.Namely
ignite rollkit init --local-da
I am not using local-da. It happens while using Celestia DA.
The issue is reproducible by one of the Rollkit team members:
Ok, let me check 👍
@julienrbrt i have seen this error happen when the power requirement is different (https://github.com/ignite/apps/blob/main/rollkit/cmd/init.go#L92). For example, changing the Power to 1 was required on some integrations. May be we can flag this for user to pass custom power?
@julienrbrt i have seen this error happen when the power requirement is different (https://github.com/ignite/apps/blob/main/rollkit/cmd/init.go#L92). For example, changing the Power to 1 was required on some integrations. May be we can flag this for user to pass custom power?
I can confirm that changing the power
to 1
resolved the issue. Thanks, @gupadhyaya!
Looks like to me that the issue is the difference between bonded token and val power. If we make those match, the number doesn't change.
Opened https://github.com/ignite/apps/pull/106. Tried with local-da and testnet and it works. Would be nice if one of you could confirm too :)
App: rollkit
Describe the bug After the recent PR, the rollkit chain is unable to initialize from genesis. It throws:
even when the the
genesis.json
file validator key and the local validator key are the same.To reproduce Steps to reproduce the behavior:
ignite scaffold chain gm --address-prefix gm
cd gm
ignite app install -g github.com/ignite/apps/rollkit@rollkit/v0.2.0
ignite rollkit add
ignite chain build
ignite rollkit init
rollkit toml init
rollup start ...
What version are you using?