From 1270669d5087a9f2179926657c653f41482a96f2 Mon Sep 17 00:00:00 2001
From: bakhtin
Date: Fri, 1 Nov 2024 18:45:21 +0000
Subject: [PATCH 1/2] Update orderflow proxy configuration to v0.2.0
Signed-off-by: bakhtin
---
.gitignore | 4 ++++
testdata/get-configuration.json | 10 +++-------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1b1fcf3..0d4e20d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,7 @@
# Builds
/build
.aider*
+
+# Live configs
+testdata/*-config.json
+testdata/*-secrets.json
diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json
index 98a83f3..2b3336f 100644
--- a/testdata/get-configuration.json
+++ b/testdata/get-configuration.json
@@ -11,13 +11,9 @@
},
"orderflow_proxy": {
"flashbots_orderflow_signing_address": "0x00",
- "builder_public_ip": "1.2.3.4",
- "tls_hosts": [
- "1.2.3.4",
- "fundomain.builderx.io",
- "172.27.14.1",
- "2001:db8::123.123.123.123"
- ]
+ "builder_endpoint": "http://127.0.0.1:8645",
+ "local_listen_addr": "0.0.0.0:443",
+ "public_listen_addr": "0.0.0.0:5544"
},
"rbuilder": {
"__version": "v0.1.0-26-g18875a4",
From 657b88b666b8c21dccdea5f7d762bf966d5efc12 Mon Sep 17 00:00:00 2001
From: bakhtin
Date: Mon, 4 Nov 2024 10:01:00 +0000
Subject: [PATCH 2/2] Add cert_hosts parameter
Signed-off-by: bakhtin
---
testdata/get-configuration.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json
index 2b3336f..38b7f62 100644
--- a/testdata/get-configuration.json
+++ b/testdata/get-configuration.json
@@ -13,7 +13,8 @@
"flashbots_orderflow_signing_address": "0x00",
"builder_endpoint": "http://127.0.0.1:8645",
"local_listen_addr": "0.0.0.0:443",
- "public_listen_addr": "0.0.0.0:5544"
+ "public_listen_addr": "0.0.0.0:5544",
+ "cert_hosts": "1.2.3.4,localhost,127.0.0.1"
},
"rbuilder": {
"__version": "v0.1.0-26-g18875a4",