Add test vector source

This commit is contained in:
Leonid Logvinov 2017-05-24 18:50:14 +02:00
parent 6470cf54e3
commit 7a566c6988
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -4,6 +4,7 @@ import 'mocha';
describe('ZeroEx library', () => {
describe('#isValidSignature', () => {
// Source: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign
const data = '0xdeadbeaf';
const signature = {
v: 27,