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

Weth.watch filter are not implemented completely #326

Closed
frozeman opened this issue Feb 17, 2015 · 3 comments
Closed

Weth.watch filter are not implemented completely #326

frozeman opened this issue Feb 17, 2015 · 3 comments

Comments

@frozeman
Copy link
Contributor

I can't pass an object to the eth.watch() function. It works with cpp though.

If call:

web3.eth.watch({
    address: web3.eth.accounts // should work according to specs (i can pass a string of an account or an array)
}).changed(function (log) {
    console.log(log); //  {"address":"0x0000000000000000000000000000000000000000","data":"0x0000000000000000000000000000000000000000000000000000000000000000","number":0}
});

I get an error that the arguments are wrong.

@frozeman
Copy link
Contributor Author

@obscuren
Copy link
Contributor

What's the error

@frozeman
Copy link
Contributor Author

[RPC-HTTP] Error: Could not decode arguments

AusIV pushed a commit to NoteGio/go-ethereum that referenced this issue Jul 12, 2021
…bind-tests-pr

bump Travis and Appveyor ci Go version to go1.16
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 20, 2021
* eth/tracers: improve tracing performance (ethereum#23016)

Improves the performance of debug.traceTransaction

* Update the import order

Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: John.H <john.h@binance.com>
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
marioevz pushed a commit to marioevz/go-ethereum that referenced this issue Feb 6, 2024
* cmd/{geth, utils}: add a command to clear verkle costs

fix:  boolean issue

fix: load finalization state in FinalizeAndAssemble (ethereum#340)

* Conversion and TransitionTrie fixes (ethereum#346)

* fixes

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* remove old comment

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

* trace cleanup

---------

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
sduchesneau pushed a commit to streamingfast/go-ethereum that referenced this issue Jun 17, 2024
…erFromHeader-func

Make arbitrum APIBackend's method stateAndHeaderFromHeader public. Used in rebuilding of wasm store
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