Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get notified with the right watcher #9

Open
luckybean opened this issue Oct 10, 2018 · 3 comments
Open

Can't get notified with the right watcher #9

luckybean opened this issue Oct 10, 2018 · 3 comments

Comments

@luckybean
Copy link

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.

@sim31
Copy link
Contributor

sim31 commented Oct 11, 2018

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

@luckybean
Copy link
Author

sent directly from the outside
and unstake action
@sim31

@sim31
Copy link
Contributor

sim31 commented Oct 17, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants