aquavm/crates
Ivan Boldyrev 4e86da7eda
feat(testing-framework): Testing framework major refactoring (#372)
1. Network can be shared between several execution, being used by an Rc-handle.
2. The neighborhood is just network's all peers with removed/inserted hosts delta with respect to network.
3. An AIR script is transformed into a separate value of type `TransformedAirScript`.  It allows running several
particles on the same parsed AIR script, sharing state.
4. `TestExecutor` was renamed to `AirScriptExecutor`.  It also has a constructor that accepts a `TransformedAirScript`.
2022-11-24 23:33:55 +07:00
..
air-lib fix(deps): update all non-major rust dependencies (#369) 2022-11-24 12:54:40 +03:00
beautifier fix(deps): update all non-major rust dependencies (#338) 2022-10-15 21:08:46 +03:00
data-store fix(deps): update all non-major rust dependencies (#369) 2022-11-24 12:54:40 +03:00
interpreter-wasm ci: Update e2e (#378) 2022-11-16 14:49:51 +02:00
testing-framework feat(testing-framework): Testing framework major refactoring (#372) 2022-11-24 23:33:55 +07:00