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

RPC: filter pending not triggered #531

Closed
jorisbontje opened this issue Mar 20, 2015 · 1 comment
Closed

RPC: filter pending not triggered #531

jorisbontje opened this issue Mar 20, 2015 · 1 comment

Comments

@jorisbontje
Copy link

Running the following filter in ethereum.js doesn't trigger any callback on go-ethereum:

web3.eth.filter('pending').watch(function(res) {console.log(res)});

I would expect running filter with pending to watch for changes on pending transactions as specified on https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethfilter

And implemented by @tgerring as suggested by his comment on #492 (comment)

go-ethereum develop commit b4a51de
ethereum.js develop commit de5de9eec878e3eb6b0f8b8684463ce7fb50f990

Starting ethereum with:

ethereum -mine=true -rpc=true -rpcport=8080 --unlock=0x0b30af04d96bfb672de96d3b25e30b4eb9ff3ed0:bla
@jorisbontje
Copy link
Author

Thanks @obscuren Fixed in 55fdf3e

nolash pushed a commit to nolash/go-ethereum that referenced this issue May 11, 2018
tanishqjasoria pushed a commit to tanishqjasoria/go-ethereum that referenced this issue Oct 31, 2023
* Upgrade libzkp to `v0.9.5`.

* bump version

---------

Co-authored-by: Péter Garamvölgyi <[email protected]>
s1na pushed a commit to s1na/go-ethereum that referenced this issue Dec 2, 2024
s1na pushed a commit to s1na/go-ethereum that referenced this issue Dec 2, 2024
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

1 participant