eosio-watcher-plugin icon indicating copy to clipboard operation
eosio-watcher-plugin copied to clipboard

Plugin Compatibility Fixes for Nodeos 1.8.x

Open trakout opened this issue 6 years ago • 0 comments

Fixed:

  • (Related Issue)
  • After much trial & error, this fixes compilation issues when building this plugin with the latest stable release of Nodeos.
    • receiver is now located directly inside action (action.receipt.receiver -> action.receiver)
    • commented out the iteration on inline traces, these should all be flat transaction traces now
    • renamed accepted_block_conn to accepted_block_connection, and applied_tx_conn to applied_transaction_connection
    • Updated function signature for the lambda in chain.applied_transaction.connect

Tested on:

  • Ubuntu 18.04 (fresh install)
  • Nodeos 1.8.5

trakout avatar Nov 05 '19 02:11 trakout