Commit Graph

792 Commits

Author SHA1 Message Date
Richard Moore
ce7718c87e
Transaction receipts in Ganache do not return logsBloom; making it optional. 2018-03-17 17:40:47 -04:00
Richard Moore
1ec8f9cf85
Fixed bool and number types not throwing an exception in the ABI decoding for empty bytes. 2018-03-17 17:39:45 -04:00
Richard Moore
46fd2deb8b
Added pollingInterval to provider. (#132) 2018-03-15 16:03:20 -04:00
Richard Moore
5a9f440c8f
Fixed getHistory range for EtherscanProvider. 2018-03-15 15:00:52 -04:00
Richard Moore
1d67aa3e29
Stall providers for blocks, transactions and transaction receipts with null results for triggered events (i.e. we know they should not be null). (#120) 2018-03-06 18:40:11 -05:00
Richard Moore
bd7e8e708f
Updated dist files and version bump (patch) for publishing. 2018-03-05 22:34:12 -05:00
Richard Moore
8a842af999
Merge pull request #133 from ygnr/master
Fixed typo on JsonRpcProvider arguments length.
2018-03-05 21:43:29 -05:00
Gokulnath Reddy
224c17a9b9 Fix typo 2018-03-06 12:16:53 +11:00
Richard Moore
89e1cb02a4
Still problems with Travis CI with node 8; deactivating for now. 2018-03-05 03:19:18 -05:00
Richard Moore
3cdb6aad25
Refactored checkBlockTag. 2018-03-05 02:52:53 -05:00
Richard Moore
8a26f38579
Trying node 8 tests again. v3.0.1 2018-03-05 01:55:20 -05:00
Richard Moore
424cce9224
Fixed npmignore, which legacy was dropping all library packages. 2018-03-05 00:54:33 -05:00
Richard Moore
96abf66333
Updated dist files and fixed phantomjs dependency on them. 2018-03-04 21:17:16 -05:00
Richard Moore
b2ada0cda9
Fixing phantomjs test cases now that there is no sub-packages for test. 2018-03-04 20:00:46 -05:00
Richard Moore
e67a66f900
Major version update; some changes are not backwards compatible. This package has been merged into one package instead of an umbrella pacakge. (See: #95) 2018-03-04 19:31:09 -05:00
Richard Moore
20293fbcfb
Updated testcase balance for Ropsen. 2018-03-03 00:18:29 -05:00
Richard Moore
03f20f023f
Added ETC (classic) network. 2018-03-02 23:52:25 -05:00
Richard Moore
dfdf4ef317
Updated dist files. 2018-02-08 00:00:54 -05:00
Richard Moore
f10c595ad3
Added units manipulation to utils index. 2018-02-07 20:34:39 -05:00
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