Skip to content

Commit

Permalink
Index all relevant events by the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Aug 14, 2024
1 parent da0c027 commit c772ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions contracts/api3-server-v1/Api3ServerV1OevExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ contract Api3ServerV1OevExtension is
);
emit UpdatedDappOevDataFeed(
dappId,
msg.sender,
baseDataFeedId,
updatedValue,
updatedTimestamp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ interface IApi3ServerV1OevExtension is

event PaidOevBid(
uint256 indexed dappId,
address updater,
address indexed updater,
uint256 bidAmount,
uint256 updateAllowanceEndTimestamp,
address auctioneer
);

event UpdatedDappOevDataFeed(
uint256 indexed dappId,
address indexed updater,
bytes32 dataFeedId,
int224 updatedValue,
uint32 updatedTimestamp
Expand Down

0 comments on commit c772ed2

Please sign in to comment.