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

Use new externs for eth crypto #114

Merged
merged 17 commits into from
Jan 29, 2019
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
Fix wasm
  • Loading branch information
gavofyork committed Jan 24, 2019
commit fe85eaf10def47b2961759276fc3e0cd27e5fd3b
2 changes: 2 additions & 0 deletions runtime/src/claims.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@

//! Module to process claims from Ethereum addresses.

use rstd::prelude::*;
use tiny_keccak::keccak256;
use secp256k1;
use srml_support::{StorageValue, StorageMap};
use system::ensure_signed;
use codec::Encode;
#[cfg(feature = "std")]
use sr_primitives::traits::Zero;
use balances;

Expand Down
Binary file not shown.
Binary file not shown.