Claim yer sale DOTs (#97)

* Add claims.

* Failing build

* Updatee to latest substrate, fix tests

* Remove unneeded

* Introduce tests with real work sig

* Use right 64 bytes of pubkey to get eth addr

* Fix for eth sig

* Fix build

* Fix wasm
This commit is contained in:
Gav Wood
2019-01-25 08:43:05 +00:00
committed by GitHub
parent a05d422a55
commit c5bb21ab3c
13 changed files with 793 additions and 230 deletions
+2
View File
@@ -37,6 +37,8 @@ srml-timestamp = { git = "https://github.com/paritytech/substrate" }
srml-treasury = { git = "https://github.com/paritytech/substrate" }
srml-upgrade-key = { git = "https://github.com/paritytech/substrate" }
sr-version = { git = "https://github.com/paritytech/substrate" }
libsecp256k1 = "0.2.1"
tiny-keccak = "1.4.2"
[dev-dependencies]
hex-literal = "0.1.0"