Skip to content

Commit

Permalink
Merge pull request #1826 from vegaprotocol/Vegaklaus-patch-1
Browse files Browse the repository at this point in the history
Update 0036-BRIE-event_queue.md
  • Loading branch information
Jiajia-Cui committed Jul 26, 2023
2 parents 1715cf7 + bc26f23 commit 0dbb853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/0036-BRIE-event_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Finally, the amount of confirmations expected for Ethereum is specified, this is

Every validator node needs a constant connection to an Ethereum archival node. This allows the node to poll for Ethereum blocks as they are constructed, and scan for events emitted by the contracts related to the Vega network.

The core node will look for new blocks on Ethereum every 10 to 15 seconds. Once a relevant event is found, the block, log index and transaction hash are extracted from it. A `ChainEvent` transaction is constructed then forwarded to the rest of the nodes through the Vega chain.
The core node will look for new blocks on Ethereum every 10 to 15 seconds. Once a relevant event is found, the block, log index and transaction hash are extracted from it. A `ChainEvent` transaction is constructed then forwarded to the rest of the nodes through the Vega chain. The Validator responsible for forwarding an event is determined through a hash of the event details and Vega time, i.e., every event is usually only forwarded by one validator.

Simplified chain event transaction:

Expand Down

0 comments on commit 0dbb853

Please sign in to comment.