Commit 80dd4f0
Rebase (#2)
* move default_account and default_block properties and setters to BaseEth so Eth and AsyncEth can access
* Feature/ens request (ethereum#2319)
* fixed ens contract function called twice
* newsfragment
* small typo in documentation
* add newsfragment
* Only apply ``to_hexbytes`` formatter if value is not null
* asyncify eth.get_logs (ethereum#2310)
* asyncify eth.get_logs
* factor out `assert_contains_log` function
Co-authored-by: Paul Robinson <[email protected]>
* Add Github link to the main doc landing
Because Github link is extremely useful
* Newsfragment for github link to docs
* Update typing extensions to allow v4 (ethereum#2217)
* Update typing extensions to allow v4
* Loosen typing-extensions version
* Add newsfragment for typing-extensions bump
* Try out new py-evm requirements in eth-tester
* Remove xfails for newly passing eth-tester tests
* Upgrade eth-account requirement
* Add newsfragment for eth-tester bump
* correct misspellings and update referenced geth version
* Compile release notes
* Bump version: 5.26.0 → 5.27.0
* Add Async Geth Personal module (ethereum#2299)
* fix: Missing commas (ethereum#2327)
* fix: Missing commas
* Add newsfragment for exception retry middleware whitelist
Co-authored-by: kclowes <[email protected]>
* Fixes ethereum#2259, remove dependency on eth_maxPriorityFeePerGas
* fix lint and integration tests
* refactor: utility for estimating maxPriorityFeePerGas via eth_feeHistory
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.
* add tests for max_priority_fee when eth_maxPriorityFeePerGas is not available
* asyncify eth.syncing
* formatting and validation middleware async support
* Properly test unused code in test
* Align NamedTuples (ethereum#2312)
* Align NamedTuples
* Add NamedTuple alignment test.
* Add newsfragment for NamedTuple change
Co-authored-by: kclowes <[email protected]>
* rm ens.utils.dict_copy
Signed-off-by: Harmouch101 <[email protected]>
* fixed lint error
Signed-off-by: Harmouch101 <[email protected]>
* Update main.py
* add newsfragment
* Feature/async geth admin (ethereum#2329)
* 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 external modules
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.
* correct docs for external modules
* Refactor attach_module logic
* 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.
* recorrect docs for external modules
* Compile release notes
* Bump version: 5.27.0 → 5.28.0
* Add 'Breaking Changes' and 'Deprecation' to our valid newsfragment types (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 (ethereum#2343)
* Drop python 3.6
* Remove parity tests
* Add newsfragment for py36 drop
* Fix gas types (ethereum#2330)
* 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]>
* Upgrade websockets dependency to v10+ (ethereum#2324)
* Require websockets v10+
- Remove event loop parameter
* Add newsfragment for websockets upgrade
* ➕ Add Python 3.10 support (ethereum#2175)
* ➕ 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]>
* add fork description
* [NBA-39] add multiple nodes for web3 HTTPProvider (#1)
* Update README.md
* Update README.md
* Update README.md
* typo fix
Co-authored-by: pacrob <[email protected]>
Co-authored-by: AlwaysData <[email protected]>
Co-authored-by: alex <[email protected]>
Co-authored-by: Felipe Selmo <[email protected]>
Co-authored-by: DefiDebauchery <[email protected]>
Co-authored-by: Mikko Ohtamaa <[email protected]>
Co-authored-by: kclowes <[email protected]>
Co-authored-by: Marek Šuppa <[email protected]>
Co-authored-by: broper2 <[email protected]>
Co-authored-by: Călina Cenan <[email protected]>
Co-authored-by: Harmouch101 <[email protected]>
Co-authored-by: Marc Garreau <[email protected]>
Co-authored-by: coccoinomane <[email protected]>1 parent 72fd6aa commit 80dd4f0
File tree
66 files changed
+1833
-665
lines changed- .circleci
- docs
- ens
- newsfragments
- tests
- core
- eth-module
- providers
- utilities
- web3-module
- integration
- go_ethereum
- web3
- _utils
- module_testing
- middleware
- providers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+1833
-665
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 60 | | |
99 | 61 | | |
100 | 62 | | |
| |||
247 | 209 | | |
248 | 210 | | |
249 | 211 | | |
250 | | - | |
| 212 | + | |
251 | 213 | | |
252 | 214 | | |
253 | 215 | | |
254 | 216 | | |
255 | 217 | | |
256 | 218 | | |
257 | | - | |
| 219 | + | |
258 | 220 | | |
259 | 221 | | |
260 | 222 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | 223 | | |
350 | 224 | | |
351 | 225 | | |
| |||
397 | 271 | | |
398 | 272 | | |
399 | 273 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | 274 | | |
428 | 275 | | |
429 | 276 | | |
| |||
494 | 341 | | |
495 | 342 | | |
496 | 343 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | 344 | | |
525 | 345 | | |
526 | 346 | | |
| |||
586 | 406 | | |
587 | 407 | | |
588 | 408 | | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | 409 | | |
617 | 410 | | |
618 | 411 | | |
| |||
628 | 421 | | |
629 | 422 | | |
630 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
631 | 489 | | |
632 | 490 | | |
633 | 491 | | |
634 | | - | |
| 492 | + | |
635 | 493 | | |
636 | 494 | | |
637 | 495 | | |
| |||
641 | 499 | | |
642 | 500 | | |
643 | 501 | | |
644 | | - | |
645 | 502 | | |
646 | 503 | | |
647 | 504 | | |
| 505 | + | |
648 | 506 | | |
649 | 507 | | |
650 | 508 | | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | 509 | | |
662 | 510 | | |
663 | 511 | | |
664 | 512 | | |
665 | 513 | | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | 514 | | |
670 | 515 | | |
671 | 516 | | |
| |||
674 | 519 | | |
675 | 520 | | |
676 | 521 | | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | 522 | | |
681 | 523 | | |
682 | 524 | | |
683 | 525 | | |
684 | 526 | | |
685 | 527 | | |
686 | 528 | | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | 529 | | |
691 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
0 commit comments