Skip to content

add(state): Track spending transaction ids by spent outpoints and revealed nullifiers #16845

add(state): Track spending transaction ids by spent outpoints and revealed nullifiers

add(state): Track spending transaction ids by spent outpoints and revealed nullifiers #16845

Triggered via pull request October 18, 2024 23:05
@arya2arya2
synchronize #8895
Status Success
Total duration 23s
Artifacts

release-drafter.yml

on: pull_request_target
update_release_draft
6s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

1 error
use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead: zebra-test/src/lib.rs#L185
error: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> zebra-test/src/lib.rs:185:26 | 185 | pi: &std::panic::PanicInfo<'_>, | ^^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]`