Skip to content

Commit

Permalink
client: add tx preimages to preimage test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrocheleau authored and jochem-brouwer committed Mar 1, 2024
1 parent 0b366a2 commit 1903314
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/client/test/rpc/engine/preimages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ describe(`valid verkle network setup`, async () => {
'0x2600000000000000000000000000000000000000',
'0x2700000000000000000000000000000000000000',
// txs
'0x7e454a14b8e7528465eef86f0dc1da4f235d9d79',
'0x6177843db3138ae69679a54b95cf345ed759450d',
'0x687704db07e902e9a8b3754031d168d46e3d586e',
],
},
{
Expand Down Expand Up @@ -203,7 +206,7 @@ describe(`valid verkle network setup`, async () => {
],
},
{
name: 'block 4 no txs with just withdrawals',
name: 'block 4 with kaustinen block13 txs and withdrawals',
blockData: {
transactions: blocks.block13.execute.transactions,
blockNumber: '0x04',
Expand All @@ -224,8 +227,14 @@ describe(`valid verkle network setup`, async () => {
'0x4500000000000000000000000000000000000000',
'0x4600000000000000000000000000000000000000',
'0x4700000000000000000000000000000000000000',
// txs
'0x687704db07e902e9a8b3754031d168d46e3d586e',
'0xdfd66120239099c0a9ad623a5af2b26ea6b4fb8d',
'0xbbbbde4ca27f83fc18aa108170547ff57675936a',
'0x6177843db3138ae69679a54b95cf345ed759450d',
'0x2971704d406f9efef2f4a36ea2a40aa994922fb9',
'0xad692144cd452a8a85bf683b2a80bb22aab2f9ed',
],
// no txs
},
] as const

Expand Down

0 comments on commit 1903314

Please sign in to comment.