Skip to content
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

Rebase #2

Merged
merged 49 commits into from
Feb 15, 2022
Merged

Rebase #2

merged 49 commits into from
Feb 15, 2022

Conversation

dsahdr
Copy link

@dsahdr dsahdr commented Feb 15, 2022

No description provided.

pacrob and others added 30 commits January 20, 2022 16:32
* fixed ens contract function called twice

* newsfragment
* asyncify eth.get_logs

* factor out `assert_contains_log` function

Co-authored-by: Paul Robinson <[email protected]>
Because Github link is extremely useful
* Update typing extensions to allow v4

* Loosen typing-extensions version

* Add newsfragment for typing-extensions bump
Pull in new py-evm and eth-tester, and eth-account
* fix: Missing commas

* Add newsfragment for exception retry middleware whitelist

Co-authored-by: kclowes <[email protected]>
Refactor idea from PR ethereum#2259 into sync and async fee utility methods. Change params passed into eth_feeHistory to values that allowed for better results when we tested locally. Add a min and max to the estimated fee history so that we don't allow unsuspecting users to contribute to fee bloating. Max and min values keep the priority fee within a range that healthy blocks should accept, so these transactions would be accepted when fee prices settle from high-fee periods.
* Align NamedTuples

* Add NamedTuple alignment test.

* Add newsfragment for NamedTuple change

Co-authored-by: kclowes <[email protected]>
Signed-off-by: Harmouch101 <[email protected]>
Signed-off-by: Harmouch101 <[email protected]>
pacrob and others added 19 commits February 4, 2022 15:53
* Added BaseGethPersonal to geth.py

* Added AsyncGethPersonal and test

* Added Docs

* lint fixes

* news fragment update

* removed import_raw_key test for now

* mypy typing issues

* typo

* Added AsyncGethAdmin and BaseGethAdmin. Also, fixed test due to typing

* made suggested changes

* made suggested changes

* fixed spelling errors

* added test and docs

* newsfragment

* merge conflict

* remove setSolc

* copy in suggested test

* forgot to check liniting before commit

* linting

* linting
Properly initialize modules that do not inherit from the `web3.module.Module` class. We weren't properly testing self-referential, non-static methods with this functionality and so a test was also added for this.
* Allow for accepting the ``Web3`` instance as the first argument in any module's ``__init()`` method, rather than requiring a module to inherit from ``web3.module.Module`` if it needs to make use of the ``Web3`` instance.

* Update tests to test the above change.

* Add a more friendly error message if the module has more than one __init__() argument. Add test for this error message / case.
…pes (ethereum#2340)

* Add 'Breaking Change' and 'Deprecation' to our valid newsfragment types

* Add newsfragment for new newsfragment categories

* Remove removal section of release notes
* Drop python 3.6

* Remove parity tests

* Add newsfragment for py36 drop
* fix: correct type for effectiveGasPrice (Wei, not int)

* fix: correct type for gas and gas_limit (int, not Wei)

* lint: removed unused type imports of Wei

* Add newsfragment for Wei/int typing fixes

Co-authored-by: kclowes <[email protected]>
* Require websockets v10+

- Remove event loop parameter

* Add newsfragment for websockets upgrade
* ➕ Add Python 3.10 support to CI

* Dropped support for all parities

* Change docker image to use 3.10

* Update pytest-asyncio plugin

* Mark async fixture as such, clean up pytest DeprecationWarnings

Signed-off-by: Harmouch101 <[email protected]>

Co-authored-by: Felipe Selmo <[email protected]>
Co-authored-by: kclowes <[email protected]>
@dsahdr dsahdr merged commit 80dd4f0 into master Feb 15, 2022
@dsahdr dsahdr deleted the rebased branch November 29, 2022 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.