Skip to content

annotated_signed_transaction type refactoring to eliminate usage of obsolete `signed_transaction::id()` method

Bartek Wrona requested to merge bw_annotated_transaction_refactor into develop

annotated_signed_transaction type moved from hive::chain::protocol module to the hive::plugins::account_history (since it is effectively used there) and reused in the API plugins sharing AH functionality. Since annotated_signed_transaction is used only internally right now, it can be easily initialized by using full_transaction_type features, and eliminate usage of obsolete signed_transaction::id() method.

Edited by Bartek Wrona

Merge request reports