Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Style
  • Loading branch information
arkpar committed Jan 3, 2019
commit 119243c00350e433ea8c3384295abfddd828c613
17 changes: 6 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@ is-it-maintained-open-issues = { repository = "paritytech/substrate" }
[profile.release]
# Substrate runtime requires unwinding.
panic = "unwind"

[replace]
"wasmi:0.4.2" = { path = "../wasmi" }
4 changes: 2 additions & 2 deletions core/client/src/call_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ where
false,
)
.map(|(result, _, _)| result)?;
self.backend.accrue_state(state)?;
self.backend.destroy_state(state)?;
Ok(return_data)
}

Expand Down Expand Up @@ -212,7 +212,7 @@ where
)
.map(|(result, _, _)| result)?;

self.backend.accrue_state(state)?;
self.backend.destroy_state(state)?;
Ok(result)
}

Expand Down
2 changes: 2 additions & 0 deletions node/runtime/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.