EOSIO / eosjs2

Library to talk to the eos api
MIT License
29 stars 21 forks source link

Pass binary abis to sign function #52

Closed randytorres closed 6 years ago

randytorres commented 6 years ago

The binary abi is being passed to the sign function, the function is not doing anything with the abi right now.

chris-allnutt commented 6 years ago

@randytorres looks like this needs a conflict resolution

brandonfancher commented 6 years ago

@randytorres This looks good. We'll need to update a few consumers of this API down the line, but that can be done when we cut a new npm release, and the changes should be fairly straightforward. So I approve going ahead and merging after conflict resolution.