-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Apply context
in constructor
#5850
Conversation
I can't seem to add the |
Hi there! Thank you for your interest in contributing to web3.js! After reviewing the change you made, I've realized that I made a mistake in my understanding of the overloaded I suspect that the bug causing #5802 is probably because of the first part of this comment. If you'd still like to contribute to web3.js, you could see if this is actually the issue and attempt to fix the bug there. Either way, thank you for your interest in helping us maintain the library |
Thank you for the very detailed explanation. Could you help me with some guidance on where or how I could start? Would be nice to contribute to this project since I am a user myself at work and personal projects. |
From the comment I linked above,
So I'm assuming we'd need to update |
If you're curious @kevinam99, this was a possible fix for this issue Thank you again for your interest and contributions! Closing this in favor of #5950 |
Thank you @spacesailor24. I had just gotten some time to work on it, but no problem. |
@kevinam99 sorry about that, I'll keep you in mind if any other good-first-issues pop up, but if you'd still like to contribute, testing the latest RC for 4.x in your projects would be a huge help as we're trying to iron out any issues for migrating users |
@spacesailor24 sure, thanks :) |
Description
Aims to fix the issue linked below to apply
context
in the constructor which was previously not done.Type of change
Checklist for 4.x:
yarn
successfullyyarn lint
successfullyyarn build:web
successfullyyarn test:unit
successfullyyarn test:integration
compile:contracts
successfully but it ended up removing important comments, so didn't commit this changeCHANGELOG.md
file in the packages I have edited.