Optimize passing only the required values into handler instead of the whole ETL · Issue #2021 · XRPLF/clio · GitHub
More Web Proxy on the site http://driver.im/
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
Right now, etl is passed into a few handlers, but is only used to get etlState and then networkID. We can pass the only required value instead. Also Calling etlState each time for an RPC call is potentially expensive.