Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
81f446af
Commit
81f446af
authored
Jan 23, 2019
by
Sergei Pepyakin
Committed by
Gav Wood
Jan 23, 2019
Browse files
Add comment about guarantees (#105)
parent
9cb36130
Pipeline
#29003
passed with stages
in 13 minutes and 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
parachain/src/wasm_executor.rs
View file @
81f446af
...
...
@@ -230,6 +230,9 @@ pub fn validate_candidate<E: Externalities>(
};
// allocate call data in memory.
// we guarantee that:
// - `offset` has alignment at least of 8,
// - `len` is not zero.
let
(
offset
,
len
)
=
{
let
encoded_call_data
=
params
.encode
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment