Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.44 KB

File metadata and controls

52 lines (39 loc) · 1.44 KB

polycli ulxly zero-proof

Auto-generated documentation.

Table of Contents

Description

Create a proof that's filled with zeros.

polycli ulxly zero-proof [flags]

Usage

Use this command to print a proof response that's filled with the zero hashes. These values are very helpful for debugging because they would tell you how populated the tree is and roughly which leaves and siblings are empty. It's also helpful for sanity checking a proof response to understand if the hashed value is part of the zero hashes or if it's actually an intermediate hash.

Flags

  -h, --help   help for zero-proof

The command also inherits flags from parent commands.

      --config string      config file (default is $HOME/.polygon-cli.yaml)
      --pretty-logs        output logs in pretty format instead of JSON (default true)
  -v, --verbosity string   log level (string or int):
                             0   - silent
                             100 - panic
                             200 - fatal
                             300 - error
                             400 - warn
                             500 - info (default)
                             600 - debug
                             700 - trace (default "info")

See also

  • polycli ulxly - Utilities for interacting with the uLxLy bridge.