Andrii
Andrii
## Overview Implement endpoint with authentication, to provide relay N processed transactions. Example: https://localhost:8088/transfer/100 ## Story As a [Relay owner/manager/admin], I want [to know the N latest processed transactions] so...
## Overview Split the relayer (cmd) and chain implementations into separate repositories. It's independent functionality, so it will make the code cleaner and clearer.
### What needs to be done Refactor existing eth related code base to use new transaction type ### Why it needs to be done To make transaction fees calculation transparent...
### What needs to be done Change parameter formats for Eth transaction parameters, according to MetaMask transaction example. ### Why it needs to be done Current parameters format is not...