tezos-smart-rollup-panic-hook

Crates.iotezos-smart-rollup-panic-hook
lib.rstezos-smart-rollup-panic-hook
version0.2.2
sourcesrc
created_at2023-04-25 14:04:41.539851
updated_at2023-11-24 18:14:13.205144
descriptionHook for capturing kernel panics & printing to debug log.
homepage
repositoryhttps://gitlab.com/tezos/tezos.git
max_upload_size
id848531
size4,083
Emma Turner (emturner)

documentation

README

Tezos Smart Rollup Kernel SDK - panic hook

The panic hook may be used to capture kernel panics, and write them to the debug log. Execution is then aborted, to ensure no further issues could arise.

To disable execution abortion (which prevents panic unwinding) disable the abort feature flag.

To prevent writing the panic info to the debug log (which requires an allocator for formatting) disable the debug feature flag.

Commit count: 35704

cargo fmt