orca-so / orca-sdks

Open-sourced typescript SDKs for Orca
MIT License
43 stars 10 forks source link

fix TransactionBuilder.txnSize #42

Closed yugure-orca closed 1 year ago

yugure-orca commented 1 year ago

txnSize

txnSize used to return serialized data size. However now it returns the size of base64 encoded serialized data. (unintentional breaking change)

Once this PR is merged:

Test

Unit test cases for TransactionBuilder.txnSize and some constants are added.

Bump to 0.2.2

This PR contains bump to 0.2.2