hashport-validator icon indicating copy to clipboard operation
hashport-validator copied to clipboard

Official repository containing the source code of the Hashport validators

Results 57 hashport-validator issues
Sort by recently updated
recently updated
newest added

- for Arbitrum use wrapped Eth.

high-priority

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.

low-priority

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`...

low-priority
refactoring

- Update commented unit tests in **app/services/lock-event/service_test.go**

unit tests

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...

blocked

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:...

low-priority
refactoring

- Implement unit tests for **app/services/transfers/service.go**

unit tests