Commit Graph

1453 Commits

Author SHA1 Message Date
Richard Moore
d49beb8374
Added connect method and fixed missing provider/signer error. 2017-11-08 21:13:06 -05:00
Richard Moore
f88b3523c0
Version bump (patch) for provider. 2017-11-08 21:08:27 -05:00
Richard Moore
04f0a33489
Added slice and missing Math libraries for limited environments. 2017-11-08 20:19:41 -05:00
Richard Moore
b4bc01f2c3
Merge pull request #63 from ConnorGutman/patch-1
Remove double declaration of  transactionIndex for TransactionReceipt.
2017-11-08 19:04:11 -05:00
Connor Gutman
7eaf22f573
Remove double declaration of transactionIndex
This little guy nearly broke my react native app's production build by sneaking past me. 👋 Buh-bye 👋
2017-11-08 16:28:56 -07:00
Richard Moore
255b7e0a0f
Version bump (patch) for utils. 2017-11-07 18:15:11 -05:00
Richard Moore
9adcbbb0fe
Small README change. 2017-11-07 01:00:36 -05:00
Richard Moore
31b5650489
Merge branch 'master' of github.com:ethers-io/ethers.js 2017-11-06 22:45:06 -05:00
Richard Moore
2e90718d6a Merge branch 'master' of github.com:ethers-io/ethers.js 2017-11-06 19:36:22 -05:00
Richard Moore
fe3ac0e94d
Added ABI v2 coder to Interface (still experimental in Solidity though). 2017-11-06 19:35:18 -05:00
Richard Moore
50422b6060
Removing duplicate license. 2017-11-05 13:44:21 -05:00
Richard Moore
4351a3ac86
Merge branch 'master' of github.com:ethers-io/ethers.js 2017-11-05 13:41:00 -05:00
Richard Moore
ccffc46f67
Added pow to BigNumber. 2017-11-05 13:40:54 -05:00
Richard Moore
e8bb624560
Adding default code of conduct
Adding the default code of conduct document.
2017-11-04 02:03:41 -05:00
Richard Moore
21c6fdce3a
Creating license file in GitHub UI
Apparently GitHub doesn’t recognize license.txt, so adding license.
2017-11-03 14:53:11 -05:00
Richard Moore
18cd678b71
Version bump (patch) for providers. 2017-11-03 02:41:41 -05:00
Richard Moore
9cac6b06f5
Updated list of networks (legacy provider list). 2017-11-03 01:34:57 -05:00
Richard Moore
73ee7664a1 Merge branch 'master' of github.com:ethers-io/ethers.js 2017-11-03 01:31:09 -05:00
Richard Moore
8835225655
Updated getTransactionReceipt for Byzantium. 2017-11-03 01:30:56 -05:00
Richard Moore
54c19dfb5a
Fixed default network for providers (#51). 2017-10-28 17:00:59 -04:00
Richard Moore
e4c455bdb6
Less strict parsing for loose providers. 2017-10-27 17:03:26 -04:00
Richard Moore
3c9f6f6ab9
Merge branch 'master' of github.com:ethers-io/ethers.js 2017-10-27 01:16:10 -04:00
Richard Moore
fb65772dd6
Added sighash and signature the Interface function properties. 2017-10-27 00:24:59 -04:00
Richard Moore
aeec6d6d52
Added Rinkeby and Kovan support. 2017-10-25 19:59:54 -04:00
Richard Moore
9be0053d62 Exclude the slower node version when running PhantomJS. 2017-10-22 18:36:47 -04:00
Richard Moore
466fbcb8da Using exclude instead of include for Travis-CI. 2017-10-22 18:20:20 -04:00
Richard Moore
f43a03a151 Using matrix include and fix test bug. 2017-10-22 18:17:31 -04:00
Richard Moore
b3134642a2 Splitting PhantomJS testing out of node testing. 2017-10-22 18:05:44 -04:00
Richard Moore
4d00215098 Added all test cases for PhantomJS. 2017-10-22 17:56:01 -04:00
Richard Moore
6926e5f423 Fix for case-sensitive Gruntfile. 2017-10-22 17:51:30 -04:00
Richard Moore
a5e1f40c30 First attempt at PhantomJS test cases. 2017-10-22 17:47:17 -04:00
Richard Moore
857688f36c Fix in test-accounts for case-sensitive file systems. 2017-10-21 04:03:51 -04:00
Richard Moore
0ac2bfd1cf Travis-CI updates. 2017-10-21 04:01:00 -04:00
Richard Moore
0adedcab50 Updating root test script for travis-ci. 2017-10-21 03:36:55 -04:00
Richard Moore
74406cc0b7 Adding travis-ci. 2017-10-21 03:28:01 -04:00
Richard Moore
8754bb80e0 Fixed documentation link in readme. 2017-10-20 23:01:08 -04:00
Richard Moore
67ac227fec Updated readme with latest dist version in CDN (and added utf-8 charset). 2017-10-20 22:59:30 -04:00
Richard Moore
666210a061 Fixed link in readme to documentation. 2017-10-20 22:01:51 -04:00
Richard Moore
2403a98219 Moved documentation to its own repository (see the ethers-io/documentation repo). 2017-10-20 21:59:30 -04:00
Richard Moore
f140fa6017 Updated dist files and dist scripts. 2017-10-20 15:44:54 -04:00
Richard Moore
a5df551689 Version bump (patch) for utils. 2017-10-20 15:16:18 -04:00
Richard Moore
ea6177d19e Updating some links in utils README. 2017-10-20 15:14:14 -04:00
Richard Moore
5c776a83ff Removed chatty library (See issue #36). 2017-10-20 15:13:29 -04:00
Richard Moore
bdcdfdabec Added Etherscan URL for testcase. 2017-10-19 02:56:40 -04:00
Richard Moore
264a7da9f7 Added some comparison test cases against ethereumjs-abi. 2017-10-19 02:55:38 -04:00
Richard Moore
f5f2bf85c5 Added message signing to Wallet. 2017-10-19 02:52:55 -04:00
Richard Moore
cb7e40a892 Updated to most recent stable web3 and ethereum lib. 2017-10-19 02:51:43 -04:00
Richard Moore
121d104d46 Removed old nodeunit test cases. 2017-10-19 02:51:20 -04:00
Richard Moore
44729ffba9 Migrated most test cases to mocha and added pre-generated gzipped test suite. 2017-10-18 21:28:45 -04:00
Richard Moore
4a3d68eada Version bump (patch). 2017-10-17 16:09:43 -04:00