chore(cli): refresh docs and bulletin allowance field reads#135
Merged
Conversation
CI Summary
Release - PassedTest this PR Download artifact (GitHub CLI required): gh run download 25802896159 -n cli-release-0.0.0-pr.135 -R paritytech/dotns-sdkInstall globally: npm install -g ./parity-dotns-cli-0.0.0-pr.135.tgzVerify: dotns --helpDeploy UI — FailedFailed at: Deploy — Deploy workflow failed — see run logs for upload/register/contenthash details
Deploy Example — FailedFailed at: Deploy — Deploy workflow failed — see run logs for upload/register/contenthash details
Benchmark UI - Passed (117s)
Labelspkg: cli, scope: bulletin, type: docs, dependencies, pkg: ui Test - Passed154 passed, 0 failed across 154 tests. |
3 tasks
1118da0 to
0b4f813
Compare
Reads the renamed `transactions` / `bytes` fields from `AuthorizationExtent` (replacing the `_allowance` aliases that no longer exist on the new chain types), updates the CLI README to reflect the env-aware command surface, and tidies the UI doc pages, modal, and IPFS helper. Depends on the previous three PRs.
b2113d2 to
8b4cdde
Compare
Collaborator
|
CI failures are unrelated to this change. Looks good so i will merge |
andrew-ifrita
pushed a commit
that referenced
this pull request
May 13, 2026
## Summary - Adds an `env` workflow input to `deploy-sized-benchmark-entry.yml` (default `paseo-v2`), forwarded to `deploy.yml` so sized benchmark runs target the active DotNS environment. - Sets `register-base: true` on the on-demand UI deploy and the per-PR UI benchmark deploy so the base domain is registered if it is not already owned. - Adds a per-size duration timeline to the bulletin benchmark dashboard using ECharts, with a Flatpickr custom-range picker alongside the 7d / 30d / All presets. ## Test plan - [ ] Trigger an on-demand benchmark and confirm the UI deploy runs `register-base: true` for `bulletin-benchmarks.dot` on Paseo V2. - [ ] Open the dashboard, toggle sizes via the legend, switch between 7d / 30d / All, then pick a custom date range. Confirm the chart updates and the slider zooms within the selected window. - [ ] Resize the browser; the chart container scales without overflow. ## Order Fifth in the stack. Base is `spha/cli-misc-cleanup` (#135).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
transactions/bytesfields fromAuthorizationExtent(the_allowancealiases no longer exist on the new chain types). This clears the lingering type errors onmain.Test plan
bun run --cwd packages/cli typecheckbun run --cwd packages/cli test tests/integration/bulletinOrder
Last in the stack. Base is
spha/cli-auto-claim-user-store(#134).