Skip to content

Commit

Permalink
Upgrade web3 and prepare for release (#75)
Browse files Browse the repository at this point in the history
Also:
* Fix tests to use env var eth provider
* Update siwe submodule

Close #73
Close #74
  • Loading branch information
sbihel authored Oct 8, 2024
1 parent c9ce8a0 commit 32022e0
Show file tree
Hide file tree
Showing 5 changed files with 1,058 additions and 1,189 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: poetry install && echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- name: Test
run: poetry run pytest -v
env:
WEB3_PROVIDER_URI: '${{ secrets.WEB3_PROVIDER_URI }}'
- name: Fmt
run: poetry run ruff format . --check
- name: Ruff
Expand Down
Loading

0 comments on commit 32022e0

Please sign in to comment.