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
* perf(rpc): optimize block_cfg
We were unnecessarily loading a whole block for getting the block cfg, when we only need the header. This means that any calls that use block_cfg were much more expensive than needed.
* v bump
0 commit comments