Skip to content

Commit

Permalink
feat!: Bump emulator to v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 12, 2024
1 parent b0f7e1a commit b85c226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator
Submodule emulator updated 54 files
+37 −21 .github/workflows/build.yml
+0 −1 .gitignore
+35 −1 CHANGELOG.md
+2 −4 Dockerfile
+47 −46 Makefile
+18 −17 README.md
+51 −45 src/Makefile
+25 −10 src/access-log.h
+26 −0 src/asio-config.h
+8 −5 src/cartesi-machine.lua
+15 −5 src/cartesi/util.lua
+3 −0 src/clua-cartesi.cpp
+54 −54 src/clua-jsonrpc-machine.cpp
+11 −12 src/clua-machine-util.cpp
+10 −6 src/json-util.cpp
+5 −5 src/json-util.h
+32 −33 src/jsonrpc-machine-c-api.cpp
+21 −22 src/jsonrpc-machine-c-api.h
+21 −15 src/jsonrpc-mgr.h
+694 −699 src/jsonrpc-remote-machine.cpp
+268 −181 src/jsonrpc-virtual-machine.cpp
+22 −22 src/jsonrpc-virtual-machine.h
+1 −1 src/machine-c-defines.h
+2 −2 src/machine-config.cpp
+1 −1 src/machine-merkle-tree.h
+7 −1 src/machine.cpp
+46 −43 src/record-state-access.h
+97 −94 src/replay-state-access.h
+3 −3 src/send-cmio-response.cpp
+9 −9 src/uarch-bridge.h
+50 −40 src/uarch-record-state-access.h
+103 −104 src/uarch-replay-state-access.h
+1 −1 src/virtual-machine.cpp
+4 −4 tests/Dockerfile
+9 −5 tests/Makefile
+1 −1 tests/dependencies
+1 −1 tests/dependencies.sha256
+7 −5 tests/lua/cartesi/tests/data.lua
+28 −3 tests/lua/cartesi/tests/util.lua
+3 −23 tests/lua/cmio-test.lua
+111 −51 tests/lua/machine-bind.lua
+3 −1 tests/lua/mcycle-overflow.lua
+2 −2 tests/lua/test-jsonrpc-fork.lua
+10 −11 tests/lua/uarch-riscv-tests.lua
+1 −1 tests/misc/Makefile
+5 −8 tests/misc/test-machine-c-api.cpp
+2 −2 tests/misc/test-utils.h
+14 −0 tests/scripts/test-yield-and-save.sh
+0 −2 third-party/dependencies
+21 −0 third-party/nlohmann-json/LICENSE.MIT
+24,765 −0 third-party/nlohmann-json/json.hpp
+0 −2 third-party/shasumfile
+1 −2 uarch/Makefile
+10 −5 uarch/uarch-machine-state-access.h

0 comments on commit b85c226

Please sign in to comment.