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
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
It seems there is an agreement that custom RPC calls should be avoided and query any runtime API by using state_call.
At the moment Trappist node is implementing a custom RPC call for the Dex pallet here.
The point to discuss and agree here is if the Dex custom RPC are really needed or if they can be replaced by using state_call.