-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 7 commits.
# This is the 1st commit message: Add signed data/leash/signature to eth_call data # This is the commit message #2: Remove duplicated RPC calls, fix msg format for eip712 # This is the commit message #3: Testing # This is the commit message #4: Fix schema for signed queries # This is the commit message #5: Fix type annotations for mypy, add compiled test contract, add unsigned data call test # This is the commit message #6: Fix pylint errors # This is the commit message #7: Add build and tests to ci-test.yaml Add setuptools for wheel compilation Fix wheel name Move py test to ci-test.yaml Fix file path format, separate pytest and unittest commands Update signature condition on provided account parameter, add default None account argument
- Loading branch information
Showing
9 changed files
with
285 additions
and
79 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ py-solc-x | |
mypy | ||
pylint | ||
ruff | ||
setuptools | ||
pytest |
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.