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
Helps with paritytech/substrate#12633 as there is no more RPC to deal with and support of new runtime API can be done purely on client side without the requirement of updating Substrate node & upgrading all deployments from multiple node providers.
The text was updated successfully, but these errors were encountered:
xlc
changed the title
Call payment runtime API directly instead of using custom RPC #5384
Call payment runtime API directly instead of using custom RPC
Dec 19, 2022
As we are deprecating custom RPC in favour of runtime API, we should avoid transaction payment RPC and use the runtime API directly.
substrate-api-sidecar/src/services/blocks/BlocksService.ts
Line 263 in f80a1ed
Helps with paritytech/substrate#12633 as there is no more RPC to deal with and support of new runtime API can be done purely on client side without the requirement of updating Substrate node & upgrading all deployments from multiple node providers.
Related: #1165 polkadot-js/api#5384
The text was updated successfully, but these errors were encountered: