Commit Graph

763 Commits

Author SHA1 Message Date
Richard Moore
01aea705ce admin: updated dist files 2022-05-12 17:30:28 -04:00
Richard Moore
2c3dae0874 Ensure gas estimate errors are not call exceptions in disguise (#2954). 2022-05-12 17:23:13 -04:00
Richard Moore
c6eebf9928 Added optimism to EtherscanProvider (#2968). 2022-05-12 16:38:29 -04:00
Richard Moore
32b7373456 Remove pedantic check for new keyword which broke some platforms for inheritance (#2860, #2861). 2022-05-12 16:16:26 -04:00
Richard Moore
fc1e006575 admin: update dist files 2022-05-01 02:11:22 -04:00
Richard Moore
d9f45b3b9d Added testnets for AnkrProvider (#2949, #2950). 2022-05-01 02:05:22 -04:00
Richard Moore
24bd3281f7 docs: fixed typo in comments (#2662). 2022-04-29 16:04:33 -04:00
Richard Moore
1a5af9b8e2 docs: fixed typo in comment 2022-04-29 15:52:32 -04:00
Richard Moore
24c3caae14 docs: fixed typos (#2834). 2022-04-29 15:44:25 -04:00
Richard Moore
bebd6698c6 Better error coalescing for OpenEthereum nodes (#2846). 2022-04-29 15:42:33 -04:00
Richard Moore
7b299dd9c9 Enforce 32-byte private key length (2926). 2022-04-29 15:32:49 -04:00
Richard Moore
9bf17fa07c Fixed decimal strings as value-type properties for JsonRpcSigner (#2948). 2022-04-29 14:56:10 -04:00
Richard Moore
7a15201786 admin: silent over-zealous GitHub dependabot warning 2022-04-13 21:57:03 -04:00
Richard Moore
7bc9c6b953 admin: updated dist files 2022-04-13 21:54:20 -04:00
Richard Moore
0855d6e9f5 Support new OpenEthereum NONCE_EXPIRED string (#2845, #2846). 2022-04-13 16:51:17 -04:00
Richard Moore
9e57e71dc0 admin: updated dist files. 2022-04-13 00:25:25 -04:00
Richard Moore
dab6ede226 Mimic Hardhard error strings in CALL_EXCEPTION for popular matchers (#2849, #2862). 2022-04-12 23:54:39 -04:00
Richard Moore
056d7c8bfc Fix pocket API key not being passed in for default provider (#2890). 2022-04-12 16:20:32 -04:00
Richard Moore
ef1b28e958 admin: updated dist files 2022-03-25 17:56:35 -04:00
Richard Moore
e192903050 Fixed left-padding in arrayify (#2833). 2022-03-25 17:47:46 -04:00
Richard Moore
9d9b14b952 More robust JSON-RPC error handling for reverted executions (#2603). 2022-03-25 17:40:45 -04:00
Richard Moore
04f7a9f3b7 admin: updated dist files. 2022-03-25 04:32:41 -04:00
Richard Moore
e70f3fe26f Added IPNS support for ENS contenthash. 2022-03-25 03:57:43 -04:00
Richard Moore
ab628c285e admin: updated dist files 2022-03-19 02:59:38 -04:00
Richard Moore
96de58122a Added initial AnkrProvider 2022-03-19 02:45:59 -04:00
Richard Moore
b1c7f5c21a admin: updated dist files. 2022-03-16 01:25:22 -04:00
Richard Moore
905e98aa39 Update test cases for CCIP Read fix (#2478). 2022-03-16 01:20:11 -04:00
Richard Moore
dca0d14d38 admin: updated dist files 2022-03-15 22:04:05 -04:00
Richard Moore
5998fea53d Fix issue with CCIP Read using wrong sender (#2478). 2022-03-15 21:33:06 -04:00
Richard Moore
dfaa8ee7e6 admin: updated dist files 2022-03-09 14:58:07 -05:00
Richard Moore
fa4a29028d Tweaked test case to re-order transaction after event listeners added. 2022-03-09 14:51:48 -05:00
Richard Moore
f46aa75ef1 Fix events getting blocked from fix for missed events (#1798, #1814, #1830, #2274, #2652). 2022-03-09 14:49:37 -05:00
Richard Moore
d160bac273 Ignore errors when resolving ENS resolver properties. 2022-03-09 14:31:16 -05:00
Richard Moore
be518c32ec Enable CCIP Read for ENS resolvers (#2478). 2022-03-09 14:00:23 -05:00
Richard Moore
b8cda5dffd admin: updated dist files 2022-03-09 02:56:08 -05:00
Richard Moore
f67a9a8569 Fix missing events on certain network conditions (#1798, #1814, #1830, #2274, #2652). 2022-03-09 02:08:37 -05:00
Richard Moore
bae215eb7f Added defaultProvider option to omit specific Providers. 2022-03-08 17:21:29 -05:00
Richard Moore
54e6e57fce Add support for pending blocks (#2225). 2022-03-08 17:16:32 -05:00
Richard Moore
38e825cee6 Updated help for errors (#2489). 2022-03-08 14:34:47 -05:00
Richard Moore
16007d4d1e Fixed typo in testcase string. 2022-03-04 16:39:55 -05:00
Richard Moore
ae23bb76a9 Added CCIP support to provider.call (#2478). 2022-03-04 16:15:47 -05:00
Richard Moore
33a029e457 Adjust default maxPriorityFeePerGas to 1.5 gwei. 2022-03-02 11:33:27 -05:00
Richard Moore
c2a6a012bf Fix contracts when name resolution fails without any checks (#2737). 2022-02-24 03:51:53 -05:00
Richard Moore
6807a76b8d Preserve explicit chainId in JsonRpcProvider during transaction serialization (#2691). 2022-02-22 03:53:34 -05:00
Richard Moore
5f26fd55c9 Fixed eth_chainId response for Eip1193Bridge (#2711). 2022-02-22 03:51:37 -05:00
Richard Moore
c562150d26 Tweaked error URLs (#2489). 2022-02-21 14:16:25 -05:00
Richard Moore
4e8f004e9e Remove spurious console.log from Interface (#2714). 2022-02-19 02:29:34 -05:00
Richard Moore
9aac785395 Allow raw WebSocket to be passed into WebSocketProvider (#2562, #2644). 2022-02-19 01:57:45 -05:00
Richard Moore
2d98b4fca1 Added Cloudflare Worker support (#1886). 2022-02-19 01:31:03 -05:00
Richard Moore
f26074b92b Add support for EIP-2098 compact signatures (#2246). 2022-02-18 18:54:00 -05:00