greymass / anchor-link

Persistent, fast and secure signature provider for EOSIO chains built on top of EOSIO Signing Requests (EEP-7)
Other
53 stars 22 forks source link

Encoded transaction object breaks compatibility with eosjs library. #41

Open oliviera9 opened 1 year ago

oliviera9 commented 1 year ago

https://github.com/greymass/anchor-link/blob/508599dd3fb3420b60ee2fa470bf60ce9ddca1c5/src/link.ts#L757

This encoding breaks compatibility with eosjs. The resulting object is not iterable, as needed by eosjs.

oliviera9 commented 1 year ago

This should be a result of the major update to 3.0.0.

envin3 commented 1 year ago

This should be a result of the major update to 3.0.0.

I couldn't find documentation for this. Is this actually expected?