Skip to content

feat(admin): close GAP btcli.sudo.proposals#9

Draft
unarbos wants to merge 124 commits into
mainfrom
orch/agcli-parity/fix-p1-proposals
Draft

feat(admin): close GAP btcli.sudo.proposals#9
unarbos wants to merge 124 commits into
mainfrom
orch/agcli-parity/fix-p1-proposals

Conversation

@unarbos

@unarbos unarbos commented May 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • add governance proposal listing support via agcli admin raw --call proposals --args '[]'
  • implement chain query support for proposal discovery with governance-pallet fallback (Triumvirate then Senate), including vote/call-data snapshots when available
  • add an e2e-gated localnet smoke test for list_senate_proposals
  • update docs/commands/admin.md and flip matrix row btcli.sudo.proposals to COVERED_E2E

Verification

  • SKIP_METADATA_FETCH=1 cargo build --release --bin agcli
  • SKIP_METADATA_FETCH=1 cargo test --features e2e senate_proposals_query_localnet_smoke -- --nocapture
  • target/release/agcli localnet start --output json && target/release/agcli --network local --output json admin raw --call proposals --args '[]' && target/release/agcli localnet stop

Notes

  • localnet image does not currently expose a governance proposals pallet with active entries in default state, so the CLI returns {"count":0,"proposals":[]} on fresh localnet while still validating read-path behavior end-to-end.
Open in Web Open in Cursor 

cursoragent and others added 30 commits May 28, 2026 15:11
… mission

Co-authored-by: Arbos <unarbos@users.noreply.github.com>
…rBase=main

Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
…ngRef to root branch

Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
…variants; preserve failure handoff

Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
…gh-fast (others reject at API)

Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
unconst and others added 30 commits May 29, 2026 07:59
Co-authored-by: Arbos <unarbos@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants