-
-
Notifications
You must be signed in to change notification settings - Fork 40
upgrade to typescript and refactor protobuf layer #44
Conversation
5bab7f2
to
27668ff
Compare
check:
This is exactly what we want, we want to be "long" ready. So far there is for compatibility reason this part of code that turns long instance back into number if (field.long) {
return value.toNumber();
} it is likely that we can remove this right away because trezor-connect tests don't ever trigger this condition. we should probably make sure that trezor-connect treats following protobuf types as strings: int64, uint64, sint64, fixed64, sfixed64
|
6fb58d2
to
e01425b
Compare
e81ab12
to
fc463da
Compare
No description provided.