Skip to content

Commit

Permalink
Add indexing for bridge events.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Jun 6, 2024
1 parent c0bf408 commit 706ca6c
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 41 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/generated/EthereumBridge/EthereumBridge.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

60 changes: 44 additions & 16 deletions contracts/generated/MerkleTreeMessageBus/MerkleTreeMessageBus.go

Large diffs are not rendered by default.

60 changes: 44 additions & 16 deletions contracts/generated/MessageBus/MessageBus.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/generated/ObsERC20/ObsERC20.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/generated/ObscuroBridge/ObscuroBridge.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/generated/WrappedERC20/WrappedERC20.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contracts/src/messaging/IMessageBus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface IMessageBus {
// The enclave listens for it on the deployed message bus addresses.
event LogMessagePublished
(
address sender,
address indexed sender,
uint64 sequence,
uint32 nonce,
uint32 topic,
Expand All @@ -22,8 +22,8 @@ interface IMessageBus {

event ValueTransfer
(
address sender,
address receiver,
address indexed sender,
address indexed receiver,
uint256 amount,
uint64 sequence
);
Expand Down

0 comments on commit 706ca6c

Please sign in to comment.