Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0176cdc
feat: compile more utils
BobTheBuidler Oct 17, 2025
15c4890
fix
BobTheBuidler Oct 17, 2025
dee848b
fix
BobTheBuidler Oct 17, 2025
91b6fc2
fix
BobTheBuidler Oct 17, 2025
14919dc
fix
BobTheBuidler Oct 17, 2025
fac46f6
fix
BobTheBuidler Oct 17, 2025
67c3f77
fix
BobTheBuidler Oct 17, 2025
524b58a
fix
BobTheBuidler Oct 17, 2025
572dfc2
chore: compile C files for source control
github-actions[bot] Oct 17, 2025
298aebe
fix
BobTheBuidler Oct 17, 2025
41f0d6c
Merge branch 'utils' of https://github.com/BobTheBuidler/web3.py into…
BobTheBuidler Oct 17, 2025
edc9058
chore: compile C files for source control
github-actions[bot] Oct 17, 2025
b9b0a4a
fix tests
BobTheBuidler Oct 17, 2025
dfd9c49
Merge branch 'utils' of https://github.com/BobTheBuidler/web3.py into…
BobTheBuidler Oct 17, 2025
a0b8af8
chore: compile C files for source control
github-actions[bot] Oct 17, 2025
c37dfa9
fix
BobTheBuidler Oct 17, 2025
86d8d93
Merge branch 'utils' of https://github.com/BobTheBuidler/web3.py into…
BobTheBuidler Oct 17, 2025
2493b2b
chore: compile C files for source control
github-actions[bot] Oct 17, 2025
684b62f
fix
BobTheBuidler Oct 17, 2025
038a97b
Merge branch 'utils' of https://github.com/BobTheBuidler/web3.py into…
BobTheBuidler Oct 17, 2025
45a43ae
chore: compile C files for source control
github-actions[bot] Oct 17, 2025
fbb7d3f
fix
BobTheBuidler Oct 17, 2025
b6c086b
Merge branch 'utils' of https://github.com/BobTheBuidler/web3.py into…
BobTheBuidler Oct 17, 2025
16f2642
chore: compile C files for source control
github-actions[bot] Oct 17, 2025
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
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-
key: ccache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-

- name: Install ccache
run: sudo apt-get update && sudo apt-get install -y ccache
Expand Down Expand Up @@ -164,4 +164,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
key: ccache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
6 changes: 3 additions & 3 deletions .github/workflows/codspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-
key: ccache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-

- name: Install ccache
run: sudo apt-get update && sudo apt-get install -y ccache
Expand All @@ -79,4 +79,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
key: ccache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
6 changes: 3 additions & 3 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-
key: ccache-${{ runner.os }}-${{ hashFiles('pyproject.toml', '**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-

- name: Install ccache
run: sudo apt-get update && sudo apt-get install -y ccache
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
key: ccache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
6 changes: 3 additions & 3 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-
key: ccache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ hashFiles('pyproject.toml', '**/*.h', '**/*.c', '**/*.py') }}
restore-keys: ccache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-

- name: Install ccache on Linux
if: runner.os == 'Linux'
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: ~/.cache/ccache
key: ccache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ hashFiles('setup.py', 'pyproject.toml') }}-${{ hashFiles('**/*.h', '**/*.c', '**/*.py') }}
key: ccache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ hashFiles('pyproject.toml', '**/*.h', '**/*.c', '**/*.py') }}
113,769 changes: 51,940 additions & 61,829 deletions build/__native_de4d801a05017542a8e3.c → build/__native_826c207bc3cb90f09ef9.c

Large diffs are not rendered by default.

Loading