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
let sealed_header = SealedHeader::new(header, block_hash);
// Generate some transaction input bytes
let transaction_data = Bytes::from_static(&hex!("000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"));
// Create a transaction with a signature but no hash
let transaction_no_hash = TransactionSignedNoHash{
Now that this check is done, it would be beneficial to add another test below with an arbitrary block in order to add an even larger and arbitrary test coverage while keeping the harcoded test which will serve as a reference for the implementation and for us in the future (as the test is simplified, it is easy to navigate and understand if there is a problem).
cc @varun-doshi maybe you could be interested by this one
The text was updated successfully, but these errors were encountered:
In #127, we tested the
KethPayload
function with a simplified harcoded block for which we knew exactly the expected behavior:keth/crates/exex/src/model/payload.rs
Lines 613 to 1095 in a143261
Now that this check is done, it would be beneficial to add another test below with an arbitrary block in order to add an even larger and arbitrary test coverage while keeping the harcoded test which will serve as a reference for the implementation and for us in the future (as the test is simplified, it is easy to navigate and understand if there is a problem).
cc @varun-doshi maybe you could be interested by this one
The text was updated successfully, but these errors were encountered: