hashport-validator
hashport-validator copied to clipboard
Official repository containing the source code of the Hashport validators
Probably might happen automatically. Take the config (add decimals and other missing) from the bridge and retry. Deploy everything with the scripts on one run.
Implementation structs are exported when they shouldn't be. Only the interface should be exported. This is pretty much present throughout every app layer. Examples include all services under - `app/services`...
- Update commented unit tests in **app/services/lock-event/service_test.go**
Add script for topic creation with admin and submit keys. Note: Don't forget to communicate with BCW about the signing.
Reconfiguration after testnet resets (https://docs.hedera.com/guides/testnet?_hsmi=211182769#test-network-resets) : - setup the 3 LimeChain validators + 1 read-only). - Add other validators to the bridge config. - Setup the configuration for the e2e...
Create script for deploying all tokens by config. Which to be able to stop when there is an error and after the fix to be able to continue without much...
At the moment the `e2e/e2e_test.go` file is more than 2k rows and it is growing. We can try to split the logic and make the file more readable. We can:...
- Implement unit tests for **app/services/transfers/service.go**