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.
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
feat(transfer): add unwinding ability #6656
feat(transfer): add unwinding ability #6656
Changes from 50 commits
013f883
83f4582
59b93ed
ff35ada
926d8da
8a3dd36
3f5dc6c
10592e1
907de8e
6787c74
37375ba
65a0d0a
ca59adf
1492378
288f5f6
d4e9b59
a70e56d
6a33a57
7fb5569
774d971
ad4e6f6
3acd732
139facf
2a0225e
04127e7
0e3552a
878b64c
23cf902
acc9a95
74a6a9a
d68b2e4
040b4fe
3a59487
18d4927
5f78cc2
babd20f
f01fb8c
80524a3
a343a25
ba5bbe0
147b05c
0b8e2b9
5e13d74
4b43f07
8cb674d
c1d1b8a
f1c5968
a07fe59
02b8d6f
d31590c
a2accc1
1c0fb6c
0e67b51
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I know the length has already been verified in ValidateBasic, but I wonder if we should comment or change the godoc because at first glance I was unsure if this actually ensures that a single token is used or just cuts the list if there are multiple - but I guess we working from the assumption that ValidateBasic catches the error of multiple coins.
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.
I'll add a comment here for clarity and change the godoc :)
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.
👍