Skip to content

deprecated estimateGas and buildTransaction in v5 contract #2438

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

Closed
wants to merge 58 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
f93336a
Add 'Breaking Changes' and 'Deprecation' to our valid newsfragment ty…
kclowes Feb 10, 2022
1284329
Drop python 3.6 (#2343)
kclowes Feb 11, 2022
e2ffabf
Fix gas types (#2330)
coccoinomane Feb 11, 2022
26c6d8f
Upgrade websockets dependency to v10+ (#2324)
kclowes Feb 11, 2022
16aff7e
:heavy_plus_sign: Add Python 3.10 support (#2175)
wiseaidev Feb 14, 2022
e36bffa
Remove unnecessary utf-8 encoding declarations (#2353)
wiseaidev Feb 23, 2022
363e65a
asyncify get_storage_at (#2350)
pmadhikar Feb 23, 2022
ed305e3
Upgrade `jsonschema` to version range `>=4<5`
fselmo Feb 24, 2022
313d919
Update Sphinx (#2362)
kclowes Feb 24, 2022
eed1ae4
Added caching to the async session in request.py and AsyncHTTPProvide…
dbfreem Feb 24, 2022
c3bfd89
Add all types of towncrier documents to pyproject.toml (#2365)
kclowes Feb 25, 2022
fbf2f6b
Compile release notes
kclowes Feb 28, 2022
315c9fe
Bump version: 5.28.0 → 6.0.0-beta.1
kclowes Feb 28, 2022
f5601c9
Update dependencies - v6 (#2342)
kclowes Feb 28, 2022
32f5379
Fix test for the web3_api (#2368)
kclowes Feb 28, 2022
bdf0d93
replace all instances of Web3 with w3 (#2357)
wiseaidev Mar 1, 2022
81427e6
Add chain_id setter (#2207)
medariox Mar 2, 2022
5cf1fb7
An example how to manage local private key using env (#2380)
miohtama Mar 9, 2022
b9d99fc
:broom: clean python2 syntax.
wiseaidev Mar 2, 2022
fb294c3
:memo: add newsfragment!
wiseaidev Mar 2, 2022
c5b413d
:zap: update!
wiseaidev Mar 8, 2022
1adadd4
:zap: resolve issues!
wiseaidev Mar 10, 2022
4f560c3
:memo: update newsfragment!
wiseaidev Mar 10, 2022
2904d15
:bug: fix lint issues
wiseaidev Mar 10, 2022
e9a279f
:zap: fix message error!
wiseaidev Mar 10, 2022
dca1795
:rewind: revert changes!
wiseaidev Mar 10, 2022
c72280a
Minor cleanups in method class.
fselmo Feb 24, 2022
0e3aefd
Remove old reference to TestRPCProvider
fselmo Feb 24, 2022
7762ed9
Add option to attach methods to classes extending from `Module` class
fselmo Feb 25, 2022
061fb66
More tests for method class and cleanup from PR #2383 comments
fselmo Mar 10, 2022
9ba6fec
bump docker base image & rm parity env var! (#2369)
wiseaidev Mar 11, 2022
ca662c8
Add async chain_id setter (#2376)
kclowes Mar 14, 2022
533e292
Update filters.rst (#2322)
htadashi Mar 22, 2022
7635de9
Add Infura example to middleware docs (#2410)
B3nac Apr 1, 2022
cde7a06
Implement ENS set_text and get_text (#2395)
kclowes Apr 4, 2022
827e2e3
Validate forward resolution for reverse resolution by default
fselmo Apr 8, 2022
2cd75fd
Add flaky decorator to geth estimate_gas (#2418)
kclowes Apr 11, 2022
eb8edd6
Fix usage of obsolete IOError exception (#2434)
BoboTiG Apr 21, 2022
15f7afb
deprecated estimateGas and buildTransaction in v5 contract
dbfreem Apr 22, 2022
53836c0
newsfragment
dbfreem Apr 22, 2022
895fdc0
update docs for eth
dbfreem Apr 23, 2022
56e8986
updated geth docs
dbfreem Apr 23, 2022
b1c9969
Resolve Typo in documentation. (#2444)
EricHuang0525 Apr 27, 2022
3e8f07c
Add sync chain_id to simple cache (#2426)
kclowes Apr 27, 2022
a87885b
Compile release notes
kclowes Apr 27, 2022
357030d
Bump version: 6.0.0-beta.1 → 6.0.0-beta.2
kclowes Apr 27, 2022
49a3d2e
docs: fix `simple_cache_middleware` example (#2449)
antazoey Apr 29, 2022
5b6dea2
fix: add chainId to txn params (#2450)
antazoey May 2, 2022
78bb85d
Update integration test fixture to use geth v1.10.17
fselmo May 2, 2022
595e55e
Add pytest xfail with strict=False to flaky eth estimate_gas tests.
fselmo May 2, 2022
5f7f68f
More flaky tests with timeouts added to loose xfail list
fselmo May 2, 2022
bc20bdc
Add ENSIP-10 support:
fselmo Mar 25, 2022
b54e08f
Add tests related to ENSIP-10 implementation:
fselmo Mar 28, 2022
ec7be3c
Improvements from comments in PR #2411
fselmo Apr 29, 2022
ede0f03
Refactoring for ``resolve()`` and ``resolver()`` ENS methods
fselmo Apr 29, 2022
fe36d83
Updates to ENS documentation
fselmo Apr 29, 2022
ee36040
fixing docs that I updated accidently
dbfreem May 4, 2022
38e87ba
Merge branch 'master' of https://github.com/dbfreem/web3.py into feat…
dbfreem May 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.28.0
current_version = 6.0.0-beta.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
Loading