From 142ae5fecc557fe4aaafdcf5a4b9aa460dbd261b Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Fri, 8 Nov 2024 13:39:45 -0500 Subject: [PATCH 1/5] offchain node version --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 05f4a0a..9fc0bf8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: worker: container_name: worker - image: alloranetwork/allora-offchain-node:v0.5.0 + image: alloranetwork/allora-offchain-node:v0.5.1 volumes: - ./worker-data:/data depends_on: From 65a45f7e2f61692d9292fcbc22bbb7e9fc92b45b Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Fri, 8 Nov 2024 15:57:21 -0500 Subject: [PATCH 2/5] cli tools --- config.example.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index b33d66f..c1b6529 100644 --- a/config.example.json +++ b/config.example.json @@ -5,6 +5,8 @@ "alloraHomeDir": "", "gas": "auto", "gasAdjustment": 1.5, + "gasPrices": 0.08, + "maxFees": 200000, "nodeRpc": "https://allora-rpc.testnet.allora.network", "maxRetries": 5, "retryDelay": 3, @@ -13,7 +15,7 @@ }, "worker": [ { - "topicId": 1, + "topicId": 1, "inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5, "parameters": { From 37fa29f97a5d725b9727d7438f3931ac722599ee Mon Sep 17 00:00:00 2001 From: Kenny P <17100641+kpeluso@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:01:59 -0500 Subject: [PATCH 3/5] Update config.example.json Updated with new gas values --- config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index c1b6529..95f75d0 100644 --- a/config.example.json +++ b/config.example.json @@ -5,8 +5,8 @@ "alloraHomeDir": "", "gas": "auto", "gasAdjustment": 1.5, - "gasPrices": 0.08, - "maxFees": 200000, + "gasPrices": 10, + "maxFees": 2000000, "nodeRpc": "https://allora-rpc.testnet.allora.network", "maxRetries": 5, "retryDelay": 3, @@ -24,4 +24,4 @@ } } ] -} \ No newline at end of file +} From 1691061b0e9af909ef07a29a36fc54c448d55733 Mon Sep 17 00:00:00 2001 From: Diego Campo Date: Thu, 21 Nov 2024 16:05:59 +0100 Subject: [PATCH 4/5] Update offchain v0.6.0 + fees settings --- config.example.json | 6 ++++-- docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index 95f75d0..52d822d 100644 --- a/config.example.json +++ b/config.example.json @@ -6,12 +6,14 @@ "gas": "auto", "gasAdjustment": 1.5, "gasPrices": 10, - "maxFees": 2000000, + "maxFees": 25000000, "nodeRpc": "https://allora-rpc.testnet.allora.network", "maxRetries": 5, "retryDelay": 3, "accountSequenceRetryDelay": 5, - "submitTx": true + "submitTx": true, + "blockDurationEstimated": 5, + "windowCorrectionFactor": 0.8 }, "worker": [ { diff --git a/docker-compose.yml b/docker-compose.yml index 9fc0bf8..e523331 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: worker: container_name: worker - image: alloranetwork/allora-offchain-node:v0.5.1 + image: alloranetwork/allora-offchain-node:v0.6.0 volumes: - ./worker-data:/data depends_on: From e29c756ba928f9f817b15c838e71011174887ffd Mon Sep 17 00:00:00 2001 From: Diego Campo Date: Thu, 21 Nov 2024 16:14:58 +0100 Subject: [PATCH 5/5] format --- config.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index 52d822d..c586a90 100644 --- a/config.example.json +++ b/config.example.json @@ -17,7 +17,7 @@ }, "worker": [ { - "topicId": 1, + "topicId": 1, "inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5, "parameters": { @@ -26,4 +26,4 @@ } } ] -} +} \ No newline at end of file