update kusama fees to v1.0.0 and rollback polkadot links to v0.9.43 #792
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.
Description
This PR updates the fees page for Kusama v1.0.0 and reverts the Polkadot links back to the deprecated repo where v0.9.43 was released. As announced in the v1.0.0 release notes, all runtime code has been moved to the fellowship PR, so this impacts the benchmarked weights.
To summarize:
Once Polkadot is on v1.0.0, we'll have to update the links to point to the fellowship PR.
This PR also updates the polkadot-sdk links on the fees page so that we point to v1.1.0, which is the version we migrated to as of RT2601.
You can double-check the calculated fees by looking at any xcKSM > KSM transaction that includes the instructions listed in the docs (
WithdrawAsset
,ClearOrigin
,BuyExecution
, andDepositAsset
). For example:balances(Deposit)
events (should be two per XCM) and thebalances(Withdraw)
event (should be one per XCM):balances(Withdraw)
- 13.0000900058 KSM 👈 Transfer amountbalances(Deposit)
- 13.000008226255 KSM 👈 Amount received in destination account (less fees)balances(Deposit)
- 0.000081779545 KSM 👈 Fees paid for the XCM executionGoes with CN PR: moonbeam-foundation/moonbeam-docs-cn#360