Skip to content
New issue

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

missing known keys #5746

Closed
xlc opened this issue Nov 1, 2023 · 2 comments
Closed

missing known keys #5746

xlc opened this issue Nov 1, 2023 · 2 comments
Labels
Enhancement Improves existing features or performance, making the SDK more robust and efficient. P3 - Low Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.

Comments

@xlc
Copy link
Contributor

xlc commented Nov 1, 2023

Not all the known keys are configured here

changesTrieConfig: createSubstrateFn('changesTrieConfig', ':changes_trie', {
docs: 'Changes trie configuration is stored under this key.',
type: 'u32'
}),
childStorageKeyPrefix: createSubstrateFn('childStorageKeyPrefix', ':child_storage:', {
docs: 'Prefix of child storage keys.',
type: 'u32'
}),
code: createSubstrateFn('code', ':code', {
docs: 'Wasm code of the runtime.',
type: 'Bytes'
}),
extrinsicIndex: createSubstrateFn('extrinsicIndex', ':extrinsic_index', {
docs: 'Current extrinsic index (u32) is stored under this key.',
type: 'u32'
}),
heapPages: createSubstrateFn('heapPages', ':heappages', {
docs: 'Number of wasm linear memory pages required for execution of the runtime.',
type: 'u64'
})

For a hopefully completed list, see this issue: paritytech/polkadot-sdk#2126

@TarikGul TarikGul added P3 - Low Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits. Enhancement Improves existing features or performance, making the SDK more robust and efficient. labels Oct 29, 2024
TarikGul pushed a commit that referenced this issue Jan 30, 2025
* add defaultChildStorageKeyPrefix

* Adds known storage keys mentioned in #5746

* lint
@TarikGul
Copy link
Member

Addressed in #6084

@polkadot-js-bot
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Feb 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement Improves existing features or performance, making the SDK more robust and efficient. P3 - Low Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
Development

No branches or pull requests

3 participants