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, if an account that needs to be committed is bigger than the max tx size (1232 bytes), the transaction complete successfully, but the commitment we never happen.
Proposed solution
We should support commitment trough multi-tx or bundles. This includes changing the delegation program to accept a state diff commitment in chunks trough a parallel buffer.