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
This epic contains all the work that is needed to make EVM Gateway production stable code, with good tests, benchmarking and general reliability, as well as security hardening.
The remaining work is divided into multiple sub-lists.
Data Streaming sub-list covers all the tasks that are needed for the streaming of events and blocks to the clients over websockets.
API Completeness ensures we support all the APIs needed to comply with the JSON RPC API specification.
Security and testing makes sure we have implemented metrics, do sufficient benchmarking, implement validation and security checks as well as allow secure running of the gateway in production
The content you are editing has changed. Please copy your edits and refresh the page.
This epic contains all the work that is needed to make EVM Gateway production stable code, with good tests, benchmarking and general reliability, as well as security hardening.
The remaining work is divided into multiple sub-lists.
Data Streaming
API Completeness
eth_estimateGas
to correctly handle execution reverts #302eth_call
to correctly handle execution reverts #296eth_getFilterLogs
endpoint #214eth_call
ð_estimateGas
with dedicated function fromEVM
#187logsBloom
field on block endpoints #208root
field (even if empty) ineth_getTransactionReceipt
endpoint #199eth_mining
JSON-RPC API endpoint #1880
for the self-rolled transaction used on gas estimation #161eth_getTransactionReceipt
#160eth_sendRawTransaction
#159Security and Stability
coinbase
upon EVM Gateway startup #122The text was updated successfully, but these errors were encountered: