Skip to content

Releases: hyperledger-labs/perun-eth-backend

Bromo

08 Apr 13:48
3106abe
Compare
Choose a tag to compare

Support for EVM to Non-EVM payment channels and other fixes.

Added

  • Egoistic Funding Test #52
  • Support for EVM to Non-EVM payment channels including go-perun version update and new contract binaries #54 💥

Changed

  • Update action cache #55

Fixed

  • Fixed AppID handling #53 💥

Legend

  • ⚠️ This is a pre-release and not intended for usage with real funds.
  • 💥 This is a breaking change, e.g., it changes the external API.

Full Changelog: v0.5.0...v0.6.0

Athos

07 Mar 08:29
baa2a14
Compare
Choose a tag to compare

Improved Contract Compatibility, Swap Parallelization and other fixes.

Added 💥

  • AppID Type to generalize App identifiers instead of using Ethereum addresses: [#44] 💥
  • Add a shared nonce map to ensure that the nonce is incremented for all transactions, including those sent in parallel: [#43]
  • Add ability to set the gas limits instead of using fixed values: [#46]
  • Add pointer receiver to Asset.UnmarshallBinary to return the unmarshalled value instead of the default: [#36]

Fixed

  • Fix the order from Asset.MarshalBinary: [#36]
  • Restore compatibility between go-perun post-0.10.6 and eth-backend: [#44]

Changed

  • Use git diff instead of go test to check if the bindings are generated correctly: [#33]
  • Remove IncreaseAllowance and use Approve instead to ensure compatibility with more contracts in the depositing process: [#43]

Legend

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