aquavm/crates
Mike Voronov a8b227caf5
refactor(aquavm): getting rid of CallOutputValue in call merger (#353)
This PR refactors call merger of `TraceHandler`. Previously it requires `CallOutputValue` to determine a type of call output value (stream or scalar). And internally it checked correspondence between data result and call output type and return a error if they are not equal. Although execution engine component also had a match over these values and does nothing if they are not matched since `TraceHandler` did this job. This PR eliminate such behaviour and improve isolation of AquaVM modules.
2022-10-06 19:59:47 +03:00
..
air-lib refactor(aquavm): getting rid of CallOutputValue in call merger (#353) 2022-10-06 19:59:47 +03:00
beautifier wasm-air-beautify WASM module (#325) 2022-09-19 19:31:12 +07:00
data-store chore: release (#329) 2022-09-13 19:08:47 +03:00
interpreter-wasm Update all non-major Rust dependencies (#309) 2022-09-07 12:10:07 +03:00
testing-framework Update all non-major Rust dependencies (#323) 2022-09-13 19:03:18 +03:00