Richard Moore
|
62e51861b8
|
Added more flexible ABI coder.
|
2018-06-03 20:50:21 -04:00 |
|
Richard Moore
|
6c6e031254
|
Added parseTransaction to interface to detect and parse relevant function and args.
|
2018-06-03 17:10:48 -04:00 |
|
Richard Moore
|
48c07f6ef6
|
Prevent pending filter hashes from returning null.
|
2018-06-03 17:08:25 -04:00 |
|
Richard Moore
|
6737128b84
|
Merge branch 'master' of github.com:ethers-io/ethers.js
|
2018-06-03 16:46:23 -04:00 |
|
Richard Moore
|
63b2eae4f5
|
Increase timeout for signing test cases.
|
2018-06-03 05:02:52 -04:00 |
|
Richard Moore
|
0b34aea23a
|
Increase timeout for signing test cases.
|
2018-06-03 04:59:53 -04:00 |
|
Richard Moore
|
1290fa0073
|
Adding browser/process for now to try fixing Travis CI.
|
2018-06-03 03:16:58 -04:00 |
|
Richard Moore
|
da74e95f88
|
Fixing Travis CI, missing nextTick.
|
2018-06-03 02:42:53 -04:00 |
|
Richard Moore
|
ac82a5cb83
|
Merge branch 'master' of github.com:ethers-io/ethers.js
|
2018-06-03 01:11:49 -04:00 |
|
Richard Moore
|
ba21348c0f
|
Added package-lock.json to fix PhantomJS tests on Travis CI.
|
2018-06-03 01:09:57 -04:00 |
|
Richard Moore
|
a612e1e8fa
|
Added hashMessage to Wallet.
|
2018-05-31 02:13:59 -04:00 |
|
Richard Moore
|
08d3547d4e
|
Updated dist files.
|
2018-05-31 02:13:43 -04:00 |
|
Antoni Kedracki
|
3bf39b3bee
|
Promote getHash into a static method of the Wallet.
|
2018-05-19 17:47:45 +02:00 |
|
Richard Moore
|
417065bad6
|
Added wait to transactions from JsonRpcSigner in sendTransaction (#177).
|
2018-05-15 15:32:32 -04:00 |
|
Richard Moore
|
3cb21dd6c7
|
Added timestamp to EtherscanProvider history (#174).
|
2018-05-14 15:50:25 -04:00 |
|
Richard Moore
|
cebf2aab29
|
Better error messages for contracts.
|
2018-04-16 21:42:17 -04:00 |
|
Richard Moore
|
72bf73f931
|
Updated dist files.
|
2018-04-16 21:31:49 -04:00 |
|
Richard Moore
|
65caec2ea5
|
Fix for Ganache getLogs.
|
2018-04-16 19:15:44 -04:00 |
|
Richard Moore
|
ea7c74d48d
|
Version bump (patch).
|
2018-04-14 17:07:14 -04:00 |
|
Richard Moore
|
86df2306c4
|
Merge branch 'jlindberg-oss-jlindberg-oss-gethistory'
|
2018-04-14 17:06:15 -04:00 |
|
Richard Moore
|
6c12d8f30c
|
Merge branch 'jlindberg-oss-gethistory' of git://github.com/jlindberg-oss/ethers.js into jlindberg-oss-jlindberg-oss-gethistory
|
2018-04-14 17:05:56 -04:00 |
|
Richard Moore
|
e649a22ccf
|
Added basic authentication to JsonRpcProvider.
|
2018-04-14 16:10:26 -04:00 |
|
Richard Moore
|
eddf9de8f9
|
Refactor providers; moved getSigner and listAccounts to JsonRpcProvider from Web3Provider, using errors and added initial IpcProvider.
|
2018-04-13 18:21:48 -04:00 |
|
Richard Moore
|
7e91091cc3
|
Updated dist files.
|
2018-04-12 18:31:02 -04:00 |
|
Richard Moore
|
9745a6ecbc
|
Added arg to SigningKey errors.
|
2018-04-12 18:29:53 -04:00 |
|
Richard Moore
|
3936b15afc
|
Added long chain ID support to parsing.
|
2018-04-12 18:29:22 -04:00 |
|
Richard Moore
|
efb7dce524
|
Added splitSignature and beginning of better error messages.
|
2018-04-12 15:18:11 -04:00 |
|
jlindberg-oss
|
ac4b5d9199
|
handle 0 results from getHistory without error-ing
Similar to getLogs, getHistory seems to return `result.status == 0` when there are no results found.
|
2018-04-07 23:44:59 -04:00 |
|
Richard Moore
|
fdb7114511
|
Version bump (patch).
|
2018-04-05 15:48:46 -04:00 |
|
Richard Moore
|
03f8c1db86
|
Added better errors when calling contracts with incorrect number of arguments.
|
2018-04-05 15:47:34 -04:00 |
|
Richard Moore
|
12b68b0242
|
Added support for arbitrary number of decimals to parseUnits and formatUnits.
|
2018-04-05 15:46:44 -04:00 |
|
Richard Moore
|
28ddf485ed
|
Allow large block difficulty, but set it to null for PoA (#152).
|
2018-04-05 15:31:31 -04:00 |
|
Richard Moore
|
96d420e832
|
Added parsing function outside of results for Interface.
|
2018-03-27 17:34:04 -04:00 |
|
Richard Moore
|
0f98bb5ac5
|
Added some extra checks for Wallet (from reading common mistakes on Stack Exchange).
|
2018-03-27 17:32:23 -04:00 |
|
Richard Moore
|
296473299c
|
Added blockHash to Etherscan getLogs result (#146).
|
2018-03-27 17:19:46 -04:00 |
|
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 |
|