This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 466
Migrate to Web3.py v5 #2038
Merged
Merged
Migrate to Web3.py v5 #2038
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
62de72b
Install Py packages in dep. order, not in parallel
feuGeneA c2741a1
sra_client.py: Add `./setup.py clean`
feuGeneA adca5f0
Fix python package dependency ordering...
feuGeneA 05537e0
sra_client.py: reformat whitespace in doctest
feuGeneA a598a8f
contract_wrappers.py: don't auto-import wrappers
feuGeneA d81927a
abi-gen/Py: doc contract method attributes
feuGeneA 663845f
abi-gen/Py: strip repeated spaces from devdoc
feuGeneA 9c1da33
contract_wrappers.py: gen docs for all wrappers...
feuGeneA 3b4c126
sra_client.py: disable tests in CI
feuGeneA a851e63
sra_client.py/test: change launch kit docker image
feuGeneA 33525ff
sra_client.py: checksum address in doctest
feuGeneA bfb0fa4
Migrate from Web3.py 4.x to 5.x
feuGeneA 1c0b321
Update CHANGELOGs
feuGeneA 66d0ae9
sra_client.py: make CHANGELOG be REVESE chrono.
feuGeneA 2e5501a
abi-gen/Py: fix missing space in sanitized devdoc
feuGeneA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
# Changelog | ||
|
||
## 2.0.0 - TBD | ||
## 1.0.0 - TBD | ||
|
||
- Completely new implementation of the Exchange wrapper, virtually all auto-generated from the Solidity contract. Breaking changes include method parameter name changes and accepting of signatures as bytes. | ||
- Introduction of wrappers for all 0x contracts. | ||
|
||
## 1.0.0 - 2019-04-30 | ||
|
||
- Initial release. | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍