Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix encointer AURA slot #101

Open
ggwpez opened this issue Oct 7, 2024 · 0 comments
Open

Fix encointer AURA slot #101

ggwpez opened this issue Oct 7, 2024 · 0 comments

Comments

@ggwpez
Copy link
Member

ggwpez commented Oct 7, 2024

Something wrong, probably here:

SlotDuration::from_millis(self.blocktime.as_millis() as u64),

panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cumulus-pallet-aura-ext-0.15.0/src/consensus_hook.rs:69:9:
    assertion `left == right` failed: slot number mismatch
      left: Slot(143998834)
     right: Slot(287997668)
thread 'main' panicked at cli/main.rs:326:10:

Looks like it is off by 2x, occurred here: https://github.com/polkadot-fellows/runtimes/actions/runs/11168344347/job/31047391625?pr=463

ggwpez added a commit to polkadot-fellows/runtimes that referenced this issue Oct 8, 2024
TODO paritytech/try-runtime-cli#101

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant