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
Production builds generate different output than development builds. But output of the publish CI is neither verified nor available for inspection before it is published.
To Reproduce
Activate the Prax release workflow.
Good luck!
Expected behavior
The output of the release workflow should have some assurances.
Suggestions
Minimal:
confirm the output zip is not empty.
make the output zip available for download.
check the build for presence of development symbols.
ensure that chrome may install the build output.
ensure that chrome may successfully update from the immediate previous version.
High priority:
ensure onboarding is functional.
ensure that chrome may successfully update from a selection of previous versions.
confirm ability to connect to pd-bundled minifront and latest minifront.
Nice:
Run a suite of integration tests validating native transaction functionality.
Run a suite of integration tests validating ibc functionality.
Ideal:
Confirm behavior when connecting to outdated nodes.
Confirm behavior when connecting to outdated minifront.
Attempt connection to as many frontends as possible.
The text was updated successfully, but these errors were encountered:
In the extension-upload.yml github action, we can hash the output with the dist attached to the release (will require us doing that). If it doesn't match, it can throw, preventing an upload.
Production builds generate different output than development builds. But output of the publish CI is neither verified nor available for inspection before it is published.
To Reproduce
Expected behavior
The output of the release workflow should have some assurances.
Suggestions
Minimal:
High priority:
Nice:
Ideal:
The text was updated successfully, but these errors were encountered: