Richard Moore
|
7a12216cfb
|
Initial EIP-1559 support (#1610).
|
2021-05-30 17:47:04 -04:00 |
|
Richard Moore
|
8077ce0aae
|
Updated dist files.
|
2021-05-19 00:05:36 -04:00 |
|
Richard Moore
|
2fe78ad7e3
|
ci: Removing Pocket network from the default provider and tests as it is not currently reliable
|
2021-05-19 00:00:10 -04:00 |
|
Richard Moore
|
5f1f2c5e2c
|
Updated dist files
|
2021-05-18 16:02:27 -04:00 |
|
Richard Moore
|
621897f249
|
More resiliant testing.
|
2021-05-18 15:52:32 -04:00 |
|
Richard Moore
|
dad3829c2e
|
Updated dist files.
|
2021-05-17 16:19:36 -04:00 |
|
Richard Moore
|
3316468e3e
|
More aggresively check for mempool transactions sent from JsonRpcSigner.
|
2021-05-13 23:29:59 -04:00 |
|
Richard Moore
|
5144acf456
|
Added initial support for detecting replacement transactions (#1477).
|
2021-05-13 23:28:47 -04:00 |
|
Richard Moore
|
aadc5cd3d6
|
Added convenience method for HD path derivation.
|
2021-05-13 23:02:00 -04:00 |
|
Richard Moore
|
6e088099ad
|
Added mnemonicPath option to cli.
|
2021-05-13 22:59:16 -04:00 |
|
Richard Moore
|
b6370f1360
|
Added some popular Ethereum-compatible chains to networks.
|
2021-05-13 22:58:16 -04:00 |
|
Richard Moore
|
26464c5425
|
Added debug event to Web3Provider.
|
2021-05-13 22:27:13 -04:00 |
|
Richard Moore
|
37a9c77ab2
|
Abstracted EtherscanProivder to more easily fascilitate other Etherscan-supported chains (#1204, #1473).
|
2021-05-07 00:31:15 -04:00 |
|
Richard Moore
|
483d67f55c
|
Added EIP-838 error name as well as error signature (#1498).
|
2021-04-26 17:46:16 -04:00 |
|
Richard Moore
|
987bec87af
|
Added new error for replaced transactions (#1477).
|
2021-04-26 12:06:37 -04:00 |
|
Richard Moore
|
a9cdbe1238
|
More flexible FixedNumber input and output for strings with no decimals (#1019, #1291, #1463).
|
2021-04-23 18:41:00 -04:00 |
|
Richard Moore
|
4e9abfdee4
|
Added hex support for bigint (#1472).
|
2021-04-23 17:44:22 -04:00 |
|
Richard Moore
|
3bb5fbf533
|
Added support for null entries in EventFilter (#1499).
|
2021-04-23 17:43:27 -04:00 |
|
Richard Moore
|
cadccc3060
|
Add bigint to allowed BigNumberish types (#1472).
|
2021-04-22 22:34:06 -04:00 |
|
Richard Moore
|
65196097f6
|
Support for EIP-838 custom contract errors (#1498).
|
2021-04-22 22:29:30 -04:00 |
|
Richard Moore
|
8e22e0260e
|
Minor version bump.
|
2021-04-22 22:10:56 -04:00 |
|
Richard Moore
|
a9f7957550
|
Updated dist files.
|
2021-04-22 06:34:02 -04:00 |
|
Richard Moore
|
bd05aed070
|
Do not throw on ABI _error_ type (#1493, #1497).
|
2021-04-22 06:26:56 -04:00 |
|
Richard Moore
|
ce8f1e4015
|
Updated dist files.
|
2021-04-19 21:30:28 -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
|
29116593ba
|
Updated experimental Eip1193Bridge to support final EIP-1193 API.
|
2021-04-19 20:52:50 -04:00 |
|
Richard Moore
|
51f0e1a52f
|
Fail early for ABI decoding that will obviously run out of data (#1486).
|
2021-04-19 20:26:05 -04:00 |
|
Richard Moore
|
c086962302
|
Fixed BigNumber toBigInt return type (#1485).
|
2021-04-19 20:09:39 -04:00 |
|
Richard Moore
|
c0daf437f7
|
Updated dist files.
|
2021-04-18 19:33:26 -04:00 |
|
Richard Moore
|
8eaeba35f5
|
Increase provider tests gas price for sending a transaction.
|
2021-04-18 19:26:39 -04:00 |
|
Richard Moore
|
4a44865a8c
|
Fixed run-checking non-filter Contract events (#1458).
|
2021-04-18 19:23:27 -04:00 |
|
Richard Moore
|
725fe0aa32
|
Updated dist files.
|
2021-04-18 02:48:05 -04:00 |
|
Richard Moore
|
08adc18a68
|
Increased sendTransaction timeout to 15 minutes and pull Pocket from tx tests.
|
2021-04-18 02:42:20 -04:00 |
|
Richard Moore
|
1fcf4b6ce6
|
Export Eip1193Bridge in experimental package.
|
2021-04-18 02:40:26 -04:00 |
|
Richard Moore
|
0cd5fccfad
|
Updated dist files.
|
2021-04-17 22:41:09 -04:00 |
|
Richard Moore
|
4577444c44
|
Prevent non-typed transactions from unsafely ignoring specified access lists (#1364).
|
2021-04-17 22:35:40 -04:00 |
|
Richard Moore
|
1cb3199e5c
|
Update tests for current EIP-2930 support across backends (#1364).
|
2021-04-17 22:23:18 -04:00 |
|
Richard Moore
|
ae0d5eb7c2
|
Removed underscore from the JsonRpcBatchProvider name (#62, #656, #892).
|
2021-04-17 18:12:08 -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
|
eb1ec2f231
|
Fix Android React Native environment shims which crash on normalizing Korean test (#1298).
|
2021-04-17 18:08:00 -04:00 |
|
Richard Moore
|
b65508995c
|
Fixed EIP-2930 transactions for EtherscanProvider (#1364).
|
2021-04-14 15:04:24 -04:00 |
|
Richard Moore
|
bec066bcb5
|
Re-enable AlchemyProvider Berlin tests.
|
2021-04-02 19:10:16 -04:00 |
|
Richard Moore
|
d55ab6d4e6
|
Added experimental _JsonRpcBatchProvider (#62, #656, #892).
|
2021-04-02 03:53:48 -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
|
3b1d3fcee6
|
Update dist files.
|
2021-03-30 15:22:45 -04:00 |
|
Richard Moore
|
81fd628292
|
Added BigNumber.toBigInt method (#1415).
|
2021-03-30 14:28:43 -04:00 |
|
Richard Moore
|
87ceaed4be
|
Abstracted Contract with BaseContract without meta-class properties for easier extensions (#1384).
|
2021-03-26 17:32:36 -04:00 |
|
Richard Moore
|
0e1721b130
|
Fixed Contract properties that collide with null member properties (#1393).
|
2021-03-26 16:37:08 -04:00 |
|
Richard Moore
|
c47d2eba4d
|
Added EIP-2930 support (#1364).
|
2021-03-26 16:16:56 -04:00 |
|
Richard Moore
|
1db4ce12d4
|
Added abstraction for EIP-2718 support.
|
2021-03-09 15:26:20 -05:00 |
|
Richard Moore
|
6c43e20e7a
|
Updated dist files.
|
2021-03-07 18:24:04 -05:00 |
|
Richard Moore
|
b2ecffb0c8
|
Bumped TypeScript to 4.2.2 (#1288).
|
2021-03-07 18:12:39 -05:00 |
|
Richard Moore
|
a953f71752
|
Fixed shims from not displaying debug information.
|
2021-03-07 17:37:49 -05:00 |
|
Richard Moore
|
c5a53d6911
|
Force TypedData numbers to be in decimal (#1193).
|
2021-02-25 00:46:10 -05:00 |
|
Richard Moore
|
bcda16df1d
|
Updated dist files.
|
2021-02-12 19:06:01 -05:00 |
|
Richard Moore
|
d937668dc1
|
Prevent unhandled rejections when passing nullish into Contract constructor (#1234).
|
2021-02-12 18:58:28 -05:00 |
|
Richard Moore
|
8279120e0a
|
Better error messaging when provider backends give bogus responses (#1243).
|
2021-02-12 18:52:44 -05:00 |
|
Richard Moore
|
243beffa4f
|
Prevent unconfigured ENS names from making an init tx (#1290).
|
2021-02-12 18:25:25 -05:00 |
|
Richard Moore
|
80cde06bcc
|
Updated dist files
|
2021-02-08 15:24:45 -05:00 |
|
Richard Moore
|
73e94349de
|
When in Status trigger personal_sign instead of eth_sign (#1285).
|
2021-02-08 14:46:04 -05:00 |
|
Richard Moore
|
796954f880
|
Bump elliptic version for CVE-2020-28498 (#1284).
|
2021-02-08 14:38:24 -05:00 |
|
Richard Moore
|
2333b6cfd2
|
Updated dist files.
|
2021-02-03 14:44:48 -05:00 |
|
Richard Moore
|
73b31b371f
|
Fixed typos in JSON ABI formatting (#1275).
|
2021-02-03 14:26:10 -05:00 |
|
Richard Moore
|
fd0cf2cc54
|
Updated dist files.
|
2021-02-02 17:32:11 -05:00 |
|
Richard Moore
|
27a981c84b
|
Added load balancer support to PocketProvider (#1052).
|
2021-02-02 17:05:47 -05:00 |
|
Richard Moore
|
29be1e37bc
|
Updated dist files.
|
2021-02-01 15:56:47 -05:00 |
|
Richard Moore
|
e727efc33e
|
Added support for networks with slightly incorrect EIP-658 implementations (#952, #1251).
|
2021-02-01 15:50:27 -05:00 |
|
Richard Moore
|
4af2c19f45
|
Added Pocket network to the default provider (#1030, #1052).
|
2021-02-01 14:40:02 -05:00 |
|
Richard Moore
|
4f67ecdf62
|
Updated dist files.
|
2021-01-31 21:12:58 -05:00 |
|
Richard Moore
|
3396846a30
|
Added TypeScript declaration maps (#401).
|
2021-01-19 05:22:54 -05:00 |
|
Richard Moore
|
5c27b45ac9
|
Updated dist files.
|
2021-01-13 14:49:25 -05:00 |
|
Richard Moore
|
20f6e16394
|
Better provider internal block management (#1084, #1208, #1221, #1235).
|
2021-01-13 14:42:15 -05:00 |
|
Richard Moore
|
2df9dd1120
|
Updated dist files.
|
2021-01-13 03:41:29 -05:00 |
|
Richard Moore
|
74470defda
|
Fixed abundant UnhandledRejectErrors in provider polling (#1084, #1208, #1221, #1235).
|
2021-01-13 03:16:27 -05:00 |
|
Richard Moore
|
8175c83026
|
Fixed non-checksum address comparisons in abstract Signer (#1236).
|
2021-01-12 21:43:49 -05:00 |
|
Richard Moore
|
e0ccafb140
|
Updated dist files.
|
2021-01-08 03:32:59 -05:00 |
|
Richard Moore
|
20335e96c2
|
Safety check on digest length for signing.
|
2020-12-19 15:26:16 -05:00 |
|
Richard Moore
|
a56a0a3336
|
Fixed listenerCount for contract when requesting for all events (#1205).
|
2020-12-18 03:56:14 -05:00 |
|
Richard Moore
|
0e6cc9a9a8
|
Lock package versions for the ESM builds (#1009).
|
2020-12-14 01:25:31 -05:00 |
|
Richard Moore
|
8e3cfd8517
|
Updated dist files.
|
2020-12-08 01:44:36 -05:00 |
|
Richard Moore
|
d3b1ac046a
|
Fixed EIP-712 getPayload dropping EIP712Domain from types for JSON-RPC calls (#687).
|
2020-12-08 01:37:44 -05:00 |
|
Richard Moore
|
1c4259881a
|
Updated dist files.
|
2020-11-25 15:30:58 -05:00 |
|
Richard Moore
|
45a2902874
|
Fix BigNumber when passed something with a length property (#1172).
|
2020-11-25 15:07:34 -05:00 |
|
Richard Moore
|
211defa27f
|
Upddated dist files.
|
2020-11-23 19:23:11 -05:00 |
|
Richard Moore
|
799896ac13
|
Added directory to repo field for each package.
|
2020-11-23 18:44:11 -05:00 |
|
Richard Moore
|
fb808d1362
|
Updated dist files.
|
2020-11-23 03:43:28 -05:00 |
|
Richard Moore
|
a8e3380ed5
|
Add ABI coder function to compute default values (#1101).
|
2020-11-23 00:59:44 -05:00 |
|
Richard Moore
|
95e2871966
|
Updated dist files.
|
2020-11-22 22:44:33 -05: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
|
fbbe4ad638
|
Fixed typo in BigNumber error (#1164).
|
2020-11-22 16:38:28 -05:00 |
|
Richard Moore
|
20defec9f1
|
Addd missing sideEffects flag to some packages.
|
2020-11-22 16:35:27 -05:00 |
|
Richard Moore
|
c8bb77d8af
|
Allow base-10 to be passed into BigNumbner.toString and improve errors for other radices (#1164).
|
2020-11-22 16:34:07 -05:00 |
|
Richard Moore
|
29f6c34343
|
Allow private keys to Wallet to omit the 0x prefix (#1166).
|
2020-11-20 17:30:36 -05:00 |
|
Richard Moore
|
a185e89181
|
Updated dist files.
|
2020-11-19 18:54:50 -05:00 |
|
Richard Moore
|
c9e548071e
|
Force address to use bignumber package with base36 private functions (#1163).
|
2020-11-19 18:45:10 -05:00 |
|
Richard Moore
|
62c7195ed6
|
Updated dist files.
|
2020-11-19 17:44:10 -05:00 |
|
Richard Moore
|
cc63e61f73
|
Remove stray console.log in hardware wallets (#1136).
|
2020-11-19 17:24:37 -05:00 |
|
Richard Moore
|
4b7028a661
|
docs: Typo in BigNumber source (#1100).
|
2020-11-18 17:25:58 -05:00 |
|
Richard Moore
|
97efeba8dc
|
docs: fixed typo in contracts readme (#1128).
|
2020-11-18 17:20:24 -05:00 |
|
Richard Moore
|
cddc258c96
|
Remove invalid pkg.module reference (#1133).
|
2020-11-18 17:13:23 -05:00 |
|
Richard Moore
|
3abfdffffa
|
Updated dist files.
|
2020-11-17 20:36:19 -05:00 |
|
Richard Moore
|
02546b9401
|
Fix browser ws alias.
|
2020-11-17 20:07:22 -05:00 |
|
Richard Moore
|
8933467c01
|
Updated dist build.
|
2020-11-16 23:07:24 -05:00 |
|
Richard Moore
|
22bd0c76dd
|
Use dist files in browser tests.
|
2020-11-16 21:20:35 -05:00 |
|
Richard Moore
|
4809325bee
|
Refactoring dist build process.
|
2020-11-14 17:42:36 -05:00 |
|
Richard Moore
|
e0b1d0e1e0
|
Updated dist files.
|
2020-10-22 21:55:40 -04:00 |
|
Richard Moore
|
fe17a29581
|
Allow 0x as a numeric value for 0 in Provider formatter (#1104).
|
2020-10-22 21:03:51 -04:00 |
|
Richard Moore
|
5a9bc30336
|
Updated dist files.
|
2020-10-22 20:01:18 -04:00 |
|
Richard Moore
|
28f60d5ef8
|
Use POST for long requests in EtherscanProvider (#1093).
|
2020-10-22 19:46:52 -04:00 |
|
Richard Moore
|
a21202c66b
|
Export verifyTypedData in utils (#687).
|
2020-10-20 00:17:43 -04:00 |
|
Richard Moore
|
550ecf2f25
|
Added verifyTypedData for EIP-712 typed data (#687).
|
2020-10-20 00:15:55 -04:00 |
|
Richard Moore
|
7b19fdfeed
|
Updated dist files.
|
2020-10-19 01:27:15 -04:00 |
|
Richard Moore
|
15a90af5be
|
Fix signTypedData call for JsonRpcSigner (#687).
|
2020-10-19 01:17:36 -04:00 |
|
Richard Moore
|
86146650d8
|
Updated dist files.
|
2020-10-18 23:19:16 -04:00 |
|
Richard Moore
|
7fcae25a78
|
Refactoring test case generation scripts.
|
2020-10-18 21:55:12 -04:00 |
|
Richard Moore
|
15893537c3
|
Added EIP-712 test cases (#687).
|
2020-10-18 21:54:21 -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
|
3e676f21b0
|
Split hash library files up.
|
2020-10-18 21:45:32 -04:00 |
|
Richard Moore
|
5a4dd5a703
|
Added EIP-712 multi-dimensional array support (#687).
|
2020-10-12 00:58:04 -04:00 |
|
Richard Moore
|
345a830dc4
|
Consolidated TypedDataEncoder methods (#687).
|
2020-10-10 04:44:17 -04:00 |
|
Richard Moore
|
cfa6dec293
|
Initial EIP-712 utilities (#687).
|
2020-10-10 04:12:52 -04:00 |
|
Richard Moore
|
5a6d9a3a38
|
Added test cases for PocketProvider.
|
2020-10-08 21:29:14 -04:00 |
|
Richard Moore
|
a62d20d86f
|
Added initial PocketProvider (#1052).
|
2020-10-08 20:21:32 -04:00 |
|
Richard Moore
|
d78b7a3998
|
Updated dist files.
|
2020-10-07 20:10:50 -04:00 |
|
Richard Moore
|
5abc2f36e2
|
Better error message for parseUnits of non-strings (#981).
|
2020-10-07 19:50:27 -04:00 |
|
Richard Moore
|
38a068bcea
|
Add gzip support to AlchemyProivder and InfuraProvider fetching (#1085).
|
2020-10-07 19:43:20 -04:00 |
|
Richard Moore
|
65772a8e1a
|
Add gzip support to getUrl in node (#1085).
|
2020-10-07 19:40:28 -04:00 |
|
Richard Moore
|
a022093ce0
|
Added CommunityResourcable to mark Providers as highly throttled.
|
2020-10-07 17:28:18 -04:00 |
|
Richard Moore
|
50f84b3c57
|
Updated dist files.
|
2020-10-07 00:25:28 -04:00 |
|
Richard Moore
|
8e682cc848
|
Added debug event info to WebSocketProvider (#1018).
|
2020-10-06 21:12:49 -04:00 |
|
Richard Moore
|
78a82d9ff2
|
CI: Force INFURA for provider and contract tests.
|
2020-10-06 16:58:52 -04:00 |
|
Richard Moore
|
1ac7decd89
|
CI: Removed solc tests to try fixing Promise issues.
|
2020-10-06 14:51:55 -04:00 |
|
Richard Moore
|
4fa7276cc1
|
CI: Updated provider tests.
|
2020-10-06 01:46:23 -04:00 |
|
Richard Moore
|
6ae222d55c
|
CI: Temporarily remove Cloudflare from tests.
|
2020-10-05 23:51:14 -04:00 |
|
Richard Moore
|
efeeda5e5c
|
CI: Updated dist files.
|
2020-10-05 23:27:03 -04:00 |
|
Richard Moore
|
c75c937b13
|
Updated dist files.
|
2020-10-05 22:17:15 -04:00 |
|
Richard Moore
|
d1ee596292
|
CI: Fix provider timeout.
|
2020-10-05 21:25:37 -04:00 |
|
Richard Moore
|
b61e2cc96a
|
Updated dist files.
|
2020-10-05 16:49:47 -04:00 |
|
Richard Moore
|
ca94445f0f
|
Added custom API key for Alchemy in test suite.
|
2020-10-05 16:44:40 -04:00 |
|
Richard Moore
|
4d95fe925d
|
Updated dist files.
|
2020-10-05 15:46:12 -04:00 |
|
Richard Moore
|
f3e5b0ded1
|
ABI encoding performance additions (#1012).
|
2020-10-05 15:34:00 -04:00 |
|
Richard Moore
|
3d051e454d
|
Export hexConcat in utils (#1079).
|
2020-10-03 13:18:56 -04:00 |
|
Richard Moore
|
40264ff900
|
Cache chain ID for WebSocketProvider (#1054).
|
2020-10-03 02:54:03 -04:00 |
|
Richard Moore
|
22dee96f51
|
Updated dist files.
|
2020-09-26 03:27:47 -04:00 |
|
Richard Moore
|
f0a5869c53
|
Add more accurate intrinsic gas cost to ABI calls with specified gas property (#1058).
|
2020-09-26 02:17:05 -04:00 |
|
Richard Moore
|
5cd1668e0d
|
Better errors for unconfigured ENS names (#1066).
|
2020-09-26 01:23:43 -04:00 |
|
Richard Moore
|
ffa4a2d054
|
CI: Fix test cases.
|
2020-09-23 01:00:30 -04:00 |
|
Richard Moore
|
4306b3563a
|
Updated CLI solc to versin 0.7.1.
|
2020-09-23 00:00:21 -04:00 |
|
Richard Moore
|
9486185ceb
|
Updated dist files.
|
2020-09-22 23:18:45 -04:00 |
|
Richard Moore
|
261eb04e97
|
Ignore metadata files in each package.
|
2020-09-22 22:57:17 -04:00 |
|
Richard Moore
|
27b3af0a7b
|
Removed dead files.
|
2020-09-17 17:17:15 -04:00 |
|
Richard Moore
|
f733fac875
|
Custom API key for Etherscan during tests (#824).
|
2020-09-17 03:44:29 -04:00 |
|
Richard Moore
|
a3821f6c4b
|
Updated dist files.
|
2020-09-16 19:44:55 -04:00 |
|
Richard Moore
|
de8a717b4c
|
Refactored provider test cases to more reliable CI.
|
2020-09-16 19:38:01 -04:00 |
|
Richard Moore
|
d15c097dba
|
Updated dist files.
|
2020-09-16 03:08:36 -04:00 |
|
Richard Moore
|
49f71574f4
|
More robust blockchain error detection (#1047)
|
2020-09-16 02:19:28 -04:00 |
|
Richard Moore
|
9ee685df46
|
Forward blockchain errors from Signer during gas estimation (#1047).
|
2020-09-15 22:14:22 -04:00 |
|
Richard Moore
|
263bfe5ce6
|
Improve fetch errors with looser mime-type detection (#1047).
|
2020-09-15 22:12:56 -04:00 |
|
Richard Moore
|
c1a297db99
|
Updated dist files.
|
2020-09-11 02:10:58 -04:00 |
|
Richard Moore
|
be92339696
|
Force content-length in web fetching.
|
2020-09-11 01:10:53 -04:00 |
|
Richard Moore
|
bc3eeeca39
|
Better error forwarding from FallbackProvider (#1021).
|
2020-09-11 01:10:15 -04:00 |
|
Richard Moore
|
042b74e6ee
|
Add clamping functions to FixedNumber (#1037).
|
2020-09-10 01:16:28 -04:00 |
|
Richard Moore
|
9d5de46c84
|
Updated dist files.
|
2020-09-07 19:55:52 -04:00 |
|
Richard Moore
|
4e394fc680
|
Allow events to use compact bytes ABI coded data for Solidity 0.4 external events (#891, #992).
|
2020-09-07 19:35:37 -04:00 |
|
Richard Moore
|
bdccf7b8d3
|
Synced unorm in shims to most recent version.
|
2020-09-05 23:45:25 -04:00 |
|
Richard Moore
|
0234cfbbef
|
Updated dist files.
|
2020-09-05 23:35:35 -04:00 |
|
Richard Moore
|
cadb28d6b3
|
Fixed LedgerSigner sendTransaction (#936).
|
2020-09-05 04:37:47 -04:00 |
|
Richard Moore
|
72385c2287
|
Added BrainWallet to experimental exports.
|
2020-09-05 04:29:53 -04:00 |
|
Richard Moore
|
201e5ced9c
|
More readable server errors.
|
2020-09-05 04:29:08 -04:00 |
|
Richard Moore
|
bf481f4bbf
|
Updated dist files.
|
2020-09-05 01:23:16 -04:00 |
|
Richard Moore
|
681f2a50b2
|
Fixed test retry in browsers.
|
2020-09-05 01:14:25 -04:00 |
|
Richard Moore
|
18fdb96fe1
|
Updated dist files.
|
2020-09-04 03:21:51 -04:00 |
|
Richard Moore
|
35b64b9a65
|
Add test retry support to reporter.
|
2020-09-04 03:15:07 -04:00 |
|
Richard Moore
|
4ca98825d4
|
Updated dist files.
|
2020-09-04 02:11:49 -04:00 |
|
Richard Moore
|
0558bba8eb
|
Added retry logic to provider tests.
|
2020-09-04 02:06:04 -04:00 |
|
Richard Moore
|
a440317594
|
Updated dist files.
|
2020-09-04 01:37:14 -04:00 |
|
Richard Moore
|
2359a98641
|
Fixed link in docs (#1028).
|
2020-09-04 01:26:29 -04:00 |
|
Richard Moore
|
6fd3bb62d1
|
Added memory-like support and new opcodes to asm.
|
2020-09-04 01:20:35 -04:00 |
|
Richard Moore
|
83db8a6bd1
|
Added basic ENS resolver functions for contenthash, text and multi-coin addresses (#1003).
|
2020-09-04 01:18:57 -04:00 |
|
Richard Moore
|
f24240eddf
|
Updated dist files.
|
2020-08-27 22:04:58 -04:00 |
|
Richard Moore
|
d01d0c8448
|
Added support for changing Reporter logging function.
|
2020-08-27 21:58:34 -04:00 |
|
Richard Moore
|
240aac5683
|
Updating shims for constrained environments (#944, #993).
|
2020-08-27 14:23:23 -04:00 |
|
Richard Moore
|
8abdbbbf63
|
Updating shims for constrained environments (#944, #993).
|
2020-08-27 14:22:58 -04:00 |
|
Richard Moore
|
5fcd03f27e
|
Updated dist files.
|
2020-08-25 01:53:48 -04:00 |
|
Richard Moore
|
cb8f4a3a4e
|
Updated docs for all packages on npm pages (#1013).
|
2020-08-25 01:09:48 -04:00 |
|
Richard Moore
|
8facc1a530
|
Added JSON support to BigNumber (#1010).
|
2020-08-24 23:15:03 -04:00 |
|
Richard Moore
|
28dbcfc38c
|
CI: added coverage artifacts.
|
2020-08-23 19:39:57 -04:00 |
|
Richard Moore
|
be273f26e9
|
Fixed typos in readme (#996).
|
2020-08-20 16:49:34 -04:00 |
|
Richard Moore
|
b0c082d728
|
Fix emitted error for ABI code array count mismatch (#1004).
|
2020-08-20 15:33:16 -04:00 |
|
Richard Moore
|
9640e864a6
|
Updated dist files.
|
2020-08-04 20:55:55 -04:00 |
|
Richard Moore
|
e1bbb064a1
|
Do not mutate connection in fetchJson.
|
2020-08-04 20:49:40 -04:00 |
|
Richard Moore
|
d38ebaeb23
|
Updated dist files.
|
2020-08-04 20:33:21 -04:00 |
|
Richard Moore
|
39a16260a7
|
Updated dist files.
|
2020-07-31 01:32:26 -04:00 |
|
Richard Moore
|
2c49a52a41
|
Renamed and documented experimental fetchData function.
|
2020-07-31 01:15:22 -04:00 |
|
Richard Moore
|
c414a45825
|
Updated dist files.
|
2020-07-30 17:04:53 -04:00 |
|
Richard Moore
|
e2d6f281d5
|
Abstract fetchJson for data.
|
2020-07-30 17:03:36 -04:00 |
|
Richard Moore
|
ba404ffb0b
|
Updated dist files.
|
2020-07-20 02:27:26 -04:00 |
|
Richard Moore
|
af10705632
|
Add testcases for setLogLevel (#947).
|
2020-07-20 01:43:47 -04:00 |
|
Richard Moore
|
5443363de4
|
Fix Logger setLogLevel with enum case mismatch (#947).
|
2020-07-20 01:43:02 -04:00 |
|
Richard Moore
|
e3f7426af4
|
Removed UUID dependency from json-wallets (#966).
|
2020-07-20 01:33:15 -04:00 |
|