Skip to content

Improve blockchain converter node_based_conversion

  • Added escrow_transfer_operation and limit_order_create2_operation operations to the converter (fixed expiration time not changed while using the --use-now-time option issue)
  • Added wlog on transaction broadcast error
  • Fixed issue related to the wrong generation of TaPoS
  • Value of the --resume-block is now generated based on the last_irreversible_block_num, not head_block_num
  • Applied changes in serialization to the converter (!264 (merged))
  • Added Configuring live conversion section in the blockchain converter documentation
  • Fixed undefined atomic_bool error in g++-9.3.0
  • Changed required output node plugins in node_based_conversion from the condenser API to the block API, network_broadcast API and database API
Edited by Bartek Wrona

Merge request reports