LF-Decentralized-Trust-labs / paladin

Programmable privacy for EVM
https://lf-decentralized-trust-labs.github.io/paladin
Apache License 2.0
15 stars 6 forks source link

handle batch of events #432

Closed hosie closed 1 week ago

hosie commented 1 week ago

When submitting transactions to pente in quick succession, the blockchain events are being passed to the domain as a batch but it is only processing the first event in the batch. This PR fixes the for loop logic so that all events in the batch are processed