Skip to content

Commit

Permalink
fix stateroot and add test for devnet 7
Browse files Browse the repository at this point in the history
Signed-off-by: Karim Taam <[email protected]>
  • Loading branch information
matkt committed Nov 4, 2024
1 parent 70f48da commit c14d4eb
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public StemNode<V> replaceLocation(Bytes newLocation) {
Optional.of(newLocation),
stem,
hash,
(Optional<Bytes32>) previous,
Optional.empty(),
commitment,
leftHash,
leftCommitment,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ private static Stream<Arguments> provideGenesisAndStateRootExpected() {
"0x382960711d9ccf58b9db20122e2253eb9bfa99d513f8c9d4e85b55971721f4de"),
Arguments.of(
"/gen-devnet-6.csv",
"0x1fbf85345a3cbba9a6d44f991b721e55620a22397c2a93ee8d5011136ac300ee"));
"0x1fbf85345a3cbba9a6d44f991b721e55620a22397c2a93ee8d5011136ac300ee"),
Arguments.of(
"/gen-devnet-7.csv",
"0x514a0e5715b0b6c635ac140a5f25b8665af36cf31836344d27d9645fc57eab76"));
}

@ParameterizedTest
Expand Down
Loading

0 comments on commit c14d4eb

Please sign in to comment.