Skip to content

Commit 07c925b

Browse files
entrypoint 0.07 support, refactor and multiple improvements (#16)
* fix: accept useroperation with missing gas prices and limits eth_estimateUserOperationGas * fix: add gas overhead for the entrypoint * fix: only do binary search if call_gas_limit is zero * Bump version * Create v6 folder for testing * initial commit 0.07 * fix: set mempool id to None if there is no default value * Add referer to base logs * update log message types and log requests and responses * Add periodic health checks and eth_getLogs range * fix: storageHash * fix: StackTop to store one value
1 parent 1d15739 commit 07c925b

103 files changed

Lines changed: 7660 additions & 20758 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ enr.dat
1212
key
1313
metadata
1414
.hypothesis
15-
.pytest_cache
15+
.pytest_cache
16+
.pytest_cache
17+
.mypy_cache

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.4-alpine3.18
1+
FROM python:3.12.4-alpine3.20
22

33
ENV PIP_DEFAULT_TIMEOUT=100 \
44
# Allow statements and log messages to immediately appear
@@ -24,4 +24,4 @@ RUN chown -R appuser:appgroup /app
2424
RUN mkdir -p /app/cache
2525
RUN chmod a+w /app/cache
2626

27-
ENTRYPOINT [ "python", "-m", "voltaire_bundler" ]
27+
ENTRYPOINT [ "python", "-m", "voltaire_bundler" ]

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.
-77 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

-4.8 KB
Binary file not shown.
-2.64 KB
Binary file not shown.
-8.92 KB
Binary file not shown.
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/_build/html/_modules/dataclasses.html

Lines changed: 0 additions & 1550 deletions
This file was deleted.

0 commit comments

Comments
 (0)