30 releases
0.8.0 |
|
---|---|
0.3.6 | Feb 15, 2024 |
0.2.9 | Feb 13, 2024 |
0.1.9 | Feb 3, 2024 |
0.0.4 |
|
#17 in #dharitri
21 downloads per month
Used in 8 crates
(via dharitri-wasm-debug)
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.5–3.5MB
~59K SLoC