Release: v0.2.3
Implemented the following helper functions in the CrossChainMessenger:
get_eth_deposits_by_address
: returns a list of ETH deposits (ETH bridged from L1 to L2) by the given addressget_erc20_deposits_by_address
: returns a list of ERC20 deposits (ERC20 bridged from L1 to L2) by the given addressget_eth_withdrawls_by_address
: returns a list of ETH withdrawls (ETH bridged from L2 to L1) by the given addressget_erc20_withdrawls_by_address
: returns a list of ERC20 withdrawls (ERC20 bridged from L2 to L1) by the given address