-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Some RPC methods body params should be validated before reaching backend nodes.
One use-case we can come up with is block range, it would be nice if we could validate and return an error if requested block ranges exceed the configured number allowed.
Possible ideas are
- using the name
validatemiddleware for future extendability and rename existingvalidatemiddleware todebugfor example. - building another middleware called
block_range
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels