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
Also "get chain/outputs" should really be something like "get chain/outputs/byheight?start_height=100&end_height=200" and "get chain/outputs/byids?id=xxx,yyy,zzz"
Running /v1/ states that /v1/chain/validate should be executed via a POST request:
It is coded to only accept GET requests, though:
The text was updated successfully, but these errors were encountered: