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

Open
xlc opened this issue Nov 1, 2023 · 0 comments
Open

missing known keys #5746

xlc opened this issue Nov 1, 2023 · 0 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Development

No branches or pull requests

2 participants