No capping on locked alpha transfers#2801
Conversation
BlockEmission RPC
…r-key remove duplicate sudo_set_subnet_owner_hotkey
🚨🚨🚨 HOTFIX DETECTED 🚨🚨🚨It looks like you are trying to merge a hotfix PR into If you are trying to merge a hotfix PR, please complete the following essential steps:
If you do not complete these steps, your hotfix may be inadvertently removed in the future when branches are promoted to |
🛡️ AI Review — Skeptic (security review)VERDICT: VULNERABLE BASELINE scrutiny: gztensor has write permission and substantial prior subtensor activity; no Gittensor allowlist hit found. Branch is feat/no-capping-on-locked-transfers -> main. Static review found no Findings
Other findings
ConclusionThe code changes themselves look consistent with the stated locked-alpha transfer behavior, but the branch-strategy rule requires a direct # 🔍 AI Review — Auditor (domain review) has not yet run on this PR. |
|
🔄 AI review updated — Skeptic: VULNERABLE |
Description
Note: This is a good PR for the community to discuss and possibly vote.
When transferring alpha between subnets, the extrinsics currently silently cap transfer amount by available alpha: If more alpha is requested to transfer, the extrinsic transfers only what's available and succeeds. There are two concurrent and conflicting issues:
Type of Change
Breaking Change
Some clients may be broken if they request transfer amounts above the unlocked alpha.
Checklist
./scripts/fix_rust.shto ensure my code is formatted and linted correctly