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 we are re-hashing/re-signing in the RPC endpoints, at each call, which is incredibly inefficient.
We should potentially check SetFinal instead and save this in the rollkit store metadata. The RPC endpoints can then query it.