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
go.mod: bump github.com/stellar/go-xdr to a87d4d0 (#5938)
Picks up stellar/go-xdr#31, which enforces MaxInputLen at the io.Reader
boundary via io.LimitedReader. Decode semantics are unchanged for the
generated UnmarshalBinary path (bytes.Reader length already bounds reads
to len(inp)); microbenchmarks show a ~3% unmarshal overhead from the
added wrapping.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments