You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing a RollApp with roller rollapp init, I encountered a situation where it prompted me to import an existing sequencer key. Since I wanted to set up a fresh installation due to previous issues, I reset my entire system but saved my RollApp key.
After entering my BIP39 mnemonic and keyring passphrase, I received the following response: {"name":"hub_sequencer","type":"local","address":"XXXX","pubkey":"{\"@type\":\"/ethermint.crypto.v1.ethsecp256k1.PubKey\",\"key\":\"XXX/XXX\"}"} (I replaced the key and address). Then, it became unresponsive.
After canceling the process and running roller rollapp init again, it got stuck on INFO checking for existing sequencer keys.
Expected result
To continue initializing a RollApp with existing sequencer
Actual result
Gets stuck and is not able to set up rollapp with an existing sequencer key (which has already bonded dym from process before)
Log Files
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
Roller version
1.12.2-hotfix1
Rollpp type (EVM/WASM) and version
DRS-5 (EVM)
OS
Ubuntu 20.04
Processor Architecture
x86_64
Others
No response
Steps to reproduce it
When initializing a RollApp with
roller rollapp init
, I encountered a situation where it prompted me to import an existing sequencer key. Since I wanted to set up a fresh installation due to previous issues, I reset my entire system but saved my RollApp key.After entering my BIP39 mnemonic and keyring passphrase, I received the following response:
{"name":"hub_sequencer","type":"local","address":"XXXX","pubkey":"{\"@type\":\"/ethermint.crypto.v1.ethsecp256k1.PubKey\",\"key\":\"XXX/XXX\"}"}
(I replaced the key and address). Then, it became unresponsive.After canceling the process and running
roller rollapp init
again, it got stuck onINFO checking for existing sequencer keys
.Expected result
To continue initializing a RollApp with existing sequencer
Actual result
Gets stuck and is not able to set up rollapp with an existing sequencer key (which has already bonded dym from process before)
Log Files
No response
Notes
No response
The text was updated successfully, but these errors were encountered: