Richard Moore
|
d5815cc4f1
|
Pad position in JSON-RPC getStorageAt calls (#2982).
|
2022-05-14 01:08:35 -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
|
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
|
24bd3281f7
|
docs: fixed typo in comments (#2662).
|
2022-04-29 16:04:33 -04:00 |
|
Richard Moore
|
bebd6698c6
|
Better error coalescing for OpenEthereum nodes (#2846).
|
2022-04-29 15:42:33 -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
|
0855d6e9f5
|
Support new OpenEthereum NONCE_EXPIRED string (#2845, #2846).
|
2022-04-13 16:51:17 -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
|
9d9b14b952
|
More robust JSON-RPC error handling for reverted executions (#2603).
|
2022-03-25 17:40:45 -04:00 |
|
Richard Moore
|
6807a76b8d
|
Preserve explicit chainId in JsonRpcProvider during transaction serialization (#2691).
|
2022-02-22 03:53:34 -05:00 |
|
Richard Moore
|
8947fd405e
|
Use personal_sign instead of eth_sign for message signing with JsonRpcSigner; added _legacySignMessage for legacy support (#1542, #1840).
|
2021-10-16 01:11:53 -04:00 |
|
Richard Moore
|
7274cd06cf
|
Fixed JsonRpcProvider for pre-EIP-2930 chains (#1766).
|
2021-07-29 23:20:56 -04:00 |
|
Richard Moore
|
bc5cc2e7e3
|
Added string change to coalesce errors on some clients.
|
2021-07-23 01:52:43 -04:00 |
|
Richard Moore
|
72feee8f58
|
Fixed explicit EIP-1559 keys for JsonRpcSigner.
|
2021-06-29 11:57:53 -04:00 |
|
Richard Moore
|
1e31b34a5a
|
Fixed ENS names for JsonRpcSigner.
|
2021-06-25 00:02:08 -04:00 |
|
Richard Moore
|
2a7ce0e72a
|
merged master including transaction type 0 legacy constant (#1610).
|
2021-06-24 00:02:50 -04:00 |
|
Richard Moore
|
91951dc825
|
Trap CALL_EXCEPTION errors when resolving ENS entries (#1690).
|
2021-06-21 23:25:37 -04:00 |
|
Richard Moore
|
ee82e86ccc
|
Fixed replacement transaction detection for JsonRpcSigner (#1658).
|
2021-06-10 18:22:02 -04:00 |
|
Richard Moore
|
7a12216cfb
|
Initial EIP-1559 support (#1610).
|
2021-05-30 17:47:04 -04:00 |
|
Richard Moore
|
3316468e3e
|
More aggresively check for mempool transactions sent from JsonRpcSigner.
|
2021-05-13 23:29:59 -04:00 |
|
Richard Moore
|
58488e78f9
|
Fixed JsonRpcProvider event-loop caching when using any network (#1484).
|
2021-04-19 20:56:18 -04:00 |
|
Richard Moore
|
b8df000c8f
|
Added better error detection when pre-EIP-155 transactions are disabled.
|
2021-04-17 18:10:27 -04:00 |
|
Richard Moore
|
1a7c4e89ef
|
Cache JsonRpcProvider requests for certain methods per event loop (#1371).
|
2021-04-02 03:45:47 -04:00 |
|
Richard Moore
|
c47d2eba4d
|
Added EIP-2930 support (#1364).
|
2021-03-26 16:16:56 -04:00 |
|
Richard Moore
|
4a8d579dca
|
Fix for new versions of Geth which return formatted data on revert rather than standard data (#949).
|
2020-11-22 17:43:32 -05:00 |
|
Richard Moore
|
15a90af5be
|
Fix signTypedData call for JsonRpcSigner (#687).
|
2020-10-19 01:17:36 -04:00 |
|
Richard Moore
|
be4e2164e6
|
Initial Signer support for EIP-712 signed typed data (#687).
|
2020-10-18 21:52:25 -04:00 |
|
Richard Moore
|
49f71574f4
|
More robust blockchain error detection (#1047)
|
2020-09-16 02:19:28 -04:00 |
|
Richard Moore
|
bc3eeeca39
|
Better error forwarding from FallbackProvider (#1021).
|
2020-09-11 01:10:15 -04:00 |
|
Richard Moore
|
bbb4f407b3
|
Allow provider.ready to stall until the network is available (#882).
|
2020-06-13 21:26:50 -04:00 |
|
Richard Moore
|
1a89c591c2
|
Allow JsonRpcSigner to override from if it matches Signer (#862).
|
2020-06-03 03:17:42 -04:00 |
|
Richard Moore
|
42dee67187
|
Major Contract refactor for overrides (#819, #845, #847, #860).
|
2020-06-01 04:46:37 -04:00 |
|
Richard Moore
|
963197d70c
|
Fix JsonRpcProvider out-of-order super call (#822).
|
2020-05-08 15:12:02 -04:00 |
|
Richard Moore
|
99ae946476
|
Allow providers to detect their network after instantiation (#814).
|
2020-05-03 17:32:16 -04:00 |
|
Richard Moore
|
56af4413b1
|
Added EIP-1193 support to Web3Provider.
|
2020-04-27 06:15:44 -04:00 |
|
Richard Moore
|
030f65e66c
|
Abstracted JSON-RPC parameter generation for others to use.
|
2020-03-17 14:00:13 -04:00 |
|
Richard Moore
|
117a5dd7ff
|
Added initial WebSocketProvider (#141).
|
2020-03-12 18:53:34 +01:00 |
|
Richard Moore
|
ad27600c69
|
Added JSON-RPC debugging on error responses.
|
2020-02-25 14:51:32 -05:00 |
|
Richard Moore
|
b962b59ab7
|
Updated signature for JsonRpcProvider.send to match EIP-1193.
|
2020-02-10 15:39:38 -05:00 |
|
Richard Moore
|
1ec5804bd4
|
Added support for complex API keys including support for INFURA project secrets (#464, #651, #652).
|
2019-11-19 18:00:05 +09:00 |
|
Richard Moore
|
e1509a6326
|
Migrating providers to modern syntax and scoping (#634).
|
2019-11-01 23:51:08 +09:00 |
|
Richard Moore
|
621313d2a6
|
Added CloudflareProvider (#587).
|
2019-08-21 01:45:06 -04:00 |
|
Richard Moore
|
0b224e8fb5
|
Deprecating errors for logger.
|
2019-08-01 18:04:06 -04:00 |
|
Richard Moore
|
e8f28b55d7
|
More consistent debug events for Providers.
|
2019-08-01 16:13:35 -04:00 |
|
Richard Moore
|
5ba6a616a6
|
Fixed default JsonRpcSigner (#532).
|
2019-05-30 20:18:21 -04:00 |
|
Richard Moore
|
044554b585
|
Track per-provider JSON-RPC ID (#)
|
2019-05-24 15:31:30 -04:00 |
|
Richard Moore
|
8cdda37095
|
Fixed contract events (#404).
|
2019-05-23 18:24:31 -04:00 |
|
Richard Moore
|
2777f5cb4c
|
Initial v5 branch commit.
|
2019-05-14 18:25:46 -04:00 |
|