spacemeshos / post

Spacemesh POST protocol implementation
MIT License
19 stars 20 forks source link

Add validation for compute batch size #126

Closed piersy closed 1 year ago

piersy commented 1 year ago

Previously compute batch size was not being validated this could lead to crashes if an invalid value was used.

See - https://github.com/spacemeshos/go-spacemesh/issues/4287