kulapio / libra-core

A javascript client for libra, works on browser and node
https://www.npmjs.com/package/kulap-libra
39 stars 16 forks source link

Broken Transaction Proto #11

Closed olibaron closed 5 years ago

olibaron commented 5 years ago

Transaction.proto has been changed and RawTransaction is removed. Transfer needs to be rewritten.

totiz commented 5 years ago

Right, I'm working on that, hope to make it done soon.

olibaron commented 5 years ago

You are porting LCS right?

totiz commented 5 years ago

In the Libra core itself (to upgrade protobuf and other stuffs), and this as well https://github.com/ketola/jlibra/tree/transaction-serialization, the communities are very active, I just finished porting protobuf.

0xywzx commented 5 years ago

Does the transaction bug fixed? It seems that we cannot transfer in demo page.

totiz commented 5 years ago

@Yosuke-Aramaki not yet, LCS it takes time to implement. Hope to make it done soon.

0xywzx commented 5 years ago

OK, thank you for your comment. I hope you will fix soon !!

totiz commented 5 years ago

Fixed in https://github.com/kulapio/libra-core/releases/tag/v2.0.2