steemit / simple_steem_client

A minimalist Steem RPC client in Python
2 stars 5 forks source link

Implement pure python serialization #3

Closed youkaicountry closed 6 years ago

youkaicountry commented 6 years ago

Currently serialization is handled by an external call to a binary. We wish to integrate a pure python solution, instead. @goldibex has developed a pure javascript implementation that should be relatively simple to port over.

goldibex commented 6 years ago

This is in work now, should be ready EOD

goldibex commented 6 years ago

Update: taking a little longer than I thought (twos complement nightmares), but i've got serialization working with unit tests down through maps. Will polish off shortly.