Skip to content

Commit f9e2c38

Browse files
committed
chore(fast-inbox): delete dead InboxLeaf class (A-1388)
1 parent 72bac44 commit f9e2c38

3 files changed

Lines changed: 1 addition & 25 deletions

File tree

yarn-project/archiver/src/l1/data_retrieval.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export async function retrieveL1ToL2Message(
363363
* @param inbox - The inbox contract wrapper.
364364
* @param searchStartBlock - The block number to use for starting the search.
365365
* @param searchEndBlock - The highest block number that we should search up to.
366-
* @returns An array of InboxLeaf and next eth block to search from.
366+
* @returns The L1 to L2 messages retrieved from the Inbox, as an array of InboxMessage.
367367
*/
368368
export async function retrieveL1ToL2Messages(
369369
inbox: InboxContract,

yarn-project/stdlib/src/messaging/inbox_leaf.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

yarn-project/stdlib/src/messaging/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export * from './append_l1_to_l2_messages.js';
22
export * from './inbox_bucket.js';
33
export * from './inbox_consumption.js';
4-
export * from './inbox_leaf.js';
54
export * from './inbox_rolling_hash.js';
65
export * from './l1_to_l2_message_bundle.js';
76
export * from './l1_to_l2_message_sponge.js';

0 commit comments

Comments
 (0)