You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
There are two different types OperationMetadataBalanceUpdates vs. OperationBalanceUpdatesItem in @taquito/rpc. They got quite inconsistent (have different fields) especially in v19 for Oxford protocol. Especially bond_id has conflicting type string vs. BondId. However, RPC schema has only single/same schema for balance updates.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I have merged pr2816 to fix this. We decided to removed OperationBalanceUpdatesItem and use OperationMetadataBalanceUpdates for better maintenance. This will be included in the next release, in the mean time you can use preview build like this npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
Description
There are two different types
OperationMetadataBalanceUpdates
vs.OperationBalanceUpdatesItem
in@taquito/rpc
. They got quite inconsistent (have different fields) especially in v19 for Oxford protocol. Especiallybond_id
has conflicting typestring
vs.BondId
. However, RPC schema has only single/same schema for balance updates.The text was updated successfully, but these errors were encountered: