aquavm/crates/air-lib
Mike Voronov 01bbca72c2
fix(air-parser): allow non used streams in validator (#360)
Validator checks that stream used in `canon` is populated by a value in a supplied script. This PR removes this check, because it's useful for code generation.
2022-10-10 15:51:03 +03:00
..
air-parser fix(air-parser): allow non used streams in validator (#360) 2022-10-10 15:51:03 +03:00
execution-info-collector refactor(parser): use AirPos type for AIR script position (#341) 2022-09-29 00:16:37 +03:00
interpreter-data fix(trace-handler): fix fold and canon compatibility (#357) 2022-10-09 12:56:12 +03:00
interpreter-interface fix(trace-handler): fix fold and canon compatibility (#357) 2022-10-09 12:56:12 +03:00
lambda refactor(parser): use AirPos type for AIR script position (#341) 2022-09-29 00:16:37 +03:00
log-targets Rename subtree to subgraph (#265) 2022-05-17 15:53:33 +03:00
polyplets chore: release (#329) 2022-09-13 19:08:47 +03:00
test-utils fix(trace-handler): fix fold and canon compatibility (#357) 2022-10-09 12:56:12 +03:00
trace-handler fix(trace-handler): fix fold and canon compatibility (#357) 2022-10-09 12:56:12 +03:00
utils air-trace util for measuring AquaVM performance with tracing crate. 2022-07-07 18:44:58 +07:00