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
3 stars 4 forks source link

0145 b clip currante rate if out of bound #149

Closed anighanta closed 3 years ago

anighanta commented 3 years ago

Related issue(s): Closes #144 #145 #148

Summary of the change: We are now comparing currentRate as well with the currentRate in midnightRate and check if is in bound. If not we are clipping it as well.

Updated memo field to show the rate in USD instead.

Updated jackson-databind dependency to the latest version from maven.

Applicable documentation