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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant