Commit Graph

77 Commits

Author SHA1 Message Date
Richard Moore
b712c88088
Updated dist files. 2018-07-17 15:36:14 -04:00
Richard Moore
28927a6f1a
Updated dist files. 2018-07-17 02:07:36 -04:00
Richard Moore
d19df0dcae
Updated dist files. 2018-07-17 01:46:27 -04:00
Richard Moore
922de67a8b
Updated dist files. 2018-07-16 04:00:56 -04:00
Richard Moore
e8c657ba70
Fixed type definitions using absolute path. 2018-07-16 03:59:25 -04:00
Richard Moore
0f9d0ef533
Updated dist files. 2018-07-16 00:55:34 -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
3f9f0e02e5
Updated dist files. 2018-07-12 20:14:04 -04:00
Richard Moore
ac4211d0c6
Added common constants to utils. 2018-07-12 02:44:45 -04:00
Richard Moore
ee0faba708
Fixed ABI coder for no-name indexed parameters in events. 2018-07-12 02:43:55 -04:00
Richard Moore
e5d5871b95
Better transaction serializing API. 2018-07-12 02:42:46 -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
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
18aa885aef
Provider and contract wait return receipts and throw on error status. 2018-06-24 18:41:28 -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
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
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
8c0308dc58
Initial TypeScript migration. 2018-06-13 15:39:39 -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
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
cebf2aab29
Better error messages for contracts. 2018-04-16 21:42:17 -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
efb7dce524
Added splitSignature and beginning of better error messages. 2018-04-12 15:18:11 -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
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
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
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
6ade579542
Added bool support to Solidity-style hash functions (#113). 2018-02-03 20:31:50 -05:00
Richard Moore
bb24fce859
Added strict mode to properties. 2018-01-26 17:44:54 -05:00
Richard Moore
e778ab6f30
Added general unit conversion to utils/units. 2018-01-09 18:25:44 -05:00
Richard Moore
8129f0cb8b
Added tightly packed (aka non-standard packed) Solidity hash functions. 2017-11-23 02:11:08 -05:00
Richard Moore
b06002a2a8
Support for negative hexidecimal BigNumber. 2017-11-23 01:37:58 -05:00
Richard Moore
03c10086e7
Expose BigNumber object for TypeScript. 2017-11-19 22:25:41 -05:00
Richard Moore
a9bc2b5ea8
Fixed slice for limited environments in HD and PBKDF2. 2017-11-08 22:38:11 -05:00
Richard Moore
04f0a33489
Added slice and missing Math libraries for limited environments. 2017-11-08 20:19:41 -05:00
Richard Moore
255b7e0a0f
Version bump (patch) for utils. 2017-11-07 18:15:11 -05:00
Richard Moore
ccffc46f67
Added pow to BigNumber. 2017-11-05 13:40:54 -05:00
Richard Moore
a5df551689 Version bump (patch) for utils. 2017-10-20 15:16:18 -04:00
Richard Moore
ea6177d19e Updating some links in utils README. 2017-10-20 15:14:14 -04:00
Richard Moore
5c776a83ff Removed chatty library (See issue #36). 2017-10-20 15:13:29 -04:00