Skip to content

refactor: Replacing panic with log.Fatal in helper scripts for better error handling #2073

@letmehateu

Description

@letmehateu

Description:

Currently helper scripts use panic() for error handling. Consider replacing with log.Fatal() for more graceful error messages and consistency with Go best practices.

Example: gnark_plonk_bn254_script/main.go line 128

Related PR: #2072 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions