Skip to content

Chain stalling on story-localnet #665

@0xtincion

Description

@0xtincion

Summary

The story validator create command stalls the chain on story-localnet. I really dont know the root cause of this issue and why it is currently happening.

Error Details

There is no error being logged other than the chain stalling and not advancing beyond just a few blocks after executing the transaction command.

Steps to Reproduce

Set up story-localnet and run the following command -

story validator create \
  --moniker "MyValidatorName" \
  --stake 1024000000000000000000 \
  --commission-rate 1000 \
  --max-commission-rate 5000 \
  --max-commission-change-rate 0 \
  --unlocked=false \
  --chain-id 1399 \
  --rpc http://validator1-geth:8545

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions