Skip to content

Commit

Permalink
Update emulator tools to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 11, 2023
1 parent 7c49d2d commit 480c706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/tools
Submodule tools updated 39 files
+20 −11 .github/workflows/main.yml
+7 −0 AUTHORS
+1 −0 CHANGELOG.md
+16 −0 Dockerfile
+2 −2 LICENSE
+16 −0 Makefile
+13 −10 linux/htif/Makefile
+12 −8 linux/htif/yield.c
+101 −105 linux/rollup/http/echo-dapp/Cargo.lock
+3 −3 linux/rollup/http/echo-dapp/build.sh
+0 −35 linux/rollup/http/echo-dapp/rv64gc-cartesi-linux-gnu.json
+13 −9 linux/rollup/http/echo-dapp/src/config.rs
+13 −9 linux/rollup/http/echo-dapp/src/main.rs
+13 −9 linux/rollup/http/rollup-http-client/src/client.rs
+13 −9 linux/rollup/http/rollup-http-client/src/rollup.rs
+108 −186 linux/rollup/http/rollup-http-server/Cargo.lock
+13 −9 linux/rollup/http/rollup-http-server/build.rs
+3 −3 linux/rollup/http/rollup-http-server/build.sh
+0 −35 linux/rollup/http/rollup-http-server/rv64gc-cartesi-linux-gnu.json
+13 −10 linux/rollup/http/rollup-http-server/src/config.rs
+15 −12 linux/rollup/http/rollup-http-server/src/dapp_process.rs
+15 −15 linux/rollup/http/rollup-http-server/src/http_service.rs
+16 −12 linux/rollup/http/rollup-http-server/src/lib.rs
+15 −12 linux/rollup/http/rollup-http-server/src/main.rs
+12 −8 linux/rollup/http/rollup-http-server/src/rollup/bindings.c
+12 −8 linux/rollup/http/rollup-http-server/src/rollup/bindings.h
+16 −16 linux/rollup/http/rollup-http-server/src/rollup/mod.rs
+13 −11 linux/rollup/http/rollup-http-server/tests/rollup-http-server-tests.rs
+12 −8 linux/rollup/http/rollup-http-server/tests/rollup_test_bindings.c
+16 −10 linux/rollup/http/rollup-http-server/tests/rollup_test_bindings.h
+13 −10 linux/rollup/ioctl-echo-loop/Makefile
+12 −8 linux/rollup/ioctl-echo-loop/ioctl-echo-loop.c
+13 −10 linux/rollup/rollup/Makefile
+15 −12 linux/rollup/rollup/rollup.cpp
+12 −8 linux/utils/flashdrive
+12 −8 linux/utils/readbe64
+14 −11 linux/utils/rollup-init
+12 −8 linux/utils/writebe64
+11 −9 skel/opt/cartesi/bin/init

0 comments on commit 480c706

Please sign in to comment.