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
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
[VG-3094] Compute operation_id from tezos transactions and update of uid formula (#848)
* fix(Tezos): add operation_id in tezos transactions and update of uid formula
Changes:
* change tezos operation uid formula to {accountUId + counter + TxOpIndex + TxOpType (+ additional) + OperationType}
* add methods to tezos transaction to retreive the non-reveal operation type / index in batch
* add method to tezos account to compute an operation_id from an unsigned transaction
* a bit of refactoring in Operation
* parse tezos operation index in batch and counter
* ci: bump patch version
0 commit comments