Limit on overall size of RPC call?

I know that SUI objects have a max size cap now (256K).

My question is around the size of non-object reference parameters. For example, sending a vector of anything (u8,etc.etc.) is there a maximum payload size?

10 Likes

This is a great question – we don’t have this limit yet, but as you’ve noticed, we are starting to introduce limits to various surfaces to protect the stability of the network, and RPC requests (especially those that are sent through to validators) will have limits.

Keep an eye out on our release notes to see when those limits land.

8 Likes