30 releases

0.8.0 Jan 23, 2024
0.3.6 Feb 15, 2024
0.2.9 Feb 13, 2024
0.1.9 Feb 3, 2024
0.0.4 Nov 15, 2023

#23 in #dharitri


Used in 8 crates (via dharitri-wasm-debug)

GPL-3.0-only

66KB
2K SLoC

denali

Rust implementation of the Denali smart contract test file format.

It is composed of 2 parts:

  • the denali serde representation
  • the standard denali value interpreter

Both of them are detailed under this specification: https://docs.dharitri.com/developers/developer-reference/denali-tests

This crate only deals with the format, not with its semantics or execution. For the execution engine, see dharitri-wasm-debug/denali. This also means that this crate does not and should not depend on any dharitri-* crate, it is the base format and nothing else.

Dependencies

~2.4–3.5MB
~57K SLoC