- #412 Update price-feeder to v2.0.1 and removed FTX and Binance from default providers.
- update go to 1.19
- #328f55c Cosmos SDK to v0.46.7.
- #399 Update price-feeder to v101 and umee to v3.1.0.
v1.3.0 - 2022-10-26
v1.2.0 - 2022-10-01
- #376 Add
eth-merge-pause
flag
v1.1.0 - 2022-09-26
- #367 Set ETH block delay to 96 blocks
v1.0.1 - 2022-09-21
- #365 Reduce oracle noise msgs
v1.0.0 - 2022-09-14
- #362 Update umeed to v3.
- #343 Upgrade to cosmos-sdk v0.46.1.
- #341 Fix linter.
- #334 Update to go 1.18.
- #326 Refactory of eth
getCurrentBlock
. - #311 Add valset update at each 2000 eth blocks.
v0.4.0 - 2022-07-14
- #308 Change stablecoin from UST to DAI.
- #299 Fix lint warnings.
- #297 Update dependabot reviewers.
- #275 Add diagrams of main loops.
#270 Remove Cosmos PK flag
v0.3.0 - 2022-04-01
#252 Point to new version of Umee + GB
v0.2.7 - 2022-03-31
#231 Add multiple providers for token prices.
v0.2.6 - 2022-03-01
#216 Add profitability check on the batch requester loop.
- #217 Add validation to user input Ethereum addresses.
- #209 Fix the
version
command to display correctly. - #205 Make sure users are warned when using unencrypted non-local urls in flags.
v0.2.5 - 2022-02-21
- [#189] Add the flag
--valset-relay-mode
which allows a finer control over how valsets will be relayed.
- [#201] Add ERC20 mappings for Umee's new tokens.
- [#189] Deprecate the
--relay-valsets
flag.
- [#189] Order validator set before deploying (
peggo bridge deploy-gravity
)
v0.2.4 - 2022-02-16
- [#172] Add fallback token addresses (to aid price lookup)
- [#185] Add fallback token addresses (to aid price lookup) for Umee
- [#174] Deprecate
--eth-pk
in favor of an env var ($PEGGO_ETH_PK
)
v0.2.3 - 2022-02-07
- [#158] Bump Gravity Bridge module to v1.4.1
- [#161] Bump Cosmos SDK to v0.45.1
- [#163] Bump Umee to v0.7.4
v0.2.2 - 2022-02-01
- [#144] Bump Umee version to 0.7.1 and fix Gravity Bridge to v1.3.5
- [#139] Fix issue reported by ToB's audit (TOB-001)
v0.2.1 - 2022-01-31
- [#132] Add
cosmos-msgs-per-tx
flag to set how many messages (Ethereum claims) will be sent in each Cosmos transaction. - [#134] Improve valset relaying by changing how we search for the last valid valset update.
- [#134] Fix logs, CLI help and a panic when a non-function call transaction was received during the TX pending check.
v0.2.0 - 2022-01-17
- [#118] Target the Gravity Bridge module.
- [#123] Cleanup after GB implementation. Updates and fixes to match Gravity.sol
- [#125] Enable running tests with Ganache. Use gentx for gravity keys.
- [#128] Fix "nonce too low" error and other issues related to relaying.
v0.1.1 - 2021-12-22
- [#104] Claims are split into chunks of 10 to avoid hitting request limits.
- [#104] Changed timeout for broadcasting TXs to Umee to 60s to match that of the official Gravity Bridge.
- [#105] Added a gas limit adjustment flag for Ethereum transactions.
v0.1.0 - 2021-12-18
- Initial release!!!