Skip to content

Commit

Permalink
rm use of bn256 kzg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed May 28, 2024
1 parent 8925c41 commit 93f4f63
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
url = https://github.com/WebAssembly/testsuite.git
[submodule "contracts"]
path = contracts
url = [email protected]:Layr-Labs/nitro-contracts-private.git
url = [email protected]:Layr-Labs/nitro-contracts.git
branch = develop
[submodule "nitro-testnode"]
path = nitro-testnode
url = [email protected]:Layr-Labs/nitro-testnode-private.git
url = [email protected]:Layr-Labs/nitro-testnode.git
branch = develop
2 changes: 1 addition & 1 deletion arbitrator/wasm-testsuite/testsuite
Submodule testsuite updated 37 files
+117 −0 align.wast
+5 −5 elem.wast
+20 −20 memory.wast
+17 −7 proposals/annotations/annotations.wast
+31 −0 proposals/annotations/id.wast
+1,265 −0 proposals/annotations/simd_lane.wast
+96 −0 proposals/exception-handling/legacy/rethrow.wast
+51 −0 proposals/exception-handling/legacy/throw.wast
+276 −0 proposals/exception-handling/legacy/try_catch.wast
+244 −0 proposals/exception-handling/legacy/try_delegate.wast
+351 −5 proposals/function-references/elem.wast
+679 −0 proposals/gc/br_if.wast
+18 −0 proposals/gc/br_on_cast.wast
+18 −0 proposals/gc/br_on_cast_fail.wast
+17 −0 proposals/gc/br_on_non_null.wast
+28 −0 proposals/gc/br_on_null.wast
+351 −5 proposals/gc/elem.wast
+177 −0 proposals/gc/i31.wast
+654 −0 proposals/gc/local_tee.wast
+31 −4 proposals/gc/type-subtyping.wast
+1,047 −0 proposals/memory64/call_indirect.wast
+20 −20 proposals/memory64/memory.wast
+21 −20 proposals/memory64/memory64.wast
+11,152 −0 proposals/memory64/memory_copy.wast
+1,368 −0 proposals/memory64/memory_fill.wast
+1,930 −0 proposals/memory64/memory_init.wast
+76 −0 proposals/memory64/table.wast
+3,632 −0 proposals/memory64/table_copy.wast
+48 −0 proposals/memory64/table_copy_mixed.wast
+222 −0 proposals/memory64/table_fill.wast
+93 −0 proposals/memory64/table_get.wast
+209 −0 proposals/memory64/table_grow.wast
+2,334 −0 proposals/memory64/table_init.wast
+129 −0 proposals/memory64/table_set.wast
+89 −0 proposals/memory64/table_size.wast
+20 −20 proposals/multi-memory/memory.wast
+8 −1 update-testsuite.sh
1 change: 0 additions & 1 deletion contracts
Submodule contracts deleted from 7eac99
2 changes: 1 addition & 1 deletion go-ethereum
Submodule go-ethereum updated 680 files
1 change: 0 additions & 1 deletion nitro-contracts-private
Submodule nitro-contracts-private deleted from 7eac99

0 comments on commit 93f4f63

Please sign in to comment.