-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4aa306
commit 55ce803
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule csources
updated
22 files
+8 −0 | .github/workflows/c-tests.yml | |
+1 −1 | .github/workflows/csharp-tests.yml | |
+4 −6 | .github/workflows/nodejs-tests.yml | |
+1 −1 | .github/workflows/python-release.yml | |
+23 −23 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −1 | bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj | |
+1 −1 | bindings/go/README.md | |
+3 −0 | bindings/node.js/.dockerignore | |
+1 −1 | bindings/node.js/Dockerfile | |
+3 −15 | bindings/node.js/Makefile | |
+12 −4 | bindings/node.js/package.json | |
+35 −82 | fuzz/Cargo.lock | |
+1 −1 | go.mod | |
+1 −1 | kzg4844.nimble | |
+4 −2 | scripts/convert_trusted_setup.py | |
+127 −0 | scripts/format_c_params.py | |
+1 −1 | setup.py | |
+1 −0 | src/Makefile | |
+2 −2 | src/common/bytes.c | |
+146 −71 | src/eip7594/eip7594.c | |
+9 −9 | src/eip7594/recovery.c |