hashport-validator
hashport-validator copied to clipboard
Official repository containing the source code of the Hashport validators
To cover more of the unit tests. List the packages with missing unit tests. Split each package as a separate task in the epic.
- Implement unit tests for **app/services/scheduled/service.go**
- Implement unit tests for **app/services/read-only/service.go**
- Replace the **router.Router** field with the new **interface** from issue #458 - Implement unit tests for **app/services/contracts/service.go**
- Implement unit tests for **app/process/watcher/prometheus/watcher.go**
- Implement unit tests for **app/process/handler/read-only/nft/transfer/handler.go**
- Implement unit tests for **app/clients/hedera/client.go**
Implement unit tests for **app/helper/metrics/helper.go**
High-level spec [link](https://www.notion.so/limechain/Merkle-tree-implementation-84ade8e703784b4d81942cb4f4731fa4) The goal is to use a Merkle tree to store the validator's fees for the EVM wrapped to wrapped transfers and collect them manually on a request....
Description: E2E: Test_EVM_Wrapped_to_EVM_Wrapped recreates a real-life situation of a user who wants to bridge an EVM wrapped token to another EVM chain that is different than the native chain, without...