-
Notifications
You must be signed in to change notification settings - Fork 443
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
Web3swift.Web3Error.processingError(desc: "Failed to fetch nonce"). #285
Comments
Using my own Infura endpoint resolved this particular error. Now instead I'm getting the following error: typeMismatch(Swift.Array, Swift.DecodingError.Context(codingPath: [], debugDescription: "Expected to decode Array but found a dictionary instead.", underlyingError: nil)) Again, I'm sure I'm just doing something silly. Leaving this here in case anyone else encounters something similar. |
I did do something silly: needed to attach the keystore manager to my web3 instance... web3.addKeystoreManager( KeystoreManager( [keystore] ) ) Thanks again for the library! |
@alexandermucalov, you are always welcome. Glad that you found it useful. 👍 Here are some followup comments regarding this: Keep in mind that enchantments & pull requests to this repo are eligible for the GitCoin grant program we received. so let me know if you can
ps. |
@alexandermucalov since you are active user, would you like to help with this for the bounty? |
@AnnaYatsun1 please kindly check this issue and how |
Hi there,
This seems like a great library - thanks so much for providing!
I am facing a stubborn issue: Fatal error: 'try!' expression unexpectedly raised an error: Web3swift.Web3Error.processingError(desc: "Failed to fetch nonce").
I am importing one of my own addresses, and then trying to send a transaction using the snippet below. I'm sure I'm just doing something silly - any assistance would be very much appreciated:
The text was updated successfully, but these errors were encountered: