Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(631): update change log #633

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading