You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to quickly drop a couple of resources here detailing our current process of automatically creating docker images with every release of Hermes. Hoping these hints could help understanding how to support Hermes in the testing framework.
I took a look at this for a bit today. It should be pretty straightforward to extract a basic DockerRelayer interface and then let both the rly and hermes implementations provide a simple, narrow interface to provide the right commands to the containers, and add a small amount of configuration where appropriate.
* add waiting bootsrapped state
* add avalanche integration and add subnet creation
* add implementation for subnet chains
* move port binding allocation
* deascrease block number for WaitForBlocks
* dont send avax if subnets list is empty
* revert image pulling
Great initiative with the work here, love it!
I just wanted to quickly drop a couple of resources here detailing our current process of automatically creating docker images with every release of Hermes. Hoping these hints could help understanding how to support Hermes in the testing framework.
The text was updated successfully, but these errors were encountered: