File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,9 @@ contract ProductApi3ReaderProxyV1 is IProductApi3ReaderProxyV1 {
38
38
/// on `int256` overflow. The final `int256` result of the full expression
39
39
/// is then cast to `int224`. This cast is unchecked for gas optimization
40
40
/// and may silently truncate if the result exceeds `int224` limits.
41
- /// The returned timestamp is `block.timestamp`, marking when this newly
42
- /// derived product value was computed on-chain.
43
- /// Timestamps from underlying `IApi3ReaderProxy` feeds are not aggregated.
44
- /// Their diverse nature (see `IApi3ReaderProxy` interface for details like
45
- /// off-chain origins or varying update cadences) makes aggregation complex
46
- /// and potentially misleading for this product's timestamp.
41
+ /// The returned timestamp is `block.timestamp`, reflecting the on-chain
42
+ /// computation time of the product. Underlying feed timestamps are not
43
+ /// aggregated due to complexity and potential for misinterpretation.
47
44
/// @return value Value of the product of the two proxies
48
45
/// @return timestamp Timestamp of the current block
49
46
function read ()
You can’t perform that action at this time.
0 commit comments