bcnmy / scw-contracts

SCW contracts for Biconomy Smart Account
MIT License
123 stars 83 forks source link

Add event for updating merkle root at Session Key Manager #173

Closed filmakarov closed 12 months ago

filmakarov commented 12 months ago

Summary

Add event for updating merkle root at Session Key Manager. It will allow Data squad to easily track when the first session was enabled for the SA

Related Issue: SMA-330

Change Type

Checklist

Additional Information

linear[bot] commented 12 months ago
SMA-330 Add event on setting merkle root in the SKM

something like ``` event MerkleRootUpdated(address smartAccount, bytes32 newRoot) ```