-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Separate rpc Ethereum context into its file * Separate debug trace * Carry subscriptions at the end * Create eth subscription handler signature * Pass tx to ledger db * Pass down the tx to rpc context * Send height after commit * Update new head handler fn signature * Finalize handling * Add test * unwrap to expect * Remove notifying from ledger db * Send new l2 block notif in sequencer and fullnode * Add to prover as well * Make tx optional in rpc * Use params sequence * Rename * Fix doc * Replace tx with rx in rpc * Rename file * IMplement SubscriptionManager * Use SubscriptionManager * Minor changes * Implemented logs subscription * Add log subscription test * Simplify logs subscription flow * Disable debug_subscribe if subscriptions disabled * Update configs * Rename * Add new conf params * UPdate log_matches_filter * recreate working set * Replace disable with enable * Rename config
- Loading branch information
1 parent
677c066
commit 13eed63
Showing
33 changed files
with
1,150 additions
and
494 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
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
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
Oops, something went wrong.