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

Can't get notified with the right watcher

Open luckybean opened this issue 6 years ago • 3 comments

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.

luckybean avatar Oct 10 '18 09:10 luckybean

What kind of actions are you not receiving? Inline, in deferred transactions (sent by other contracts) or sent directly from the outside?

sim31 avatar Oct 11 '18 04:10 sim31

sent directly from the outside and unstake action @sim31

luckybean avatar Oct 15 '18 09:10 luckybean

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.

sim31 avatar Oct 17 '18 05:10 sim31