You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: polish --describe output and label calldata transactions
- Mark each field as (required) or (optional, default: X)
- Add a units convention note to the usage section
- Add a build-once guidance section (run binary directly, avoid the
npm install noise from the nix develop shellHook)
- Label calldata stdout lines with # comment headers describing each tx
- Update the cast-send pipe example to skip # comment lines and blank
lines
- Document the # comment convention in the output format section
The # comment lines are safe for any submitter that skips lines not
matching <address>:<hex> — cast-loop example shows the idiom. The
stox submit parser will be updated in a follow-up PR to do the same.
0 commit comments