]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commit - src/js/polyfill.es6.js
Ethereum tests
authorIan Coleman <coleman.ian@gmail.com>
Sat, 11 Feb 2017 09:15:11 +0000 (20:15 +1100)
committerIan Coleman <coleman.ian@gmail.com>
Sat, 11 Feb 2017 09:26:21 +0000 (20:26 +1100)
commit24137d96070eb6cb47ef8239738ec6a135f0b675
treef6de0c80cf9b19a988b9b44e1a88b9b17e06b09a
parent0edac945e597099d1cabfa684e3c172b3d70cf6c
Ethereum tests

Expected values come from
https://www.myetherwallet.com/#view-wallet-info

Polyfill for ArrayBuffer.isView is required for phantomjs-2.1.1 but
seems not required in modern browsers. I'll keep it there because the
tests need to pass.

Also see https://github.com/kvhnuke/etherwallet/issues/337
Unusual capitalization of hex encoded ethereum address
src/index.html
src/js/polyfill.es6.js [new file with mode: 0644]
tests.js