eosio-watcher-plugin
eosio-watcher-plugin copied to clipboard
Can't get notified with the right watcher
nodeos version: mainnet-1.3.1 watcher-plugin config: #============= #Enable plugin plugin = eosio::watcher_plugin watch = eosio.stake: watch = cannontest11: watch-receiver-url = http://127.0.0.1:8080/ watch-age-limit = 5 #=============
Issue: I can get notified while there is a stake action to eosio.stake, but can't get any post notification for account cannontest11.
What kind of actions are you not receiving? Inline, in deferred transactions (sent by other contracts) or sent directly from the outside?
sent directly from the outside and unstake action @sim31
It's an action of cannontest11 contract, right? Because you might be expecting to get notifications when cannontest11 is the authorizing account (like you could with history plugin). This plugin does not do it.