Skip to content

Commit

Permalink
chore(631): update change log (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Aug 8, 2024
1 parent b50587e commit 19a62b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@

### Features

* Support bridge call auto refund and `refundCallback` interface (#554) (#576)
* Support bridge call auto refund and `refundCallback` interface
* Support for pre-compiled contracts to call bridgeCall
* Support IBC bridge call to fxCore-EVM
* Support for adding crosschain requests to pending pool when liquidity is low (#420)
* Implement liquidity provider rewards on crosschain (#339)
* Support for adding crosschain requests to pending pool when liquidity is low
* Implement liquidity provider rewards on crosschain

### Improvements

* Improved bridge call fxCore-EVM contracts on evm heterogeneous chains

### Bug Fixes

* Add validate for BypassMinFee (#587)
* Update max-tx-gas-wanted to 0 on upgrade (#585)
* Add layer2 module to crosschain cli (#438)
* Add validate for BypassMinFee
* Update max-tx-gas-wanted to 0 on upgrade
* Add layer2 module to crosschain cli

## [v7.0.1-rc0]

Expand Down
1 change: 1 addition & 0 deletions cosmovisor_lite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ENV DAEMON_PREUPGRADE_MAX_RETRIES=3
ENV COSMOVISOR_DISABLE_LOGS=false
ENV COSMOVISOR_COLOR_LOGS=true

COPY --from=fxv7_4 /root/.fxcore/cosmovisor/genesis /root/.fxcore/cosmovisor/genesis
COPY --from=fxv7_4 /root/.fxcore/cosmovisor/upgrades /root/.fxcore/cosmovisor/upgrades

COPY --from=builder /go/bin/cosmovisor /usr/bin/cosmovisor
Expand Down

0 comments on commit 19a62b4

Please sign in to comment.