This PR takes care of issues #123 #124 #125 #126 in regards to baking, as well as handle the "magic byte" that is sent with any signing instruction, this behavior was previously missing for the full parsing.
We now support the legacy API completely, as we are not missing any instructions anymore (setup and hmac).
The missing UI has been added to the authorization and query instructions.
With this PR, the sign instruction for baking will actually only accept a restricted set of data as intended, as well as be used with the legacy API
This PR takes care of issues #123 #124 #125 #126 in regards to baking, as well as handle the "magic byte" that is sent with any signing instruction, this behavior was previously missing for the full parsing.
We now support the legacy API completely, as we are not missing any instructions anymore (setup and hmac). The missing UI has been added to the authorization and query instructions.
With this PR, the sign instruction for baking will actually only accept a restricted set of data as intended, as well as be used with the legacy API