2020-06-15 14:43:32 +00:00
|
|
|
<!--
|
|
|
|
Thank you for your Pull Request. Please provide a description above and review
|
|
|
|
the requirements below.
|
|
|
|
|
|
|
|
Bug fixes and new features should include tests.
|
|
|
|
|
|
|
|
Contributors guide: https://github.com/gakonst/ethers-rs/blob/master/CONTRIBUTING.md
|
|
|
|
|
|
|
|
The contributors guide includes instructions for running rustfmt and building the
|
|
|
|
documentation.
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Motivation
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Explain the context and why you're making that change. What is the problem
|
|
|
|
you're trying to solve? In some cases there is not a problem and this can be
|
|
|
|
thought of as being the motivation for your change.
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Solution
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Summarize the solution and provide any necessary context needed to understand
|
|
|
|
the code change.
|
|
|
|
-->
|
2021-08-31 10:52:11 +00:00
|
|
|
|
|
|
|
## PR Checklist
|
|
|
|
|
|
|
|
- [ ] Added Tests
|
|
|
|
- [ ] Added Documentation
|
|
|
|
- [ ] Updated the changelog
|
2022-12-14 08:06:02 +00:00
|
|
|
- [ ] Breaking changes
|