-
Notifications
You must be signed in to change notification settings - Fork 1
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
782e54e
commit 0bd55d0
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule agave-v1.17
updated
11 files
+1 −0 | .dockerignore | |
+21 −0 | .github/scripts/release.sh | |
+1 −0 | .gitignore | |
+108 −129 | Cargo.lock | |
+11 −10 | Cargo.toml | |
+16 −7 | Makefile | |
+0 −1 | README.md | |
+2 −0 | rust-toolchain.toml | |
+0 −24 | src/bin/agave_compat.rs | |
+13 −2 | src/lib.rs | |
+11 −0 | ubuntu2004.Dockerfile |
Submodule agave-v2.0
updated
13 files
+19 −0 | .github/workflows/build.yml | |
+53 −158 | Cargo.lock | |
+12 −10 | Cargo.toml | |
+18 −2 | Makefile | |
+0 −1 | README.md | |
+1 −0 | build.rs | |
+1 −1 | macro/Cargo.toml | |
+25 −0 | proto/elf.proto | |
+2 −0 | proto/vm.proto | |
+32 −0 | src/bin/elf_print_effects.rs | |
+98 −0 | src/elf_loader.rs | |
+271 −46 | src/lib.rs | |
+68 −22 | src/vm_syscalls.rs |
Submodule firedancer
updated
288 files