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
Supporting these constraints would solve an issue for us. Most Ethereum clients have support a subscription API described here. But we can't add the underlying methods to the specs because of this lack of expressivity: ethereum/execution-apis#496 (comment)
We should have a way to support 1 param determining the type of another param.
ie assume I have the following api:
If my api is such that when the param
foo
is1
, I need the parambaz
to bestring
, there is no way to represent that constraint at the moment.This issue is to come up with ideas and discuss ways this can be solved
The text was updated successfully, but these errors were encountered: