Commit Graph

854 Commits

Author SHA1 Message Date
Richard Moore
4bc62a1e8a
Make it easier for sub-classes of Wallet to manage nonces. 2018-12-14 18:32:48 -05:00
Richard Moore
26eb6cc01a
Updated dist files. 2018-12-12 16:59:25 -05:00
Richard Moore
bcba17a9e7
Allow nonce to be a BigNumber (#228). v4.0.18 2018-12-12 16:56:50 -05:00
Richard Moore
918b66bc2e
Fixed typo in error strings (#376). 2018-12-12 16:31:23 -05:00
Richard Moore
152d672278
Add isHexString to exported utils (#367). 2018-12-12 16:23:39 -05:00
Richard Moore
51fb472809
Add abs method to BigNumber (#375). 2018-12-12 16:10:28 -05:00
Richard Moore
66440b8542
Better error messages for namehash (#364). 2018-12-10 17:02:02 -05:00
Richard Moore
fefdd51084
Updated dist files. 2018-12-08 18:48:53 -05:00
Richard Moore
6ca1d77298
Fixed function name in parsed transactions (#370). v4.0.17 2018-12-08 18:46:29 -05:00
Richard Moore
4f6748ec4c
Include request body in web errors. 2018-12-05 04:19:34 -05:00
Richard Moore
f56fc572f1
Squashed unhandled promise exception for Providers that are never used (#362). 2018-12-05 04:18:47 -05:00
Richard Moore
16fdf6b621
Added gas estimation back into JsonRpcSigner (#365). 2018-12-05 03:32:24 -05:00
Richard Moore
a863037ca3
Updated dist files. v4.0.16 2018-12-04 17:16:42 -05:00
Richard Moore
2d854bd94c
Do not fill in implicit values for JSON-RPC based signers (#335). v4.0.15 2018-12-04 17:13:55 -05:00
Richard Moore
9565c28a91
More relaxed transaction parsing (#357). 2018-12-04 16:31:18 -05:00
Richard Moore
bc457bb3bd
Allow any whitespace characters in human-readable ABI (#360). 2018-12-04 16:14:57 -05:00
Richard Moore
db383a3121
Updated dist files. 2018-11-27 17:32:47 -05:00
Richard Moore
3f76f603d9
Fixed contract proxied tx.wait receipt properties (#355). v4.0.14 2018-11-27 17:32:05 -05:00
Richard Moore
68304848ae
Updated dist files. 2018-11-27 16:03:39 -05:00
Richard Moore
bb6bc4cac3
Check for partially-working normalize support. v4.0.13 2018-11-27 15:59:14 -05:00
Richard Moore
ef8b9c36ef
Support for platforms where UTF-8 is only half broken. 2018-11-27 15:56:50 -05:00
Richard Moore
e6c943d01f
Updated dist files. 2018-11-21 16:24:40 -05:00
Richard Moore
31d3ee899f
Throw exception instead of returning null for getDefaultProvider (#351). 2018-11-21 16:23:44 -05:00
Richard Moore
98143a845b
Updated dist files. 2018-11-20 15:45:47 -05:00
Richard Moore
bffc557be1
Added default provider support for Ethereum classic (#351). v4.0.12 2018-11-20 15:41:12 -05:00
Richard Moore
09208fa8fe
Updated dist files. 2018-11-13 07:50:04 -05:00
Richard Moore
048c571d3d
Fixed 0 confirmation waiting (#346). v4.0.11 2018-11-13 07:48:37 -05:00
Richard Moore
24757f1064
Updated dist files. 2018-11-12 17:27:47 -05:00
Richard Moore
88f2f51266
Fix spacing in checkArgument errors (#318). v4.0.10 2018-11-12 17:22:18 -05:00
Richard Moore
93152ef863
Do not replay block events when the provider event block is reset (#343). 2018-11-12 17:17:43 -05:00
Richard Moore
09b698b0a9
Updated dist files. 2018-11-09 14:42:29 -05:00
Richard Moore
478aaf9619
Force unorm shim when String.prototype.normalize is broken (#338). v4.0.9 2018-11-09 14:36:21 -05:00
Richard Moore
fad902b438
Better error message when normalize is missing. 2018-11-09 14:34:14 -05:00
Richard Moore
7bfaf292db
Added shims for React-Native support. 2018-11-08 18:25:16 -05:00
Richard Moore
be0488a1a0
Updated dist files. v4.0.8 2018-11-08 16:03:33 -05:00
Richard Moore
28a52cd485
Fix for when blockTag is specified as a null equivalent value in contract overrides (#329). v4.0.7 2018-11-08 16:01:48 -05:00
Richard Moore
3a19f43844
Added "debug" event for providers; do not depend on the format as it may change, but this should help debugging in most cases (#320). 2018-11-08 15:59:30 -05:00
Richard Moore
4852e837d2
Fix for Kovan filters without an address (#339). 2018-11-08 15:56:35 -05:00
Richard Moore
fa68385cfe
Updated dist files. 2018-10-14 19:05:38 -04:00
Richard Moore
d54609a458
Fixed lingering polling timer when no events left to process in a provider. v4.0.6 2018-10-14 19:01:53 -04:00
Richard Moore
f682861e0b
Fixed utils.poll from mutating passed variables. 2018-10-14 19:01:09 -04:00
Richard Moore
023a20ff47
Fixed and refactored populating transaction values for signers (#306). 2018-10-14 19:00:15 -04:00
Richard Moore
e39cd84923
Fixed test cases for phantomjs (must use ES3 syntax). 2018-10-13 17:27:19 -04:00
Richard Moore
5020897f10
Updated dist files. 2018-10-13 17:19:07 -04:00
Richard Moore
6ac2d923b7
Fixed filtering with null non-indexed parameters (#305). v4.0.5 2018-10-13 17:17:02 -04:00
Richard Moore
6996dd86f4
Updated dist files. 2018-10-11 16:50:52 -04:00
Richard Moore
493273d698
Added optional blockTag to call; note that this may not behave as expected on all nodes (#226). v4.0.4 2018-10-11 16:03:18 -04:00
Richard Moore
84344ac4c2
Check all transaction parameters are valid; protect against typos (#299). 2018-10-11 15:16:31 -04:00
Richard Moore
9b118af304
Updated dist files. 2018-10-07 01:13:10 -04:00
Richard Moore
e39e2ed718
Added address to HDNode (#196). v4.0.3 2018-10-07 01:09:56 -04:00