Commit Graph

395 Commits

Author SHA1 Message Date
Richard Moore
f8f11c754a Use provider-specified suggested priority fee when available, otherwise fallback onto existing logic of 1 gwei (#4463). 2023-11-27 06:04:52 -05:00
Richard Moore
4681b83d51 Add auto-detected static network support to providers and allow customizing socket provider options (#4199, #4418, #4441). 2023-11-27 05:23:10 -05:00
Richard Moore
9e74d14432 Added Base network to AlchemyProvider (#4384). 2023-11-25 17:52:15 -05:00
Richard Moore
2b67488151 Fixed ParamType formatting causing bad tuple full and minimal ABI output (#4329, #4479). 2023-11-25 17:46:30 -05:00
Richard Moore
da34e3569e Account for provider config weight when kicking off a request in FallbackProvider (#4298). 2023-11-23 21:26:26 -05:00
Richard Moore
e2485b8ef9 More robust FallbackProvider broadcast (#4186, #4297, #4442). 2023-11-16 20:39:21 -05:00
Richard Moore
93fb138809 admin: style fix (#4356) 2023-11-11 18:48:30 -05:00
Richard Moore
a92766e56a Added safe and finalized provider events (#3921). 2023-11-11 18:41:40 -05:00
Richard Moore
ee79d7d005 admin: added diff scripts for build page 2023-11-11 17:58:48 -05:00
Richard Moore
aff7addfd9 docs: fixed typo in jsdocs for Wallet.createRandom (#4461) 2023-11-10 23:00:50 -05:00
Richard Moore
1c71ec6df6 docs: fixed jsdocs for signMessage (#4314) 2023-11-02 14:48:45 -04:00
Richard Moore
168518f1cb docs: fixed typos in Fetch jsdocs (#4355) 2023-11-02 14:44:53 -04:00
Richard Moore
22b7a2c111 docs: fixed typo in jsdocs (#4417) 2023-11-02 14:33:28 -04:00
Richard Moore
5d62591796 docs: fixed typos in jsdocs (#4421). 2023-11-02 14:32:39 -04:00
Richard Moore
5431723ec3 admin: updated dist files 2023-11-01 16:17:49 -04:00
Richard Moore
8fed2f8476 Fixed typo in error description when converting values to arrays (#4427, #4446). 2023-11-01 16:04:27 -04:00
Richard Moore
73adb393e8 docs: fixed typo in jsdocs (#4391). 2023-11-01 15:58:07 -04:00
Richard Moore
2e0bd90744 Fix invalid token nonpayable being included in formatted constructor (#4412). 2023-11-01 15:56:47 -04:00
Richard Moore
1da50ae286 Add ENS support for Sepolia (#4422). 2023-11-01 15:55:05 -04:00
Richard Moore
125ff1189b Replicated former ENS normalize behaviour for empty strings and update namehash testcases. 2023-10-10 22:22:55 -04:00
Richard Moore
3644140861 admin: updated dist files 2023-10-09 20:27:56 -04:00
Richard Moore
d6a8c14d90 Initial shortMessage support for errors (#4241). 2023-10-09 20:20:32 -04:00
Richard Moore
2616f4c30c Fixed resolving ENS addresses used as from parameters (#3961). 2023-10-09 19:34:58 -04:00
Richard Moore
cd5f0fe03f Merge branch 'v5.8-progress' 2023-10-09 18:36:46 -04:00
Richard Moore
9a4b753445 Allow more loose input format for RLP encoder (#4402). 2023-10-09 18:35:44 -04:00
Richard Moore
0c9c23b02d docs: added docs to getDefaultProvider; fixes search in Flatworm (#4254). 2023-09-27 18:27:24 -04:00
Richard Moore
b27faa02ac Update to latest noble crypto libraries (#3975). 2023-09-13 03:27:40 -04:00
Richard Moore
9541f2f70c More robust configuration options for FetchRequest getUrl functions (#4353). 2023-09-13 02:54:03 -04:00
Richard Moore
c7f8abefa4 docs: fix typo in jsdocs 2023-09-12 21:28:45 -04:00
Richard Moore
dcea9b3536 Ignore blockTag when calling Etherscan if it is the default block tag. 2023-09-12 21:28:14 -04:00
Richard Moore
bc6cfbf2cc docs: added info on transaction order within a block and commify migration info (#4343, #4352) 2023-09-12 21:25:59 -04:00
Richard Moore
7d4173049e Prevent destroyed providers from emitting network detection errors. 2023-08-15 03:07:03 -04:00
Richard Moore
30d3d6ee32 admin: updated dist files 2023-08-15 00:58:04 -04:00
Richard Moore
203dfc33b9 Fixed VSCode lint vs tsc discrepency (#4153, #4156, #4158, #4159). 2023-08-14 20:05:38 -04:00
Richard Moore
4eb84da865 Fix VSCode reported lint issues (#4153, #4156, #4158, #4159). 2023-08-14 20:00:45 -04:00
Richard Moore
2710077bea docs: add title for socket providers section 2023-08-14 19:34:41 -04:00
Richard Moore
0df3ab9313 Add gasPrice to Polygon feeData for type 0 and type 1 legacy transactions (#4315). 2023-08-14 19:34:01 -04:00
Richard Moore
b4fb1a166d docs: fixed typo in error message (#4306) 2023-08-10 14:20:41 -04:00
Richard Moore
dfe1eefd03 docs: better align jsdocs with parameter names (#4292) 2023-08-10 14:19:23 -04:00
Richard Moore
6fda150426 docs: fixed typo (discord) 2023-08-08 23:36:21 -04:00
Richard Moore
e45bc77cd9 tests: add faucet address to output for refilling 2023-08-02 23:51:09 -04:00
Richard Moore
c3971ab428 docs: updated jsdocs for flatworm generation 2023-08-02 23:48:42 -04:00
Richard Moore
25fef4f8d7 Fixed receipt wait not throwing on reverted transactions. 2023-08-02 19:07:50 -04:00
Richard Moore
ff80b04f31 Added custom priority fee to Optimism chain (via telegram). 2023-08-02 18:37:54 -04:00
Richard Moore
f3c46f2299 Add context to Logs that fail decoding due to ABI issues to help debugging. 2023-08-02 18:29:50 -04:00
Richard Moore
d32f81b3c3 Merge branch 'main' into v6.7.0-progress 2023-07-29 02:37:03 -04:00
Richard Moore
17969fe416 admin: updated dist files 2023-07-28 14:50:56 -04:00
Richard Moore
0dca645632 Prevent malformed logs from preventing other logs being decoded (#4275). 2023-07-28 14:48:55 -04:00
Richard Moore
3a52201fe2 Allow visibility on human-readable constructors (via telegram). 2023-07-28 14:14:23 -04:00
Richard Moore
b5724e4713 admin: updated dist files 2023-07-28 01:14:37 -04:00