aquavm/crates/air-lib
Ivan Boldyrev 8f587b7803
feature(execution-engine): Canon data with CID (#419)
* Use CID values for tetraplets and `canon` vectors.

* Rename `cid_store` to `value_store`

It is consistent with the new `tetraplet_store` and `canon_store`
fields.

* Make canon data more typeful

The `CanonResult` doesn't take a JSON value anymore that is further
deserialized elsewhere, but is a struct that has all data deserialized.

* Typeful `CID` type

The `CID` type has a phantom type paramter defining its value's type.

* Group cid stores and trackers

Group cid stores into `CidInfo` struct, and trackers into `ExecutionCidState` struct.
2023-01-09 13:22:57 +07:00
..
air-parser chore(deps): update rust crate serde to 1.0.152 (#421) 2022-12-31 20:47:04 +07:00
execution-info-collector refactor(parser): use AirPos type for AIR script position (#341) 2022-09-29 00:16:37 +03:00
interpreter-cid feature(execution-engine): Canon data with CID (#419) 2023-01-09 13:22:57 +07:00
interpreter-data feature(execution-engine): Canon data with CID (#419) 2023-01-09 13:22:57 +07:00
interpreter-interface chore(deps): update rust crate serde to 1.0.152 (#421) 2022-12-31 20:47:04 +07:00
lambda chore(deps): update rust crate serde to 1.0.152 (#421) 2022-12-31 20:47:04 +07:00
log-targets Rename subtree to subgraph (#265) 2022-05-17 15:53:33 +03:00
polyplets chore(deps): update rust crate serde to 1.0.152 (#421) 2022-12-31 20:47:04 +07:00
test-utils feature(execution-engine): Canon data with CID (#419) 2023-01-09 13:22:57 +07:00
trace-handler feature(execution-engine): Canon data with CID (#419) 2023-01-09 13:22:57 +07:00
utils ci: Update e2e (#378) 2022-11-16 14:49:51 +02:00