-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
10 changed files
with
16 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule circuits
updated
29 files
+37 −7 | src/block.circom | |
+72 −112 | src/decode_tx.circom | |
+0 −41 | src/decode_tx_pick_data.circom | |
+273 −0 | src/encode_data.circom | |
+2 −17 | src/lib/bitify.circom | |
+23 −2 | src/spot_trade.circom | |
+59 −0 | src/tx_dec_enc.circom | |
+43 −6 | test/codec/bitstream.ts | |
+131 −0 | test/codec/encode_data.ts | |
+3 −2 | test/codec/tx_data.ts | |
+98 −34 | test/common/da_hashing.ts | |
+8 −0 | test/common/tx.ts | |
+1 −2 | test/export_all_tests.ts | |
+66 −27 | test/global_state.ts | |
+35 −13 | test/integration_test_cases.ts | |
+8 −7 | test/testcases/block.ts | |
+92 −30 | test/testcases/encode_txdata.ts | |
+58 −28 | test/testcases/hash_txdata.ts | |
+8 −4 | test/testcases/spot_trade.ts | |
+46 −4 | tpl/config.js | |
+56 −0 | tpl/ejs/extra/rollup-state-manager/src/types/l2/tx_encode.rs.ejs | |
+21 −7 | tpl/ejs/src/block.circom.ejs | |
+9 −47 | tpl/ejs/src/decode_tx.circom.ejs | |
+72 −0 | tpl/ejs/src/encode_data.circom.ejs | |
+17 −0 | tpl/ejs/src/spot_trade.circom.ejs | |
+42 −0 | tpl/ejs/src/tx_dec_enc.circom.ejs | |
+72 −0 | tpl/ejs/test/codec/encode_data.ts.ejs | |
+60 −4 | tpl/preprocess.js | |
+83 −9 | tpl/templates.js |
Submodule dingir-exchange
updated
from e44d30 to 991607
Submodule orchestra
updated
16 files
+3 −3 | Makefile | |
+4 −4 | README.md | |
+3 −0 | build.rs | |
+66 −0 | docker/docker-compose-for-mac.yaml | |
+3 −4 | docker/docker-compose.yaml | |
+117 −0 | docker/envoy-for-mac.yaml | |
+1 −1 | docker/envoy.yaml | |
+ − | docker/ping | |
+ − | proto/exchange/matchengine.pb | |
+14 −14 | proto/exchange/matchengine.proto | |
+16 −16 | proto/exchange/matchengine.swagger.json | |
+ − | proto/rollup/rollup.pb | |
+65 −12 | proto/rollup/rollup.proto | |
+160 −14 | proto/rollup/rollup.swagger.json | |
+4 −4 | src/rpc/exchange/matchengine.rs | |
+111 −13 | src/rpc/rollup/rollup_state.rs |
Submodule prover-cluster
updated
11 files
+2 −2 | .github/workflows/integration-test.yml | |
+3 −3 | .github/workflows/lint.yml | |
+3 −3 | .github/workflows/unit-test.yml | |
+2 −1 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+2 −0 | Makefile | |
+1 −1 | rust-toolchain | |
+1 −1 | rustfmt.toml | |
+1 −1 | src/client/watch.rs | |
+14 −2 | test/run.sh | |
+1 −1 | test/stop.sh |
Submodule regnbue-bridge
updated
8 files
+3 −3 | .github/workflows/lint.yaml | |
+3 −3 | .github/workflows/unit-test.yaml | |
+118 −18 | Cargo.lock | |
+4 −4 | Cargo.toml | |
+1 −1 | config/block_submitter.yaml.template | |
+1 −1 | rust-toolchain | |
+1 −1 | rustfmt.toml | |
+19 −16 | src/grpc_client.rs |
Submodule rollup-state-manager
updated
37 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters