din-payments-stack fails with geth 1.14 fixturenet #11
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/fixturenet-eth-stacks#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Testing against #7
Ledger channel creation never completes.
In logs for go-nitro-bob:
Inspected a bit later, the block cited as not being on chain is present, and has the same hash as the log message above:
Added extra logging to see the hash it expected:
Queried the block subsequently and it has the expected hash:
This turned out to be some wire format incompatibility between new geth and old go-eth library.
Updating go-nitro to use the latest client library made the problem go away.