#1109479 ITP: golang-github-cockroachdb-errors -- Go error library with error portability over the network

Package:
wnpp
Source:
wnpp
Submitter:
Leonardo Arias Fonseca
Date:
2025-11-29 16:58:08 UTC
Severity:
normal
#1109479#5
Date:
2025-07-18 16:55:57 UTC
From:
To:
* Package name    : golang-github-cockroachdb-errors
   Version         : 1.12.0-1
   Upstream Author : CockroachDB
* URL             : https://github.com/cockroachdb/errors
* License         : Apache-2.0
   Programming Lang: Go
   Description     : Go error library with error portability over the
network

  This library aims to be used as a drop-in replacement to
  github.com/pkg/errors and Go's standard errors package.  It also
  provides *network portability* of error objects, in ways suitable for
  distributed systems with mixed-version software compatibility.
  .
  It also provides native and comprehensive support for PII
  (https://en.wikipedia.org/wiki/Personal_data)-free details and an opt-in
  Sentry.io (https://sentry.io/) reporting mechanism that automatically
  formats error details and strips them of PII.
  .
  See also the design RFC
  (https://github.
  com/cockroachdb/cockroach/blob/master/docs/RFCS/20190318_error_handling.
  md).

I want to package this library to unblock mev-boost, ITP bug #1107167,
and go-ethereum, ITP bug #890541