-
Notifications
You must be signed in to change notification settings - Fork 128
Add streaming subscription for all ethexe promises to RPC #5165
Copy link
Copy link
Labels
priority: importantHigh priority, should be addressed soonHigh priority, should be addressed soonscope: vara.ethVara Ethereum application layer (L2)Vara Ethereum application layer (L2)size: MMedium task (1–2 days)Medium task (1–2 days)type: featNew functionality or user-visible improvementNew functionality or user-visible improvement
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: importantHigh priority, should be addressed soonHigh priority, should be addressed soonscope: vara.ethVara Ethereum application layer (L2)Vara Ethereum application layer (L2)size: MMedium task (1–2 days)Medium task (1–2 days)type: featNew functionality or user-visible improvementNew functionality or user-visible improvement
Problem
ethexe-rpchas no subscription endpoint for promises, so clients must poll rather than stream.Proposed solution
Implement a
subscribe_promises()streaming endpoint:Alternatives
Polling endpoint — simpler but higher latency and load.