Inês Cruz

Results 19 issues of Inês Cruz

On #103 the parameters function was removed from the Blake2sWithParameterBlock. However, for prf::blake2s::constraints::evaluate_blake2s_with_parameters, we need the parameters formatted as [u32; 8] as an argument, which would be exposed by calling...

The rate-limiting constants are defined roughly at 1000 requests in a window of 10 seconds, 100 req/s per request type. We should revise this for all request types and tighten...

enhancement

Fixed constants for maximum sender and recipient size are a bit brittle. If we change the code to have transactions that needs bigger sizes for any of these fields, the...

enhancement

Temporary ban peers instead. Ban expiration time of 1 min Specifically for elected validators, probably validators too

This would be useful for validator trust score

enhancement

During proving, it seems like there is no paralization happening. Additionally, the parallel feature code was broken for months without anyone noticing (fixed by #2785), which indicates that it may...

enhancement

## What's in this pull request? The introduction of the diffs needed flag made it so that the blocks are returned out of order. This does not seem to be...

enhancement