We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a tracking issue for cleaning up the gemini-3h compatibility code in main.
An incomplete list of things to clean up:
api_version
chain_rewards
ER::block_fess
pallet-subspace-mmr
ProofOfElection::consensus_block_hash
is_domain_runtime_updraded_since
Operator::status
Operator::_status
cc @nazar-pc @vedhavyas feel free to add anything I missed.
The text was updated successfully, but these errors were encountered:
For my changes one would simply have to go through TODOs. Every single thing I could think of I create a TODO for.
Sorry, something went wrong.
@NingLin-P are you going to work through these? I have already cleaned up most of the stuff on consensus side
Yeah, I will handle the domain side
Successfully merging a pull request may close this issue.
This is a tracking issue for cleaning up the gemini-3h compatibility code in main.
An incomplete list of things to clean up:
api_version
throughout the codebasechain_rewards
field in theER::block_fess
: https://github.com/subspace/subspace/blob/69dda1652c1537b78dc4e47c6bc415d6e9f858a4/crates/sp-domains/src/lib.rs#L284-L285pallet-subspace-mmr
digest: https://github.com/subspace/subspace/blob/69dda1652c1537b78dc4e47c6bc415d6e9f858a4/crates/pallet-subspace-mmr/src/lib.rs#L61ProofOfElection::consensus_block_hash
field: https://github.com/subspace/subspace/blob/69dda1652c1537b78dc4e47c6bc415d6e9f858a4/crates/sp-domains/src/lib.rs#L731is_domain_runtime_updraded_since
: https://github.com/subspace/subspace/blob/69dda1652c1537b78dc4e47c6bc415d6e9f858a4/crates/sp-domains/src/lib.rs#L1505Operator::status
toOperator::_status
: https://github.com/subspace/subspace/blob/69dda1652c1537b78dc4e47c6bc415d6e9f858a4/crates/pallet-domains/src/staking.rs#L193cc @nazar-pc @vedhavyas feel free to add anything I missed.
The text was updated successfully, but these errors were encountered: