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
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
We've been receiving a lot of requests for websockets support in our API.
Functions that have been requested:
eth_blockNumber
eth_call
eth_getBalance
eth_getBlockByNumber
eth_getLogs
eth_getTransactionCount
eth_getTransactionReceipt
eth_sendRawTransaction
Details:
Significant amount of developers have been requesting WebSockets functionality for functions that are inherently dependent on long polling (events, receipts, blocks)
The text was updated successfully, but these errors were encountered:
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
We've been receiving a lot of requests for websockets support in our API.
Functions that have been requested:
eth_blockNumber
eth_call
eth_getBalance
eth_getBlockByNumber
eth_getLogs
eth_getTransactionCount
eth_getTransactionReceipt
eth_sendRawTransaction
Details:
Significant amount of developers have been requesting WebSockets functionality for functions that are inherently dependent on long polling (events, receipts, blocks)
The text was updated successfully, but these errors were encountered: