Commit 4605441
chore: sync spec 26 (#142)
Introduce new spec 26 with wallet scope.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- New Features
- Devnet support across client and codegen; optional devnet build and
connection flow.
- New MCP server with tools for agent management, namespaces, balances,
consensus info, emission delegation, and weight setting.
- Wallet-scoped permissions enabling stake delegation controls; staking
now respects exclusive delegation.
- Added RPC to fetch an account’s root namespace.
- Xtask “workbench” to spin up a local devnet with nodes and MCP.
- Documentation
- New MCP README with build and usage instructions.
- Chores
- CI/justfile tasks for devnet/testnet MCP builds.
- Tests
- Extensive unit tests for wallet permissions and staking behavior.
- Runtime
- Runtime version bump and migration cleanup.
- Assets
- Added devnet chain spec.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: João Victor <[email protected]>1 parent 2d5bdbe commit 4605441
File tree
41 files changed
+7777
-544
lines changed- .helix
- client
- codegen/src
- codegen
- src
- mcp
- src
- pallets
- permission0
- api/src
- src
- ext
- permission
- tests
- torus0
- api/src
- src
- tests
- runtime/src
- xtask/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+7777
-544
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| 103 | + | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
0 commit comments