From 3f2cae46c9fb56f58d5712ddaa3127528044ef86 Mon Sep 17 00:00:00 2001 From: Hungry Warrior Date: Fri, 15 Sep 2023 09:07:04 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 6a59183..0203144 100644 --- a/readme.md +++ b/readme.md @@ -43,4 +43,6 @@ CosmoEthd query cosmoeth state-value "0xdac17f958d2ee523a2206206994597c13d831EC7 - Setup real time threads for submitting latest state value to the chain (currently, state values stored into the chain are updated only by running the command manually by feeder) - Setup a system to incentivize feeders - Setup feeder whitelist and manage it through governance +- Enable RPC node configurability in the feeder application, implement RPC node list management, and enable automatic switching to alternative nodes in case of issues. +- Prevent submitting state value to the chain if the latest value fetched from RPC is same as the stored one. - Optimize state kvstore by decreasing the size of state metadata