Skip to content

Release: v0.2.3

Compare
Choose a tag to compare
@rafalum rafalum released this 14 Feb 09:05
· 19 commits to main since this release

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 address
  • get_erc20_deposits_by_address: returns a list of ERC20 deposits (ERC20 bridged from L1 to L2) by the given address
  • get_eth_withdrawls_by_address: returns a list of ETH withdrawls (ETH bridged from L2 to L1) by the given address
  • get_erc20_withdrawls_by_address: returns a list of ERC20 withdrawls (ERC20 bridged from L2 to L1) by the given address