Fetch tx data from blockfrost #151
build_rust.yml
on: push
cargo test
1m 50s
cargo fmt
22s
Annotations
10 errors
cargo test:
gastronomy/src/execution_trace.rs#L63
unused variable: `states`
|
cargo test:
gastronomy/src/execution_trace.rs#L76
constant `MAX_CPU` is never used
|
cargo test:
gastronomy/src/execution_trace.rs#L77
constant `MAX_MEM` is never used
|
cargo test:
gastronomy/src/execution_trace.rs#L79
function `parse_frames` is never used
|
cargo test:
gastronomy/src/execution_trace.rs#L127
function `parse_context` is never used
|
cargo test:
gastronomy/src/execution_trace.rs#L138
function `parse_context_frame` is never used
|
cargo test:
gastronomy/src/execution_trace.rs#L150
function `parse_env` is never used
|
cargo test:
gastronomy/src/execution_trace.rs#L165
function `parse_uplc_value` is never used
|
cargo test:
gastronomy/src/chain_query.rs#L20
use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
|
cargo test:
gastronomy/src/chain_query.rs#L21
use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
|