Deserialize a packed trx offline
deckb opened this issue · 5 comments
Does eospy have any util to deserialize a packed hex given an abi?
Something like this: https://github.com/dfuse-io/example-eosjs-decode-hex
These code may help to the development
https://github.com/EOSIO/eosjs/blob/master/src/transaction.abi.json
https://github.com/EOSIO/eosjs/blob/master/src/eosjs-serialize.ts#L773-L968
And this lib is proved to be useful
Appreciate the notes. This is something that I have been meaning to get back to and just haven't had the time. There are going to be some movement around this library in the near term that hopefully will free me up to tackle some of these outstanding issues.
Do you have a ROADMAP?
Not currently. That is another thing I would like to do once I get back to working on this library a bit more consistently
Can we deprecate Python2 now?