Richard Moore
|
4514229f27
|
Added eslint for promises. (#189)
|
2018-07-03 16:44:05 -04:00 |
|
Richard Moore
|
7ac8cb63c8
|
Use block polling rather than exponential backoff when possible. Added transactionHash to errors on failed transactions.
|
2018-07-03 15:48:37 -04:00 |
|
Richard Moore
|
b1d026b800
|
Added deployed to contract and abstracted polling into web.
|
2018-06-30 23:05:22 -04:00 |
|
Richard Moore
|
6faa978767
|
Fixes for handling weird TestRPC behaviour.
|
2018-06-26 18:59:22 -04:00 |
|
Richard Moore
|
0b35f1959a
|
Fixed JsonRpcSigner for promises and made address optional again.
|
2018-06-26 17:49:54 -04:00 |
|
Richard Moore
|
8fe19de3ce
|
Added support for unsigned transactions.
|
2018-06-25 21:02:20 -04:00 |
|
Richard Moore
|
fcd57f9756
|
Added formatParamType and formatSignature.
|
2018-06-24 20:32:14 -04:00 |
|
Richard Moore
|
c348c60d5c
|
Skip null values (not just undefined) when resolving ENS names.
|
2018-06-24 18:56:45 -04:00 |
|
Richard Moore
|
1d2fe8993b
|
Populate from in estimateGas for determining gas limit.
|
2018-06-24 18:47:36 -04:00 |
|
Richard Moore
|
18aa885aef
|
Provider and contract wait return receipts and throw on error status.
|
2018-06-24 18:41:28 -04:00 |
|
Richard Moore
|
a693576941
|
Updated dist files for wordlists.
|
2018-06-24 05:34:57 -04:00 |
|
Richard Moore
|
5c0475ce8c
|
Added version to TypeScript library output.
|
2018-06-24 05:31:24 -04:00 |
|
Richard Moore
|
bd4ca0d4d3
|
Fixed TypeScript definition file generation.
|
2018-06-24 04:03:21 -04:00 |
|
Richard Moore
|
7949444612
|
Added initial support for EIP838, revert codes (#188).
|
2018-06-23 01:33:51 -04:00 |
|
Richard Moore
|
cf16b0ffa9
|
Typo in demo wallet.
|
2018-06-23 01:30:59 -04:00 |
|
Richard Moore
|
ec40c67c50
|
Added no implicit any for TypeScript checking.
|
2018-06-22 20:30:50 -04:00 |
|
Richard Moore
|
c4edd957b4
|
Updated dist files.
|
2018-06-22 03:10:59 -04:00 |
|
Richard Moore
|
c83596455b
|
Updated dist files.
|
2018-06-22 02:18:19 -04:00 |
|
Richard Moore
|
41a91c3c2d
|
Fixed encrypted JSON wallets in demo wallet.
|
2018-06-22 02:15:47 -04:00 |
|
Richard Moore
|
6abab3b974
|
Moved demo wallet to dist.
|
2018-06-21 21:01:29 -04:00 |
|
Richard Moore
|
edbf8e319c
|
Fixed resovleProperties not resolving properties.
|
2018-06-21 20:41:09 -04:00 |
|
Richard Moore
|
28cd3cace2
|
Moved TypeScript generation to match library layout for easier importing sub-components.
|
2018-06-21 20:24:30 -04:00 |
|
Richard Moore
|
4fd35224b3
|
Updated readme and dist files.
|
2018-06-20 21:14:56 -04:00 |
|
Richard Moore
|
2a111ab6ce
|
Added mnemonic language support for Chinese, Italian, Japanese and Korean.
|
2018-06-20 20:29:54 -04:00 |
|
Richard Moore
|
5b18a63ebc
|
Use node crypto in node environments.
|
2018-06-19 02:12:57 -04:00 |
|
Richard Moore
|
5da4917c27
|
Refactoring.
|
2018-06-18 05:42:41 -04:00 |
|
Richard Moore
|
c1b24e818c
|
Renamed convert to bytes.
|
2018-06-17 16:47:28 -04:00 |
|
Richard Moore
|
af893e79a4
|
Refectoring; split getAddress, expose transactions, hex operations.
|
2018-06-17 16:32:57 -04:00 |
|
Richard Moore
|
efbfed0d40
|
Refactor API.
|
2018-06-15 04:18:17 -04:00 |
|
Richard Moore
|
7391cf8d19
|
Added consolidated definition file.
|
2018-06-14 05:38:37 -04:00 |
|
Richard Moore
|
be7a128bf4
|
Renaming files.
|
2018-06-14 02:55:44 -04:00 |
|
Richard Moore
|
4df78764a2
|
Updates phantomjs test cases for gulp and TypeScript dist files.
|
2018-06-14 02:25:56 -04:00 |
|
Richard Moore
|
6a8ca9c318
|
Correctly transform uint to uint256 and int to int256 for signatures.
|
2018-06-06 20:48:45 -04:00 |
|
Richard Moore
|
884593ab76
|
Updated dist files.
|
2018-06-05 19:40:28 -04:00 |
|
Richard Moore
|
62e51861b8
|
Added more flexible ABI coder.
|
2018-06-03 20:50:21 -04:00 |
|
Richard Moore
|
08d3547d4e
|
Updated dist files.
|
2018-05-31 02:13:43 -04: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
|
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
|
fdb7114511
|
Version bump (patch).
|
2018-04-05 15:48:46 -04:00 |
|
Richard Moore
|
46fd2deb8b
|
Added pollingInterval to provider. (#132)
|
2018-03-15 16:03:20 -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
|
3cdb6aad25
|
Refactored checkBlockTag.
|
2018-03-05 02:52:53 -05:00 |
|
Richard Moore
|
8a26f38579
|
Trying node 8 tests again.
|
2018-03-05 01:55:20 -05:00 |
|
Richard Moore
|
96abf66333
|
Updated dist files and fixed phantomjs dependency on them.
|
2018-03-04 21:17:16 -05:00 |
|