Skip to content

Releases: cosmos/solidity-ibc-eureka

SP1 Programs v1.2.0

06 Jun 19:37
f91f024
Compare
Choose a tag to compare
sp1-programs-v1.2.0

docs: add natlint and rust install note to README (#546)

SP1 Programs v1.2.0-rc.0

04 Jun 11:21
f91f024
Compare
Choose a tag to compare
Pre-release
sp1-programs-v1.2.0-rc.0

docs: add natlint and rust install note to README (#546)

Solidity Contracts v2.0.0

05 Jun 10:05
00e0332
Compare
Choose a tag to compare

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

28 Apr 20:13
57cb581
Compare
Choose a tag to compare
cw-ics08-wasm-eth-v1.2.0

chore: tag a new version for the wasm light client (backport #511) (#…

Solidity Contracts v1.1.0

16 Apr 10:39
f77ef85
Compare
Choose a tag to compare
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

16 Apr 10:37
Compare
Choose a tag to compare
cw-ics08-wasm-eth-v1.1.0

chore: rebuild wasm

SP1 Programs v1.1.0

09 Apr 20:25
689c5de
Compare
Choose a tag to compare
Merge pull request #483 from cosmos/gjermund/merge-main

chore: backport main to release/v1.0.x

SP1 Programs v1.0.0

02 Apr 17:12
62ff732
Compare
Choose a tag to compare
sp1-programs-v1.0.0

ci: only trigger on sp1-programs tag (#471)