question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scatter eos hook or proxy provider can not push action to nodeos

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mintzhaocommented, Nov 9, 2018

I have changed to the scatterjs-plugin-eosjs,and works fine. Great job, thank you

0reactions
nsjamescommented, Nov 8, 2018

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 )

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found