explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
MIT License
186 stars 40 forks source link

Fix schema validation #175

Closed bcb closed 3 years ago

bcb commented 3 years ago

Stop using the global schema in pure functions. Also now properly allows custom schema validators.

Next step for fixing schema validation is #166