Commit Graph

373 Commits

Author SHA1 Message Date
Richard Moore
f611dba0ad
Updated dist files. 2018-02-03 21:02:34 -05:00
Richard Moore
da852d0012
Merge branch 'master' of github.com:ethers-io/ethers.js 2018-02-03 20:32:02 -05:00
Richard Moore
6ade579542
Added bool support to Solidity-style hash functions (#113). 2018-02-03 20:31:50 -05:00
Richard Moore
e17947930c
Updated dist files. 2018-01-28 21:30:50 -05:00
Richard Moore
74c71e6677
Fixed Contract method overrides with updated Interface. 2018-01-28 20:58:56 -05:00
Richard Moore
7635708c21
Merge branch 'master' of github.com:ethers-io/ethers.js 2018-01-26 21:56:33 -05:00
Richard Moore
4ee9a4d191
Added x-ethers compatible encrypted mnemonic to JSON wallets. 2018-01-26 21:56:20 -05:00
Richard Moore
bb24fce859
Added strict mode to properties. 2018-01-26 17:44:54 -05:00
Richard Moore
21d53f190b
Updated dist files. 2018-01-17 19:11:04 -05:00
Richard Moore
5fc59dd1cf
Some nodes (e.g. TestRPC) do not like checksum addresses in their RPC calls. 2018-01-17 17:26:31 -05:00
Richard Moore
34fd2882d8
Fix typo when detecting MetaMask. 2018-01-17 17:21:38 -05:00
Richard Moore
4a23b0ddc7
Merge branch 'master' of github.com:ethers-io/ethers.js 2018-01-17 16:23:12 -05:00
Richard Moore
c4690f9e7b
Fixed auto-address and signing with Metamask and Web3Provicder. 2018-01-17 16:23:01 -05:00
Richard Moore
36c6d53757
Updated dist files. 2018-01-17 02:51:36 -05:00
Richard Moore
c550f2eb07
Merge branch 'master' of github.com:ethers-io/ethers.js 2018-01-16 18:56:10 -05:00
Richard Moore
67bb0b7f93
Added Web3Provider. 2018-01-16 18:55:56 -05:00
Richard Moore
c5b411811a
Updated dist files. 2018-01-10 20:29:50 -05:00
Richard Moore
eddf93b200
Added named parameters to tuple encoding. 2018-01-10 19:20:18 -05:00
Richard Moore
9aeb309d9d
Updated dist files. 2018-01-10 16:42:36 -05:00
Richard Moore
bea0ea3aaf
Fixed overwriting name on Events. 2018-01-10 14:34:36 -05:00
Richard Moore
df930103e7
Fixed ABIv2 signatures for calling methods. 2018-01-09 20:45:38 -05:00
Richard Moore
d6cf970ae9
Added errors for providers trying to use ENS on networks without ENS. 2018-01-09 18:43:09 -05:00
Richard Moore
e778ab6f30
Added general unit conversion to utils/units. 2018-01-09 18:25:44 -05:00
Richard Moore
b7fc74a99d
Updted dist files. 2017-12-30 14:05:40 -05:00
Richard Moore
b38a36b2f5
Version bump (patch). 2017-12-30 14:02:36 -05:00
Richard Moore
046a4a4dc0
Fixed new contract features on old platform strict mode. 2017-12-30 01:42:50 -05:00
Richard Moore
357d49ecee
Version bump (patch). 2017-12-29 21:02:56 -05:00
Richard Moore
a568be9df3
Added getEtherPrice and getHistory calls for Etherscan Provider. 2017-12-29 21:01:43 -05:00
Richard Moore
43061c691b
Verify message supports normalized and non-normalized recovery parameter. 2017-12-29 20:44:32 -05:00
Richard Moore
a4e768e2b3
Added pending transaction event for providers that support it. 2017-12-29 20:41:16 -05:00
Richard Moore
2d4fb371c2
Added get functions to the contract event callbacks. 2017-12-29 20:17:00 -05:00
Richard Moore
9b54b53081
Merge branch 'master' of github.com:ethers-io/ethers.js 2017-12-05 16:01:28 -05:00
Richard Moore
3512922bef
Temporary - remove InfuraProvider homestead testcases; it is down. 2017-12-05 16:01:17 -05:00
Richard Moore
60334b66ba
Updated dist files. 2017-12-05 03:25:08 -05:00
Richard Moore
d38bf992c2
Removing Node 8 for now in Travis CI; it is not working. 2017-12-05 02:36:33 -05:00
Richard Moore
ce95391804
Trying to unjam Travic CI build. 2017-12-05 02:33:04 -05:00
Richard Moore
511fff1390
Fixed message signing when the values are zero-padded. 2017-12-05 01:59:37 -05:00
Richard Moore
178980c34a
Fixed address filtering and added more features to the event metadata. 2017-12-05 01:58:20 -05:00
Richard Moore
132e56e65e
Added more provider log details. 2017-12-05 01:56:57 -05:00
Richard Moore
ff63e99c86
Updated dist files. 2017-12-02 02:52:36 -05:00
Richard Moore
a3fab18a93
Version bump (patch) for contracts. 2017-12-01 22:26:58 -05:00
Richard Moore
a9cc1bf641
Version bump (patch) for providers. 2017-12-01 22:26:12 -05:00
Richard Moore
fa4db2cecc
Add binary message support for wallet.signMessage (#80). 2017-12-01 22:25:19 -05:00
Richard Moore
ca249054e5
If a block does not exist, return null (instead of rejecting). 2017-12-01 21:59:26 -05:00
Richard Moore
f6ace914e9
Allow contract overrides for nonce. 2017-12-01 21:58:36 -05:00
Richard Moore
1d38633e69
Updated dist files. 2017-11-23 03:49:36 -05:00
Richard Moore
8129f0cb8b
Added tightly packed (aka non-standard packed) Solidity hash functions. 2017-11-23 02:11:08 -05:00
Richard Moore
b06002a2a8
Support for negative hexidecimal BigNumber. 2017-11-23 01:37:58 -05:00
Richard Moore
464584265a
Merge pull request #76 from andrew--r/patch-1
Fixed error for incorrect private key.
2017-11-22 02:55:26 -05:00
Andrew Romanov
184839a57a
Fix typo 2017-11-22 08:46:49 +03:00