scatter eos hook or proxy provider can not push action to nodeos
See original GitHub issueI am using eosjs2
const api = new Api({
rpc,
signatureProvider: scatter.eosHook(network),
textDecoder: new TextDecoder(),
textEncoder: new TextEncoder()
});
and using api.transact to push an action to the nodeos, but nothing happend, no response, no error.
But If I use eosjs@2.0.0-beta2, and as follows of eosjs document, action can push to the nodeos.
does scatter supoorted eosjs2?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
cleos push action is not working on multihost peer node
Actions can only be pushed to the blockchain from a location where the private key is accessible. The most common way to do...
Read more >LiquidApps - Read the Docs
Install nodeos, keosd, cleos, and eosio.cdt with a single command ... --no-reset # do not reset local testing environment ... const action =...
Read more >Untitled
Bull shifters t shirt, Barrier volvo service, Kolumny intex allegro, ... Producing energy from garbage, Grab hook dimensions, Langzaam wordt het zomer ...
Read more >Xng - River Thames Conditions - Environment Agency - GOV.UK
Google plus contact number, Cruze ls-750gl, No question if you really wanna go? ... Is ldl of 132 bad, Elephant shower hooks, Editor...
Read more >Acting Executive Director for Operations. - GovInfo
1014, Amendment No. 14 AGENCY: Nuclear Regulatory Commission. ACTION: Direct final rule. SUMMARY: The U.S. Nuclear Regulatory Commission (NRC) is amending ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have changed to the scatterjs-plugin-eosjs,and works fine. Great job, thank you
Using
hookProvider
will not work as they are renamed.Please post the code inside the
getScatterEOS()
so I can see the full thing. I can’t help with only pieces of the code.Also please post an image of the error that you are getting with desktop open and the extension disabled ( extension does not support eosjs2 )