Releases: cosmos/solidity-ibc-eureka
Releases · cosmos/solidity-ibc-eureka
SP1 Programs v1.2.0
sp1-programs-v1.2.0 docs: add natlint and rust install note to README (#546)
SP1 Programs v1.2.0-rc.0
sp1-programs-v1.2.0-rc.0 docs: add natlint and rust install note to README (#546)
Solidity Contracts v2.0.0
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 #523
- feat: allow the relayer to update client without relaying packets by @srdtrk in #528
- imp: simplified
migrateClient
by @srdtrk in #533
Full Changelog: solidity-v1.1.0...solidity-v2.0.0
CosmWasm ICS08 Wasm Ethereum Light Client v1.2.0
cw-ics08-wasm-eth-v1.2.0 chore: tag a new version for the wasm light client (backport #511) (#…
Solidity Contracts v1.1.0
imp!: remove unused ICS02 entrypoints (backport #495) (#496) Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
CosmWasm ICS08 Wasm Ethereum Light Client v1.1.0
cw-ics08-wasm-eth-v1.1.0 chore: rebuild wasm
SP1 Programs v1.1.0
Merge pull request #483 from cosmos/gjermund/merge-main chore: backport main to release/v1.0.x
SP1 Programs v1.0.0
sp1-programs-v1.0.0 ci: only trigger on sp1-programs tag (#471)