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
fix: add defensive map copies to preserve ObservationContext immutability
Copy the Attributes map in both NewObservationContext (inbound) and the
ObservationContext getter (outbound) to prevent callers from mutating
the internal state of MarketPriceObservation through shared map references.
0 commit comments