- Limit number of Ristretto255 points in
ristretto255.move
by @zjma in #8153
- Prevents an user from consuming too much memory on validators by creating many
RistrettoPoint
structs.
- The current limit is set to 10,000 points. When the limit is exceeded, the current transaction will abort.
2 Likes