Richard Moore
|
962f75038b
|
Skip dist checks for node 6 to fix Travis CI.
|
2018-08-27 14:04:21 +02:00 |
|
Richard Moore
|
ea5a56f0f0
|
Updated dist files.
|
2018-08-27 13:42:26 +02:00 |
|
Richard Moore
|
afae5cd2f9
|
Block calling contract methods until it deployed, if it is pending deployment.
|
2018-08-27 13:38:48 +02:00 |
|
Richard Moore
|
280dc56a74
|
Removing address from JsonRpcSigner and cache address (#263).
|
2018-08-27 13:27:59 +02:00 |
|
Richard Moore
|
2b9d8d6d6a
|
Silence warning for external keyword in human-readable ABI.
|
2018-08-27 13:27:03 +02:00 |
|
Richard Moore
|
2d35e5e9d7
|
Fixed test cases for finney units.
|
2018-08-21 13:23:11 +02:00 |
|
Richard Moore
|
102a4e8bf4
|
Added tests for utf-8 errors.
|
2018-08-21 13:14:37 +02:00 |
|
Richard Moore
|
ce837e307e
|
Fixed test DRNG.
|
2018-08-21 13:14:21 +02:00 |
|
Richard Moore
|
810e9e743e
|
Updated dist files.
|
2018-08-21 13:13:52 +02:00 |
|
Richard Moore
|
e092746165
|
Removed jsonCopy and added deepCopy instead (#261).
|
2018-08-21 13:11:44 +02:00 |
|
Richard Moore
|
388b658bfa
|
Invalid utf-8 strings now fail by default.
|
2018-08-21 13:08:28 +02:00 |
|
Richard Moore
|
0358e8afb7
|
Fixed typo in units for finney (#259).
|
2018-08-21 13:01:55 +02:00 |
|
Richard Moore
|
2b88efea65
|
Updated dist files.
|
2018-08-13 17:01:44 +01:00 |
|
Richard Moore
|
f4c3073304
|
Removed BigNumber and AbiCoder objects from utils and exposed them at the root.
|
2018-08-13 16:58:19 +01:00 |
|
Richard Moore
|
e4d5786861
|
Fixed isType for null values.
|
2018-08-13 16:56:59 +01:00 |
|
Richard Moore
|
46a55a1d99
|
Removing old dead code.
|
2018-08-13 16:56:20 +01:00 |
|
Richard Moore
|
2c1022cde1
|
Removed timeout from wait so we can use confirmations in the future instead and remain backwards compatible.
|
2018-08-13 16:54:32 +01:00 |
|
Richard Moore
|
f9723c42cb
|
Re-use shallowCopy.
|
2018-08-13 16:52:35 +01:00 |
|
Richard Moore
|
3635a9bb40
|
Fixed custom network chain ID check.
|
2018-08-13 16:50:47 +01:00 |
|
Richard Moore
|
9e0bfa733b
|
Updated dist files.
|
2018-08-05 18:35:26 -04:00 |
|
Richard Moore
|
a80a8a8ced
|
Fixed miscalculating estimated fees for payable functions.
|
2018-08-05 18:35:00 -04:00 |
|
Richard Moore
|
b44a80800c
|
Removed dead dist files.
|
2018-08-05 18:31:22 -04:00 |
|
Richard Moore
|
e3b04bb3fc
|
Updated dist files.
|
2018-08-04 19:40:06 -04:00 |
|
Richard Moore
|
fcee62a3d9
|
Fixed parseSignature with empty parameter lists.
|
2018-08-04 19:34:30 -04:00 |
|
Richard Moore
|
7f1fbfc203
|
Make wallet.encrypt options optional.
|
2018-08-04 19:33:51 -04:00 |
|
Richard Moore
|
4f63b82bbb
|
Updated dist files.
|
2018-08-03 15:26:01 -04:00 |
|
Richard Moore
|
f63c844c42
|
Added support for getting JsonRpcSigner by index and fixed gas limit in sendTransaction.
|
2018-08-03 15:22:28 -04:00 |
|
Richard Moore
|
694c0b3f7d
|
Added test case to check build for TypeScript host-path mayhem.
|
2018-08-02 21:36:13 -04:00 |
|
Richard Moore
|
1c45840148
|
Updated dist files.
|
2018-08-02 21:35:39 -04:00 |
|
Richard Moore
|
421b2c857b
|
Fixing TypeScript compiler using host paths for resolving constants.
|
2018-08-02 21:34:10 -04:00 |
|
Richard Moore
|
bacf42a22f
|
Updated dist files.
|
2018-08-02 20:43:09 -04:00 |
|
Richard Moore
|
5c8703fb30
|
Restructuring for TypeScript.
|
2018-08-02 20:30:44 -04:00 |
|
Richard Moore
|
30a84d8577
|
Fixing long-output-delay issue on Travis CI.
|
2018-08-02 17:56:50 -04:00 |
|
Richard Moore
|
3198bc27fd
|
Updated dist files.
|
2018-08-02 17:15:11 -04:00 |
|
Richard Moore
|
c7555516ff
|
Using the Vyper-style gas limits sans the base cost.
|
2018-08-02 17:14:06 -04:00 |
|
Richard Moore
|
3cd0e8bf88
|
New custom Mocha reporter so Travis CI output is browser friendly.
|
2018-08-02 17:10:38 -04:00 |
|
Richard Moore
|
957ccd2eaf
|
Updated dist files and tests.
|
2018-08-01 18:05:19 -04:00 |
|
Richard Moore
|
558ef2c00d
|
Updated ethers exported structure.
|
2018-08-01 17:35:23 -04:00 |
|
Richard Moore
|
b73a964bac
|
Moved type to enum for hmac SupportedAlgorithms.
|
2018-08-01 17:33:23 -04:00 |
|
Richard Moore
|
3e091a2938
|
Added Vyper-style gas ABI support.
|
2018-08-01 17:24:11 -04:00 |
|
Richard Moore
|
cb6d18035f
|
Added error code detection for sendTransaction.
|
2018-08-01 17:02:27 -04:00 |
|
Richard Moore
|
4b15229832
|
Calculate estimated gasLimit for JsonRpcProvider.
|
2018-08-01 15:47:02 -04:00 |
|
Richard Moore
|
f0dfa50848
|
Adding node 8 back into tests.
|
2018-07-30 23:15:53 -04:00 |
|
Richard Moore
|
22f007498d
|
Updated dist files.
|
2018-07-30 23:15:36 -04:00 |
|
Richard Moore
|
cc6f658ef1
|
Added support for Web3 v1.0 providers.
|
2018-07-30 23:14:07 -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
|
c6c5ba0118
|
Updated dist files.
|
2018-07-27 17:02:46 -04:00 |
|
Richard Moore
|
a966a60656
|
Changed constant name for consistency.
|
2018-07-27 03:46:38 -04:00 |
|
Richard Moore
|
d05da1e487
|
Added transactionHash to error for consistency.
|
2018-07-27 03:45:11 -04:00 |
|
Richard Moore
|
294d0fda61
|
Added longer timeout for basic authentication test.
|
2018-07-26 18:19:26 -04:00 |
|