Merge pull request #2296 from Inphi/feat/publish-tx
l2geth: Sync from Backend Queue Introducing a new Backend verifiers can use to synchronize transactions from an external message queue. The *Queue* Backend can be used to follow a sequencer via Google PubSub. Sequencers, when configured, can now send transactions to an external message Queue. To facilitate failover recovery without causing a chainsplit. The sequencer will only accept transactions once they've been successfully published to the configured external message queue.
Showing
This diff is collapsed.
This diff is collapsed.
l2geth/rollup/metrics.go
0 → 100644
l2geth/rollup/pub/google.go
0 → 100644
l2geth/rollup/pub/pub.go
0 → 100644
l2geth/rollup/sub.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment