dymint
dymint copied to clipboard
Migrate from gorilla as it's not maintained anymore
few things to note:
- seems like
gorilla/rpc
is backed to be maintained, so we can upstream latest version - we actually not using gorrilla/rpc server directly, but mainly the jsonRPC handler
// serveJSONRPC serves HTTP request
// implementation is highly inspired by Gorilla RPC v2 (but simplified a lot)
probably worth reviewing this custom code once again