Closed bgits closed 6 years ago
@bgits Can you provide more details about what the issue was and how it's fixed?
yes, sorry the diff is larger than it should be. The issue was with lines 9 & 10.
const x = '0x' + pubPoint.getX().toString(16, 64)
const y = '0x'+ pubPoint.getY().toString(16, 64)
The toString
method was being called without the second parameter supplied.
Not clear what it's solving but will trust you!
Did we deploy this fix to IPFS @bgits?
yes
On Tue, Nov 20, 2018 at 10:42 AM Rachel Hamlin notifications@github.com wrote:
Did we deploy this fix to IPFS @bgits https://github.com/bgits?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/status-im/ens-usernames/pull/82#issuecomment-440319040, or mute the thread https://github.com/notifications/unsubscribe-auth/AD1YSO5E9Vh2-O3dtO9JpRit_a0lwvAXks5uxCL2gaJpZM4YQ-iu .
And was the ENS resolver updated by @3esmit?
the second parameter specifies required length, correct?
Following up on this one. @3esmit @bgits is this version of the DApp (all contact codes can be edited) the one we resolve to via ENS? Unfortunately can't manually test myself as the issue was not affecting me.
@bgits Can you provide more details about what the issue was and how it's fixed?