Open xlc opened 8 months ago
Also I would like to ask why subxt
is considered out of scope but polkadot.js
is. They are equivalent tool to my understanding.
I personally believe tests are in scope because it is not possible to develop the runtime properly without tests. It is an industry standard that tests are part of the software being developed.
In that case, the testing tools powers the tests should also be considered in scope if they are primarily used for the Polkadot (Main) Network. This means general testing framework like jest
wouldn't be counted but Polkadot specific tool like Chopsticks, xcm-simulator etc should be counted. The same apply for the substrate-runtime-fuzzer as it is a required tool to improve the runtime.
Everything else under https://github.com/paritytech/polkadot-sdk/ that's not included in the runtime Cargo.lock file
Majority of the code under /substrate
and /polkadot
is also directly part of the node implementation of Polkadot.
Testing tools powers the tests. e.g. Chopsticks, xcm-emulator, xcm-simulator
I am leaning toward acknowledging that tools that the fellowship regularly uses to ensure basic correctness should be part of the duties of the same fellowship. In a very ideal world, there would have been a separation, but I think in it is beneficial to have them together for now. We also don't want to paint the picture of "micro-fellowships" :)
Also I would like to ask why subxt is considered out of scope but polkadot.js is. They are equivalent tool to my understanding.
I agree that the boundary there is a bit fuzzy. For this case, I prefer to see a separation rather than adding more topics to the corer fellowship: there should be a UI/Ecosystem Fellowship that contains such tools, and then the PJS apps/api can be removed from the core fellowship.
But admittedly it is hard to come up with the boundaries of such a new fellowship as well.
There is a discussion feature on GitHub for every repo. If/When this is enabled, we can start the discussion there.
Also I would like to ask why subxt is considered out of scope but polkadot.js is. They are equivalent tool to my understanding.
polkadot.js was habitually by most used for a broad amount of on-chain interaction for the ongoing operation of the Polkadot network, especially regarding the numerous times we must craft specialist extrinsics for enacting certain upgrades, configurations or deployments.
Should subxt
end up being a practical necessity for the ongoing operation of the Relay-chain and system chains, then I'd be fine with adding it.
Joe is using subxt to craft extrinsics for enacting upgrades https://github.com/joepetrowski/opengov-cli
Worth noting https://forum.polkadot.network/t/proposing-the-polkadot-tooling-collective-potoc/6915/3 here as it is a step forward in this conversation.
We need to clarify the scope of the Core Fellowship so that new members can know in what area of work are considered in scope.
While we have manifesto as the source of truth, but it still leaves many rooms for interoperation and from recent discussions, it is clear the members do not have a consensus about this topic.
I am starting this issue in order trying to allow members to reach a consensus about this topic and then we will be able to produce a clear guideline for new members.
PS: I am not sure if this is the best place for such discussion, but at the same time this topic doesn't feel like in the scope of RFC. So I started this here for now and see if we can figure out the next step together.
Here is the quote from the manifesto for reference:
This is the list of repo I believe that are in scope and everyone will agree:
This is the list of repo that are currently considered in scope but may require additional discussion:
This is a list of repo that I would like to seek for clarification that if they are under scope of the Core Fellowship