Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to app-channel in perun-examples #53

Merged

Conversation

tinnendo
Copy link
Contributor

Description

This PR resolves a critical issue with AppID handling that affected the Perun App Channel example. The issue was causing the example app to fail following the upgrade to v0.11.0 due to incompatible changes in the way AppID was managed.

Related Issue

This PR directly resolves an issue that occured in perun-examples PR #20.

With this fix, the examples in the perun-examples repository can now successfully run with go-perun v0.11.0.

Changes Made

  1. Fix AppID Handling:
    Replaced the previous AppID handling with channel.AppID.
    Implemented the use of MarshalBinary() for extracting Ethereum addresses.

  2. Verified the fix using the Perun App Channel example from the perun-examples repo, confirming that the issue with AppID has been resolved.

@tinnendo tinnendo changed the title Adapt to app-channel in perun-examples runn go-perun v0.11.0 Adapt to app-channel in perun-examples Sep 17, 2024
@tinnendo tinnendo force-pushed the chore-update-to-goperun-0.11.0 branch from 17e6db9 to f31cf59 Compare September 17, 2024 15:30
@tinnendo tinnendo force-pushed the chore-update-to-goperun-0.11.0 branch from f31cf59 to ada4367 Compare September 17, 2024 15:35
@tinnendo tinnendo merged commit 9461f0d into hyperledger-labs:main Sep 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants