open-junius

Results 14 comments of open-junius
trafficstars

From this unit test file for metadata, the structure is clear for other language like python to parse. https://github.com/opentensor/subtensor/blob/development/runtime/tests/metadata.rs

> @open-junius , anything holding this? > > After this PR it would be great if someone could also have a look at the --ws and --rpc flags if they...

> @open-junius , would you like me to apply that to this pr, or can it be done after? We can do it after upgrade the master branch to polkadot...

can you try the bootnode in the doc. --bootnodes /ip4/13.58.175.193/tcp/30333/p2p/12D3KooWDe7g2JbNETiKypcKT1KsCEZJbTzEHCn8hpd4PHZ6pdz5

compile the binary with the feature "--release --features=runtime-benchmarks"

The speed is ok. you can try run it in aws

can you put the arguments in the comment? then I can check

From the image, I can see your node sync up with one peer even some mismatch message from other peers. how about now, did you sync up all blocks

1. remove_stake should be also queued during epoch 2. can we calculate the emission at the end of epoch, to avoid calculation each block?

The solution is like: 1. add a new bool parameter named only_validators to get_selective_metagraph function. 2. based on the validator staking threshold and the top_k validator permit to filter Uids...