From 03e3f6502b85e410fb1897eb552f0710dab79942 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 29 May 2022 14:42:23 +0000 Subject: [PATCH] minor changes --- bin/{deploy-production => docker-compose-production-deploy} | 0 web3-proxy/src/frontend.rs | 1 + 2 files changed, 1 insertion(+) rename bin/{deploy-production => docker-compose-production-deploy} (100%) diff --git a/bin/deploy-production b/bin/docker-compose-production-deploy similarity index 100% rename from bin/deploy-production rename to bin/docker-compose-production-deploy diff --git a/web3-proxy/src/frontend.rs b/web3-proxy/src/frontend.rs index 446ead8f..1cad1d15 100644 --- a/web3-proxy/src/frontend.rs +++ b/web3-proxy/src/frontend.rs @@ -101,6 +101,7 @@ async fn _handle_anyhow_error(err: anyhow::Error, code: Option) -> i id: RawValue::from_string("0".to_string()).unwrap(), result: None, error: Some(JsonRpcErrorData { + // TODO: set this jsonrpc error code to match the http status code code: -32099, message: err, data: None,