Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

eth_getBlockTransactionCountByNumber, but method not found #35

Open
deantheiceman opened this issue Dec 4, 2019 · 4 comments
Open

eth_getBlockTransactionCountByNumber, but method not found #35

deantheiceman opened this issue Dec 4, 2019 · 4 comments

Comments

@deantheiceman
Copy link

Seem to be getting unknown method on this eth_getBlockTransactionCountByNumber

@deantheiceman
Copy link
Author

I'm writing a blockexplorer which uses these features, would be helpful if you can help me with the missing methods.

Thanks!

@uldaman
Copy link
Contributor

uldaman commented Dec 5, 2019

Maybe you can use getBlockByNumber api, then it returns the result there is a list of transactions, so list.length() is the count of transactions.

@deantheiceman
Copy link
Author

I'm trying to reuse some existing tooling which requires on the eth methods, are you able to help me find where I could possibly edit and create these methods?

@uldaman
Copy link
Contributor

uldaman commented Dec 5, 2019

The goal of Gear is to make Remix & Truffle easier to use, so I'm not going to add some extra apis at this time. You may consider using the way I mentioned it last time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants