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
Interface for LocalCosigner #67
Interface for LocalCosigner #67
Changes from 103 commits
f5d4886
48d1cc5
bb47ccb
387b500
b70378a
64c2aad
f6cf311
307072f
592aaea
1472223
0a2086e
f313cac
c767a2e
0e428cc
e564fcb
9e4fa20
627d8c7
1ee5bc5
987648b
9e95bd7
61c7113
113e6ba
01fe48e
4870fdd
ac0b330
4c442fe
2f25116
c0bff54
2f3d97c
9c8138b
3d0129f
64244f9
c43edc7
b090ed3
bf2c8bc
fc1b39b
66c5215
21fc29a
f07b40d
c6989b9
e414aeb
3b0bd1c
8d3be72
86c7956
de5c077
4e91a4f
8ad0b9a
22359d8
17b66fe
ad1756a
bedf522
7440441
ce52309
d179b6d
36a9271
4001463
26615da
921743b
a97b16b
e5e8660
a569fec
88d2bb2
5bc6f9b
e00b031
19f1fe6
82ea2e2
8439b3a
37f3f86
da1aa8d
a3134ba
9d6780a
198efae
5d5d0ee
ca8ecb3
f3eaea6
0de6f85
4f4b83c
9ccb3de
7e14c99
adca665
00f8eef
4be59c3
830f9df
39f787a
9ae7dbe
79c00ac
c9579aa
79fe0b5
7897016
99fcc7b
13f9401
e8b9653
504741e
077da1b
94ac3e0
2cb0948
b3180db
689c079
7d5b6ef
eecfaa7
9aee3c4
f26ddb8
3aa257f
b4f86e0
bf1efe1
778943c
f3c2749
4b62d14
38e0da7
f9504a2
6b30c2e
fa890ba
76b6a71
aaf9488
ec4e74e
4655ae3
1d9454b
ebc9259
f8b544b
3d53760
fada662
716fd8e
d90e991
69b260e
9329cec
000a3ef
6e4231a
25c0770
2c08ca9
5570e50
52e7dcc
667c204
87ca34d
35539a0
fbb8464
1c5038c
7c2ab19
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.
If the shares have been switched to uint8 everywhere else, why isn't ShareID a uint8 now too?
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.
Because ShareID, peers etc is int.
Would be good in the future to decide which int type to use. And I assume that
The current way is not a great design choice. Maybe should be added to issues or some kind of roadmap?