Description
Running an extrinsic benchmarks doesn't work and crash with the following error:
Error: Client(ApplyExtrinsicFailed(Validity(TransactionValidityError::Invalid(InvalidTransaction::BadProof))))
After a debug session, it happen at the signature verification of the transaction in the Runtime.
Steps to Reproduce
- go into the
template folder on this repository.
- Run the following command as an example:
cargo run --features runtime-benchmarks benchmark extrinsic --pallet=balances --extrinsic=transfer_keep_alive