refactor(governance): Source definitions of Subnet Rental canister request and response types from authoritative source. #6722
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To wit, https://github.com/dfinity/subnet-rental-canister .
This requires un-merged changes in the subnet-rental-canister repo.
This is being abandoned in favor of PR 6778, because this creates a bunch of headaches. With a bit of massaging, we can probably get past those with a bit more effort. However, there's one headache that has convinced me to abandon this PR: this increases the size of the NNS Governance WASM. The increase isn't huge, but since we have limited headroom, I think we need to conserve what we have left, and not just let it grow when there is not a "big" benefit from the change. The benefit here seems "not big enough" on the basis that this doesn't add any new features, nor fix any incorrect behaviors, nor increase performance, etc.