-
Notifications
You must be signed in to change notification settings - Fork 239
mainnet deploy 9/22/2025 #2066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
mainnet deploy 9/22/2025 #2066
Conversation
Rate limit hyperparams setting
Cleanup math and LastUpdate fix
at: Option<BlockHash>, | ||
) -> RpcResult<Vec<u8>>; | ||
#[method(name = "subnetInfo_getSelectiveMechagraph")] | ||
fn get_selective_mechagraph( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt be called metagraph?
is that some new naming convention?
Some(SelectiveMetagraphIndex::Incentives) => SelectiveMetagraph { | ||
netuid: netuid.into(), | ||
incentives: Some( | ||
Incentive::<T>::get(NetUidStorageIndex::from(netuid)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure but is it fetching incentives from the parent subnet? shouldnt it refer the netuid_index? same for the last_update below
btw. is the other metagraph stuff like weights/bonds/etc gonna be accessible through metagraph for subsubnets?
…workflow Improve docker-localnet workflow
What's Changed
.dockerignore
#2044 by @basfromanDockerfile-localnet
#2043 by @basfroman