Sam Johnson
Sam Johnson
The transfer fee is currently exorbitantly low. This value should be investigated and made more suitable to protect the chain against DDOS. The current implementation for calculating our fees is...
Tuples are created here: https://github.com/opentensor/subtensor/blob/b310e93d32ddb90c428d357648b6ed4314f226e4/pallets/subtensor/src/block_step.rs#L172 Drained the next block here: https://github.com/opentensor/subtensor/blob/b310e93d32ddb90c428d357648b6ed4314f226e4/pallets/subtensor/src/block_step.rs#L87
adds code coverage suite to the repo - [x] find and parse all pallets dynamically and in parallel - [x] code to import missing sections of pallets defined with `#[import_section(..)]`...
These are upstream issues with the `#[pallet_section]` / `#[import_section]` syntax that is part of FRAME. It would be extremely helpful if these get fixed upstream, but if OT eventually forks...
## 1. Alignment of Commit Interval with Tempo ### User Story **As a subnet owner**, I want the commit-reveal intervals to align precisely with the epoch tempo of my subnet,...
Pallet indexing in `construct_runtime!` has been a footgun recently. It would be desirable if we could just disable not using explicit pallet indexing. This can be done with a custom...
fixes #528
basically 2 problems: this: https://github.com/opentensor/subtensor/actions/runs/15144171875/job/42575641270?pr=1634 and this: https://github.com/opentensor/subtensor/blob/devnet-ready/pallets/subtensor/src/macros/hooks.rs#L107