[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
[x] I have added tests to cover my changes.
[x] All new and existing tests passed.
[x] Have you lint your code locally prior to submission?
[x] Does your code follows the code style of this project?
[x] Does your change require a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] Have you added an explanation of what your changes do and why you'd like us to include them?
[x] Have you inserted a keyword and link to the issues the PR closes in its descriptions (ex closes #1) ?
[x] Is you branch up to date, have you integrated all the latest changes from develop and resolved conflicts ?
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Package updates and refactoring to support Autofac's lack of update container support.
What is the current behavior? (You can also link to an open issue here)
Errors when updating the web3 container at runtime.
What is the new behavior (if this is a feature change)?
Container initialised to a working state to remove the need for an update.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No, but further work required to fully fix running of nodes.
New Pull Request Submissions:
closes #1
) ?What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Package updates and refactoring to support Autofac's lack of update container support.
What is the current behavior? (You can also link to an open issue here) Errors when updating the web3 container at runtime.
What is the new behavior (if this is a feature change)? Container initialised to a working state to remove the need for an update.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No, but further work required to fully fix running of nodes.
Other information: