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
current impl on #785 for getting balance map can be expensive if having many non-zero native token balances (iterating a trie). this operation is needed in JSONRPC
since clusters support mining often need to turn on JSONRPC, to avoid future DDoS, we need to optimize the approach of getting balances (e.g. pagination)
The text was updated successfully, but these errors were encountered:
current impl on #785 for getting balance map can be expensive if having many non-zero native token balances (iterating a trie). this operation is needed in JSONRPC
since clusters support mining often need to turn on JSONRPC, to avoid future DDoS, we need to optimize the approach of getting balances (e.g. pagination)
The text was updated successfully, but these errors were encountered: