Skip to content

Print out transaction with transaction_id on clive transfer command

Mateusz Żebrak requested to merge mzebrak/return-transaction-with-hash into develop

Requires: !103 (merged)

This MR contains workaround for __convert_to_h26 method not taking into account that Any type can appear as a operation parameter, which results from the use of this method in a convert_operations validator method. To make it nice and clean, __convert_to_h26 should take into account a dict like pydantic initializer does. I don't get why we need convert_operations since we only use hf26 models inside Clive, and such a conversion is already done by schemas so I left it with this workarkound. FYI: @kmochocki

Merge request reports