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

Web3 doesn't support the "pending" option for many requests #709

Closed
arajasek opened this issue Nov 15, 2018 · 1 comment
Closed

Web3 doesn't support the "pending" option for many requests #709

arajasek opened this issue Nov 15, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@arajasek
Copy link
Contributor

The Ethereum Web3 allows users to specify "pending", "latest", and "genesis" as values for any request that takes a block (number or hash) as a parameter.

We currently do not have full support for this, and we're receiving questions from users about it, especially for the "pending" option.

The following functions do not support the "pending" parameter:

  • getBalance
  • getStorageAt
  • getCode
  • getBlock
  • getTransactionFromBlock (eth_getTransactionByBlockNumberAndIndex)
  • call
  • getLogs
@arajasek arajasek added the enhancement New feature or request label Nov 15, 2018
@arajasek arajasek added this to the 0.3.2 milestone Nov 15, 2018
@arajasek arajasek self-assigned this Nov 15, 2018
@arajasek
Copy link
Contributor Author

Fixed in PR #713

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant