Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Panic on debug #2943

@kianenigma

Description

@kianenigma
  • Substrate @ 1c2eaa3.
  • local testnet with alice and bob (see below)
  • Send any tx from any client (I mostly use Polkadot JS apps but the js library should be the same)
  • Panics here:

debug_assert_eq!(
self.header.extrinsics_root().clone(),
HashFor::<Block>::ordered_trie_root(
self.extrinsics.iter().map(Encode::encode)
),
);

Which will actually not be triggered in a release build.

exact commands:

sub --base-path=/tmp/alice --chain=local --alice
sub --base-path=/tmp/bob --chain=local --bob

sub: aliased to cargo run -- --validator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions