-
Notifications
You must be signed in to change notification settings - Fork 440
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
This request is not supported because your node is running with state pruning. Run with --pruning=archive. #274
Comments
Can't reproduce it. Can you please provide full code to test it? |
@skywinder import UIKit class ViewController: UIViewController {
} |
@skywinder Are you able to reproduce this issue? We are using Infura endpoint, do we need to enable archived data access in Infura? Appreciate you looking into it. Thanks. |
No. Can't reproduce. Looks like it was error on the Infura side. It was already discussed in other issues in the repo. Please have a look at #239 (comment) |
close in favor of #239 |
I'm using kovan infura.
let endpoint = "https://kovan.infura.io/v3/XXXXXXXXXXXXX"
let web3Instance = web3(provider: Web3HttpProvider(URL(string: endpoint)!)!)
When I try to get balance of erc20 or make any transaction, I'm getting below issue.
nodeError(desc: "This request is not supported because your node is running with state pruning. Run with --pruning=archive.")
The text was updated successfully, but these errors were encountered: