-
Notifications
You must be signed in to change notification settings - Fork 18
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
Virtual channel watching and dispute test (Last part of large Virtual Channel PR) #83
Merged
ggwpez
merged 9 commits into
hyperledger-labs:dev
from
perun-network:82-virtual-channels
Jul 8, 2021
Merged
Virtual channel watching and dispute test (Last part of large Virtual Channel PR) #83
ggwpez
merged 9 commits into
hyperledger-labs:dev
from
perun-network:82-virtual-channels
Jul 8, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
4 times, most recently
from
May 23, 2021 00:39
f10d622
to
9c316fd
Compare
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
14 times, most recently
from
June 16, 2021 07:57
5005e3f
to
30dfd5a
Compare
matthiasgeihs
commented
Jun 17, 2021
matthiasgeihs
commented
Jun 17, 2021
matthiasgeihs
commented
Jun 17, 2021
matthiasgeihs
commented
Jun 17, 2021
matthiasgeihs
commented
Jun 17, 2021
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
2 times, most recently
from
June 18, 2021 09:01
f192508
to
3f17b82
Compare
matthiasgeihs
commented
Jun 18, 2021
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
2 times, most recently
from
June 18, 2021 11:56
d57cf7d
to
08a965c
Compare
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
4 times, most recently
from
July 7, 2021 07:04
3c254ec
to
2af1137
Compare
matthiasgeihs
changed the title
Virtual channels
Virtual channel watching and dispute test (Last part of large Virtual Channel PR)
Jul 7, 2021
matthiasgeihs
commented
Jul 7, 2021
ggwpez
suggested changes
Jul 7, 2021
This was referenced Jun 14, 2022
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
2 times, most recently
from
July 8, 2021 12:38
72687d8
to
e4de987
Compare
ggwpez
suggested changes
Jul 8, 2021
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
from
July 8, 2021 14:37
de45c91
to
1764f43
Compare
Preparation for virtual channel watching. Signed-off-by: Matthias Geihs <[email protected]>
Signed-off-by: Matthias Geihs <[email protected]>
Use logFunder, logAdjudicator instead of DummyFunder, DummyAdjudicator Reduce size of codebase. Reduce redundant parts. Merge logFunder and logFunderWithDelay. Merge logFunder and logAdjudicator into logBackend. Reduce code complexity. Prepare changes that would require adjudicator logic based on the funder state. Signed-off-by: Matthias Geihs <[email protected]>
- Register: Emit events for sub-channels, add state and sigs - Subscribe: Only return events for a given channel. - Withdraw: Print accumulated outcome. Also rename to mockBackend because it actually does more than just logging. Signed-off-by: Matthias Geihs <[email protected]>
Usage before was clunky. The user needed to gather subchannels manually and to know which function to call. Now the framework does that for the user. Signed-off-by: Matthias Geihs <[email protected]>
Signed-off-by: Matthias Geihs <[email protected]>
Signed-off-by: Matthias Geihs <[email protected]>
Signed-off-by: Matthias Geihs <[email protected]>
Signed-off-by: Matthias Geihs <[email protected]>
matthiasgeihs
force-pushed
the
82-virtual-channels
branch
from
July 8, 2021 14:55
c3218dc
to
2d9efe7
Compare
ggwpez
approved these changes
Jul 8, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After splitting up the Virtual channel PR into several smaller, but still not small, PRs, this should now be the last one of that series. It contains:
Closes #82