Skip to content

Releases: hyperledger-labs/perun-eth-contracts

Rubicon

01 Apr 11:19
88b3ce2
Compare
Choose a tag to compare

We now support Perun Channels across EVM (Ethereum Virtual Machine) chains and between EVM and non-EVM chains. Specifically, this enables interoperability between Ethereum and Stellar. This is accomplished by utilizing EVM-compatible cryptography and encoding within the Stellar Soroban smart contract. We support multiple, blockchain-specific addresses and asset types. This enables seamless cross-chain Perun Channels between distinct blockchain ecosystems.

Added 💥

  • Multi-ledger functionality to support multiple EVM chains [#29]

  • Support for non-EVM cross-chain channels [#40]

  • Optimization (change channelID array to singular channelID) [#41]

Legend

  • 💥 This is a breaking change, e.g., it changes the external API.