-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(katana): ensure messages are ordered (#2326)
* [fix] converted hash map to ordered vec in fetch events func * [fix] Orthographic error in comment * [fix] run fmt * [fix] returning a single Vec<EmittedEvent> * [fix] returning a Vec<Log> for ethereum.rs fetch_logs * [fix] debugger * [fix] using compiler inference for Vecs * Update crates/katana/core/src/service/messaging/starknet.rs Co-authored-by: glihm <[email protected]> --------- Co-authored-by: glihm <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters