版本发布 8
This release of CosmWasm Ethereum Light Client adds support for the Ethereum Mainnet's Fusaka hardfork along with some dependency bumps and minor bug fixes. ## Included Changes - imp(eth-lc): add support for fusaka/fulu hard fork (#799) - fix(eth-lc): misbehaviour slot check (#672) - imp(ethereum): remove deneb support (#530) - deps: updated alloy to v1.0 (#527)
# IBC Solidity Contracts v2.0.0 The v2.0.0 release of the IBC Solidity Contracts enables: - Deploying and registering custom ERC20s to be used for foreign denoms - Updating light clients through ICS26Router without needing to go through a packet flow - A simpler migrateClient flow that does not require registering a new intermediary client before migrating/upgrading the intended client This is a breaking change release of the IBC Solidity contracts. See the pull requests referenced below for the relevant changes to interfaces and events. ## What's Changed * imp: enable use of custom ERC20s as IBCERC20 by @srdtrk in https://github.com/cosmos/solidity-ibc-eureka/pull/523 * feat: allow the relayer to update client without relaying packets by @srdtrk in https://github.com/cosmos/solidity-ibc-eureka/pull/528 * imp: simplified `migrateClient` by @srdtrk in https://github.com/cosmos/solidity-ibc-eureka/pull/533 **Full Changelog**: https://github.com/cosmos/solidity-ibc-eureka/compare/solidity-v1.1.0...solidity-v2.0.0