We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A simple options argument passed to the call function acquires new keys.
{ from: '0xD28D1f59...' }
becomes
{ from: '0xd28d1f59...', data: '0x5e615a6b', gasPrice: undefined, gas: undefined, to: '0xb97da33a...' }
after the call.
This function shouldn't mutate its configuration arguments. This cause problems when you want to reuse them elsewhere.
See my writeup at https://karmanivero.us/blog/unexpected-mutations/
1.7.4
No response
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue to us, apologies it took so long - we've been working on the 4.x rewrite
Sorry, something went wrong.
spacesailor24
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
A simple options argument passed to the call function acquires new keys.
becomes
after the call.
Expected Behavior
This function shouldn't mutate its configuration arguments. This cause problems when you want to reuse them elsewhere.
Steps to Reproduce
See my writeup at https://karmanivero.us/blog/unexpected-mutations/
Web3.js Version
1.7.4
Environment
Anything Else?
No response
The text was updated successfully, but these errors were encountered: