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

Minor fixes for retrieval on data transfer #56

Merged
merged 13 commits into from Jul 15, 2020

Conversation

hannahhoward
Copy link
Collaborator

Goals

Various fixes / adds discovered in the course of putting retrieval on data transfer

Implementation

  • CBOR-gen channelIDs
  • Actually give the ability to get ChannelID from ChannelState
  • Use new GetSync Method in go-statemachine instead of awkward noopSynchronize
  • Decode vouchers in channel state for both registered vouchers and registered revalidated vouchers

use both type registries to decode vouchers in channels
rather than clunky noopSynchronize event, use built in GetSync method in go-statemachine
Not sure how this was managing to work given how it's written!
Copy link
Contributor

@ingar ingar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

was failng in situations with where request completed, due to timing issues.
make sure the revalidation sends a different message for a response that is finalizing versus
regular
do not cleanup channels until transfer is definitely complete
@hannahhoward hannahhoward merged commit 34b009b into master Jul 15, 2020
@rvagg rvagg deleted the feat/fixes-for-retrieval branch January 5, 2023 01:09
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.

None yet

2 participants