Commit Graph

36 Commits

Author SHA1 Message Date
Richard Moore
957ccd2eaf
Updated dist files and tests. 2018-08-01 18:05:19 -04:00
Richard Moore
9b885296d0
Major re-factor of the library layout for TypeScript; still up for discussion. 2018-07-30 18:59:52 -04:00
Richard Moore
1d98928475
Updated dist files. 2018-07-26 17:02:32 -04:00
Richard Moore
97b6d8a797
Updated dist files. 2018-07-25 21:20:21 -04:00
Richard Moore
e8c657ba70
Fixed type definitions using absolute path. 2018-07-16 03:59:25 -04:00
Richard Moore
94171f6c57
Updated dist files. 2018-07-16 00:24:50 -04:00
Richard Moore
937194b5ee
Updated dist files. 2018-07-14 17:21:32 -04:00
Richard Moore
979e374270
Added new-style events (removed old-style) to contracts and added filters to contracts and interfaces. 2018-07-12 02:52:43 -04:00
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
18aa885aef
Provider and contract wait return receipts and throw on error status. 2018-06-24 18:41:28 -04:00
Richard Moore
7949444612
Added initial support for EIP838, revert codes (#188). 2018-06-23 01:33:51 -04:00
Richard Moore
ec40c67c50
Added no implicit any for TypeScript checking. 2018-06-22 20:30:50 -04:00
Richard Moore
c83596455b
Updated dist files. 2018-06-22 02:18:19 -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
8c0308dc58
Initial TypeScript migration. 2018-06-13 15:39:39 -04:00
Richard Moore
f779b6e3cc
Fixed named parameters for tuples. 2018-06-05 19:18:41 -04:00
Richard Moore
cebf2aab29
Better error messages for contracts. 2018-04-16 21:42:17 -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
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
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
74c71e6677
Fixed Contract method overrides with updated Interface. 2018-01-28 20:58:56 -05:00
Richard Moore
046a4a4dc0
Fixed new contract features on old platform strict mode. 2017-12-30 01:42:50 -05:00
Richard Moore
2d4fb371c2
Added get functions to the contract event callbacks. 2017-12-29 20:17:00 -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
f6ace914e9
Allow contract overrides for nonce. 2017-12-01 21:58:36 -05:00
Richard Moore
0d106d01af
Added names for nested tuples and fixed topics (now optional) for event parsing. 2017-11-21 19:24:44 -05:00
Richard Moore
d49beb8374
Added connect method and fixed missing provider/signer error. 2017-11-08 21:13:06 -05:00
ricmoo
b69d3de3e3 Contract is now ENS ready. 2017-05-21 20:27:47 -04:00
ricmoo
1531793084 Fixed getDeployTransaction with ABI objects and added support for indexed parameters in event logs. 2017-05-09 21:48:56 -04:00
ricmoo
f772ce111e Renamed "execute" to "functions". Use signer estimateGas if possible. 2017-04-04 17:33:47 -04:00
ricmoo
83d099b37c Fixed constructor calls. 2017-03-08 01:52:53 -05:00
ricmoo
55833fcad0 Added Contract getDeployFunction. 2017-03-01 03:59:46 -05:00
ricmoo
b0f0e8841e Moved to more flexible contract signers. 2017-03-01 02:34:18 -05:00
ricmoo
729170ec97 Added split up contract. 2017-02-24 15:10:28 -05:00