GetScatter / scatter-js

Importable JavaScript library that allows web applications to directly interface with Scatter Desktop, Classic and Mobile.
MIT License
262 stars 148 forks source link

Whitelisting #189

Open wehmoen opened 3 years ago

wehmoen commented 3 years ago

Hi,

I implemented scatter into my app and have some issues whitelisting actions. It sometimes work. It sometimes doesn't. Most of the time I can not toggle the whitelist switch to on at all. Sometimes it works on localhost. Also not really reliable. So how to I have to send the actions that they can be whitelisted?

For example a transaction that I want to send could be all of these actions at once: 1 eosio.token:transfer, 1 othercontract:transfer, 1 eosio.token:transfer, 1 othercontract:transfer

It seems weird that the behaviour is so inconsistent.
I am using the scatterjs-plugin-eosjs2.min.js one.

Hope someone can help.