diff_node_amendments
Compare enabled amendments between two Xahau networks to identify differences in protocol features and explain why transactions or Hook behavior differs.
Instructions
Diff the enabled-amendment sets of two networks (e.g. mainnet vs testnet) — what's enabled on one but not the other, by name where known. Explains why a transaction or Hook feature works on one network but not the other. 2 RPC reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | mainnet | |
| b | No | testnet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | ||
| b | No | ||
| error | No | ||
| onlyOnA | No | ||
| onlyOnB | No | ||
| summary | No | ||
| enabledA | No | ||
| enabledB | No |