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
Currently, the emerald-dev and sapphire-dev images are only built on each push to main, so it can actually break without developer noticing it. Also, even if the image is successfully built, the image might not work (e.g. #214).
Add at least two tests before any PR can be merged:
check that the docker images would be successfully built
check that the docker images actually start and (at least) successfully populate the accounts (just check the stdout for some 0x addresses?)
Typical issues with images include wrong combination of oasis-core/xyz-paratime/web3-gw versions and oasis-node/web3-gw configuration issues.
The text was updated successfully, but these errors were encountered:
Currently, the emerald-dev and sapphire-dev images are only built on each push to main, so it can actually break without developer noticing it. Also, even if the image is successfully built, the image might not work (e.g. #214).
Add at least two tests before any PR can be merged:
0x
addresses?)Typical issues with images include wrong combination of oasis-core/xyz-paratime/web3-gw versions and oasis-node/web3-gw configuration issues.
The text was updated successfully, but these errors were encountered: