-
Notifications
You must be signed in to change notification settings - Fork 284
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(sdk-coin-icp): added address creation and validation logic #5390
Conversation
38ee515
to
1b0e289
Compare
7d382a0
to
d947a3c
Compare
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.
lgtm, just confused why we have the ordering changes
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.
rebase please
678f480
to
cd2de0d
Compare
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.
why the curve is eddsa
in the statics?
BitGoJS/modules/statics/src/coins.ts
Lines 1578 to 1588 in 8ee3d50
account( | |
'35254b6a-5370-4e22-844b-be504b510103', | |
'icp', | |
'Internet Computer', | |
Networks.main.icp, | |
8, | |
UnderlyingAsset.ICP, | |
BaseUnit.ICP, | |
ICP_FEATURES, | |
KeyCurve.Ed25519 | |
), |
5677af9
to
d51839c
Compare
changed to |
0ab434a
to
2c77d35
Compare
TICKET: WIN-4247