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

#24 in #dharitri

Download history 8/week @ 2024-01-15 67/week @ 2024-01-22 56/week @ 2024-01-29 49/week @ 2024-02-05 507/week @ 2024-02-12 155/week @ 2024-02-19 33/week @ 2024-02-26 29/week @ 2024-03-04 19/week @ 2024-03-11 437/week @ 2024-04-01

457 downloads per month
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