You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merges forced inclusion implementation from julien/fi branch while preserving
existing features from julien/async-fi. Key changes:
- Refactored forced inclusion into clean block/internal/da package
- Added ForcedInclusionRetriever and DAClient abstractions
- Updated based sequencer to use new ForcedInclusionRetriever interface
- Updated single sequencer with forced inclusion support
- Added size validation for forced inclusion transactions
- Removed async background fetcher in favor of simpler synchronous approach
- Updated tests to match new behavior
- Kept atomic.Pointer queue in based sequencer for thread safety
The merge preserves forced inclusion functionality while adopting the
cleaner architecture from julien/fi.
0 commit comments