Richard Moore
|
18aa885aef
|
Provider and contract wait return receipts and throw on error status.
|
2018-06-24 18:41:28 -04:00 |
|
Richard Moore
|
ec40c67c50
|
Added no implicit any for TypeScript checking.
|
2018-06-22 20:30:50 -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
|
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
|
cebf2aab29
|
Better error messages for contracts.
|
2018-04-16 21:42:17 -04:00 |
|
Richard Moore
|
96d420e832
|
Added parsing function outside of results for Interface.
|
2018-03-27 17:34:04 -04: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
|
eddf93b200
|
Added named parameters to tuple encoding.
|
2018-01-10 19:20:18 -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
|
0d106d01af
|
Added names for nested tuples and fixed topics (now optional) for event parsing.
|
2017-11-21 19:24:44 -05:00 |
|
Richard Moore
|
fe3ac0e94d
|
Added ABI v2 coder to Interface (still experimental in Solidity though).
|
2017-11-06 19:35:18 -05:00 |
|
Richard Moore
|
fb65772dd6
|
Added sighash and signature the Interface function properties.
|
2017-10-27 00:24:59 -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
|
d686374e05
|
Make safe integers into JavaScript numbers. Added more detail error messages. Prevent contracts from hijacking "functions" and "events".
|
2017-04-04 17:32:04 -04:00 |
|
ricmoo
|
637a6d7f40
|
Better checks for trying to call contract methods with weird options.
|
2017-03-08 01:52:23 -05:00 |
|
ricmoo
|
a073968597
|
Added constructor and simplified interface.
|
2017-03-01 02:33:29 -05:00 |
|
ricmoo
|
729170ec97
|
Added split up contract.
|
2017-02-24 15:10:28 -05:00 |
|