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
Manual testing to confirm extension works with main flows
Balances
Send
Swap
Staking
IBC (not ready)
Tx details
Test sync with assertRootValid() enabled. Will throw if TCT roots are not correct. Only test the first few dozen blocks; if those succeed, there's no need to keep going.
If there is already a changelist PR (like this one), merge it. Otherwise, manually run pnpm changeset to bump packages as needed (would require work looking through PRs since last version) and run pnpm changeset version after. If this has resulted in a change to the package.jsonversion in the extension, update the extension's manifest.json version to match. You'll have local changes that will require a PR to merge.
Create repo release with vX.X.X tag. Triggers approval to run chrome extension publishing.
In the repo root, run sh ./scripts/build-for-deployment.sh. It will create two .zip files. Use those files to open a PR against core repo to update the node's frontends. Skipping this release
Wait 1-3 days until new extension version is live on chrome web store
IBC (not ready)pnpm changeset
to bump packages as needed (would require work looking through PRs since last version) and runpnpm changeset version
after. If this has resulted in a change to thepackage.json
version
in the extension, update the extension'smanifest.json
version to match. You'll have local changes that will require a PR to merge.package.json
version in the extension.vX.X.X
tag. Triggers approval to run chrome extension publishing.In the repo root, runSkipping this releasesh ./scripts/build-for-deployment.sh
. It will create two .zip files. Use those files to open a PR against core repo to update the node's frontends.Deploy Static Site
github actionThe text was updated successfully, but these errors were encountered: