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
Currently the GetTxs request in the runtime client requires the caller to first fetch the block to get the IORoot and pass that in the request. This should be changed to behave similarly to GetEvents where the block is fetched internally.
The text was updated successfully, but these errors were encountered:
Instead of changing the existing method, let's just introduce a new one called GetTransactions (to be consistent with the consensus API) and deprecate the old one (we can remove it in the next major version).
Currently the
GetTxs
request in the runtime client requires the caller to first fetch the block to get theIORoot
and pass that in the request. This should be changed to behave similarly toGetEvents
where the block is fetched internally.The text was updated successfully, but these errors were encountered: