AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 68 forks source link

Add support to handle exploded data #1282

Closed vladtr closed 1 year ago

vladtr commented 1 year ago

As it was noted in https://github.com/AntelopeIO/leap/pull/1280 regarding get_transaction_id api call by @heifner, following are desirable set of improvements in a way data / hex_data is being handled.

Copy/pasting original description from mentioned above PR:

bhazzard commented 1 year ago

This was initially added to track potential additional logic to protect the user from being deceived by false transaction json. After discussion, we determined that these additional protections are not necessary based on the intended purpose of the get_transaction_id api call.