Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Bump wasmi and parity-wasm versions #8209

Merged
merged 1 commit into from
Mar 26, 2018
Merged

Bump wasmi and parity-wasm versions #8209

merged 1 commit into from
Mar 26, 2018

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Mar 24, 2018

they contain minor correctness fixes for degenerate cases found by fuzzer

@NikVolf NikVolf added A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). B0-patch M4-core ⛓ Core client code / Rust. labels Mar 24, 2018
@@ -130,7 +130,7 @@ pub fn run_fixture(fixture: &Fixture) -> Vec<Fail> {
Err(e) => { return Fail::load(e); },
};

let mut ext = FakeExt::new();
let mut ext = FakeExt::new().with_wasm();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's just a tool (separate binary) update to use default schedule

@NikVolf NikVolf changed the title Bump wasmi version Bump wasmi and parity-wasm versions Mar 25, 2018
@NikVolf NikVolf merged commit bd45cd4 into master Mar 26, 2018
@NikVolf NikVolf deleted the wasm-bump branch March 26, 2018 08:55
NikVolf added a commit that referenced this pull request Mar 26, 2018
@5chdn 5chdn added this to the 1.11 milestone Mar 26, 2018
NikVolf added a commit that referenced this pull request Mar 26, 2018
tomusdrw pushed a commit that referenced this pull request Mar 26, 2018
* bump wasm libs (#8171)

* bump wasmi version (#8209)
5chdn pushed a commit that referenced this pull request Mar 26, 2018
* bump wasm libs (#8171)

* bump wasmi version (#8209)
@NikVolf NikVolf mentioned this pull request Mar 27, 2018
@5chdn 5chdn added the M5-dependencies 🖇 Dependencies. label Apr 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M4-core ⛓ Core client code / Rust. M5-dependencies 🖇 Dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants