hashgraph / hedera-exchange-rate-tool

Hedera Exchange Rate Tool to send median of HBAR/USD exchange rate from various Exchanges to Hedera Network
Apache License 2.0
2 stars 4 forks source link

Remove the limit enforcement for first genesis update #195

Open Neeharika-Sompalli opened 1 year ago

Neeharika-Sompalli commented 1 year ago

When ERT send a FileUpdate transaction with the latest exchange rate. But, if the value exceeds 25% of previous value i throws EXCHANGE_RATE_LIMIT_EXCEEDED. The first update after genesis restart should not enforce the limit. It should take the median value from the exchanges and submit a FileUpdate transaction, to avoid using default value. But, a restart after an update or reconnect should still have the limit.