LayerZero-Labs / LayerZero-v2

Other
542 stars 327 forks source link

feat(functions): added events & function ability #25

Open cryptoryda opened 7 months ago

cryptoryda commented 7 months ago

Created event based fucntions

Code added:


Events: 
- event PaymentReceived(address indexed sender, uint256 amount);
- event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

Functions:
- `isAuthorized`, `fallback`, `batchPayments `

create events and functions to make better functionality of EndpointV2Alt.sol