Commit Graph

  • 2cba1c7781 admin: added funding details to pacakge.json Richard Moore 2023-02-02 23:05:38 -05:00
  • 0b92fed9ed admin: added Issue Templates from v5 Richard Moore 2023-02-02 23:04:45 -05:00
  • 0a740c470d admin: updated dist files Richard Moore 2023-02-02 22:21:31 -05:00
  • 90afd9bd81 Fixed typo in Provider changes. v6.0.0 Richard Moore 2023-02-02 22:20:41 -05:00
  • a646e4332e Provider objects cleanup. Richard Moore 2023-02-02 22:18:40 -05:00
  • 6cae18328d Fixed commonjs imports missing types (#3703). Richard Moore 2023-02-02 22:04:33 -05:00
  • de2b1f66c6 admin: updated package description Richard Moore 2023-02-02 22:03:45 -05:00
  • b3f615a1b2 admin: use default branch for CI checkouts Richard Moore 2023-02-02 21:34:17 -05:00
  • 3baaad2d2e
    Merge b46064bf85d08def6f066a2368fa5ce1b4177971 into f97b92bbb1bde22fcc44100af78d7f31602863ab qiuhaohao 2023-02-03 10:28:29 +08:00
  • 0e8a34805f admin: update docs and CI for v6 release Richard Moore 2023-02-02 21:28:26 -05:00
  • f97b92bbb1 Merge branch 'master' of github.com:ethers-io/ethers.js master Richard Moore 2023-02-02 21:04:20 -05:00
  • 098d1db315 admin: update admin dist files Richard Moore 2023-02-02 20:55:16 -05:00
  • 8dac54f90d admin: added spellcheck words Richard Moore 2023-02-02 20:54:33 -05:00
  • 3f0733c2f4 docs: updated docs upload scripts to be compatible with v6. Richard Moore 2023-02-02 20:54:10 -05:00
  • 962ee4e95a docs: added documentation changes Richard Moore 2023-02-02 20:53:12 -05:00
  • 5c29a8d1bc Preparing for v6 release. v6 Richard Moore 2023-02-02 20:51:33 -05:00
  • b7ead29606 admin: updated dist files Richard Moore 2023-02-02 04:23:07 -05:00
  • 415efbfb04 docs: merged old Etherscan docs Richard Moore 2023-02-02 04:21:12 -05:00
  • 54c283a361 Safer emit in block poller. Richard Moore 2023-02-02 04:20:43 -05:00
  • 7acee913e5 admin: updated dist files Richard Moore 2023-02-02 04:05:47 -05:00
  • 7c37182d03 Fixed async emits overrunning each other causing no-running-subscriber errors. Richard Moore 2023-02-02 04:03:11 -05:00
  • 97b041f1a0 Fixed testcases for lone provider enumeration Richard Moore 2023-02-02 03:06:15 -05:00
  • 8f30da1858 Use consistent naming scheme for plugins. Richard Moore 2023-02-02 03:05:37 -05:00
  • a22eb3fbe5 Make AbstractProvider more sub-class friendly. Richard Moore 2023-02-02 03:04:20 -05:00
  • 2de8c00a7c Added NonceManager. Richard Moore 2023-02-02 03:03:40 -05:00
  • 375068e5ef Ported PocketProvider changes to v6. Richard Moore 2023-02-02 02:39:16 -05:00
  • 1e6270719a Removed all custom parsing and formatting from EnsResolver and use Contract. Richard Moore 2023-02-01 21:36:24 -05:00
  • e49d91fcf3 Added etherscanProvider.getContract. Richard Moore 2023-02-01 21:34:11 -05:00
  • 44f4caac4a Added provider.lookupAddress. Richard Moore 2023-02-01 21:33:47 -05:00
  • 88749835c8 Merged BaseEtherscanProvider and EtherscanProvider since Contract is safer to include for AbstractProvider anyways. Richard Moore 2023-02-01 21:28:16 -05:00
  • 975815b825 Added EventFragment.getTopicHash. Richard Moore 2023-01-31 16:57:58 -05:00
  • a336a3acfc Added FunctionFragment.getSelector (#1032). Richard Moore 2023-01-31 16:53:43 -05:00
  • 328437ad6d
    Max priority fee per gas should be 1 nanoeth Micah Zoltu 2023-01-31 03:31:26 -08:00
  • 9c744dd081 admin: update dist files Richard Moore 2023-01-30 22:29:09 -05:00
  • c3f8e8ac07 Initial support for fallback and receive methods on contracts. Richard Moore 2023-01-30 22:28:18 -05:00
  • 4da73386d7
    Added type for options param in getDefaultProvider function tommy 2023-01-29 22:05:57 +01:00
  • bbf16c2064
    Fixed get quicknode provider in getDefaultProvider tommy 2023-01-29 22:01:05 +01:00
  • 67d2af809e admin: update dist files Richard Moore 2023-01-28 01:53:29 -05:00
  • f8cd9c9eaf docs: added more documentation Richard Moore 2023-01-28 01:52:20 -05:00
  • 3eb48ec000 Use OFFCHAIN_FAULT for unrecoverable CCIP-read errors. Richard Moore 2023-01-28 01:51:15 -05:00
  • f48d6a93ea Use vendor ens_normalize to test native normalize to reduce dist filesize. Richard Moore 2023-01-28 01:49:58 -05:00
  • 80c84b0709 Simpler ensNormalize wrapper. Richard Moore 2023-01-27 21:59:52 -05:00
  • 433aba6f49 tests: updated tests to ens_normalize test vectors Richard Moore 2023-01-27 21:59:23 -05:00
  • b9a2ab84d8 admin: updated dist files Richard Moore 2023-01-27 18:34:03 -05:00
  • 9526289f76 tests: more robust checking of insufficient funds errors. Richard Moore 2023-01-27 18:31:31 -05:00
  • 924cfef5de Fixed estimateGas which can return insufficient funds errors. Richard Moore 2023-01-27 18:29:35 -05:00
  • 2845a3c4b6 admin: updated dist files Richard Moore 2023-01-27 17:29:49 -05:00
  • 32f605eb7b Interface returns null instead of throws on missing fragment. Richard Moore 2023-01-27 17:27:29 -05:00
  • 59fc36e5f5
    build(deps): bump ua-parser-js from 0.7.32 to 0.7.33 dependabot[bot] 2023-01-27 17:13:18 +00:00
  • 629b7b17f0 Optimized strings prefix judge: use startsWith instead of substring BoynChen 2023-01-27 16:19:49 +08:00
  • c2a2edc9d8 admin: updated dist files Richard Moore 2023-01-27 01:12:44 -05:00
  • 2488d20f9e Fixed non-EIP-1559 populateTransaction check. Richard Moore 2023-01-27 01:11:50 -05:00
  • bfe7b6d80f docs: added details on building docs Richard Moore 2023-01-26 23:37:01 -05:00
  • 4f257279ab admin: updated dist files Richard Moore 2023-01-26 23:36:26 -05:00
  • 360835e301 Added sync methods for Block with prefetched transactions. Richard Moore 2023-01-26 23:35:25 -05:00
  • 8c3d677371 Added missing exports. Richard Moore 2023-01-26 23:27:32 -05:00
  • 3b0a800635 Added missing exports. Richard Moore 2023-01-26 23:25:55 -05:00
  • e8a408565e tests: added extra namehash test vectors Richard Moore 2023-01-26 23:24:47 -05:00
  • cd075d05f2 Added full UTF-8 support for ENS names using adraffy/ens-normalize. Richard Moore 2023-01-26 23:20:30 -05:00
  • 9bf98a01be Use correct default for JSON ABI arrays. Richard Moore 2023-01-26 13:46:51 -05:00
  • d0f087bdae Add basic species constructor for Result fo better Array-method support. Richard Moore 2023-01-26 11:32:56 -05:00
  • 163f0757a5 Optimized strings prefix judge: use startsWith instead of substring BoynChen 2023-01-24 08:44:49 +08:00
  • d41690fd74 docs: added BigInt to migration docs. Richard Moore 2023-01-22 16:47:35 -05:00
  • 0990608e34 admin: updated dist files Richard Moore 2023-01-22 16:47:02 -05:00
  • 530efeb885 Added missing export for Signer. Richard Moore 2023-01-22 16:39:29 -05:00
  • c45ee95146 Added interation methods for Interface fragments. Richard Moore 2023-01-22 16:39:11 -05:00
  • 27c9563ca5 docs: added case clarification for processing keys of different lengths. Richard Moore 2023-01-22 16:38:38 -05:00
  • b05fd4aebd Better stringification for Fetch objects. Richard Moore 2023-01-22 16:38:01 -05:00
  • 1b13716986 Fixed JSON ABI parsing (#3674). Richard Moore 2023-01-22 16:37:30 -05:00
  • 8bf10bfe09 fix: fallback to eth_sign if EIP-712 is unimplemented Zach Pomerantz 2023-01-18 12:38:52 -08:00
  • c71fba6bb6
    Update json-rpc-batch-provider.ts Darren 2023-01-18 17:09:16 +00:00
  • 5b1020f72c docs: turn off doc examples that require a dev geth Richard Moore 2023-01-17 14:05:50 -05:00
  • e1ee35a829 admin: updated dist files Richard Moore 2023-01-17 13:53:49 -05:00
  • be3f629398 docs: fixed typos and better examples Richard Moore 2023-01-17 13:53:01 -05:00
  • 206d8ff8d7 Fixed typos in errors. Richard Moore 2023-01-17 13:51:52 -05:00
  • e55a87ad4c Fixed JsonRpcProvider for picky Geth instances. Richard Moore 2023-01-17 13:51:32 -05:00
  • 77cca7563f Fixed AbstractSigner populateTransaction for call and estimateGas. Richard Moore 2023-01-17 13:50:46 -05:00
  • 4661198533
    Add HashZero16Bytes to constants OptimusOpus 2023-01-16 16:08:00 +10:00
  • 7fb227b8f4 admin: updated dist files Richard Moore 2023-01-15 08:03:21 -05:00
  • 0a4386026d admin: sync funding info with master branch Richard Moore 2023-01-15 07:55:52 -05:00
  • f13a7c64b3 Added verifyMessage helper. Richard Moore 2023-01-15 07:54:49 -05:00
  • 453d2357b1 Fixed lingering events in provider after removal. Richard Moore 2023-01-15 07:54:07 -05:00
  • 741bd05830 Improve address API and more robust resolveName. Richard Moore 2023-01-15 07:51:05 -05:00
  • 4de185b5c7 docs: added more docs for getting started Richard Moore 2023-01-15 07:49:46 -05:00
  • fb035d8416 docs: simplified example output for some objects. Richard Moore 2023-01-15 07:49:14 -05:00
  • bf0b468490
    Update FUNDING.yml Richard Moore 2023-01-14 07:15:49 -05:00
  • 11e11202d4
    grammar & typo fixes robriks 2023-01-12 14:23:32 -05:00
  • 11f5185347
    fixed localhost url robriks 2023-01-12 14:17:49 -05:00
  • b46064bf85
    Fix typo qiuhaohao 2023-01-09 23:48:09 +08:00
  • 7ac540eec2
    build(deps): bump json5 from 2.2.1 to 2.2.3 dependabot[bot] 2023-01-08 13:40:24 +00:00
  • dfa1203b67
    Merge branch 'ethers-io:master' into master omahs 2023-01-05 11:30:01 +01:00
  • 32e49fa759 admin: updated branch name in CI config Richard Moore 2022-12-30 17:52:57 -05:00
  • c8d761a1a3 docs: added some section stubs Richard Moore 2022-12-30 17:01:15 -05:00
  • 24406a5127 admin: updated dist files Richard Moore 2022-12-30 16:35:04 -05:00
  • 41449c9a67 Added tests for provider broadcast errors. Richard Moore 2022-12-30 16:33:50 -05:00
  • a6cb264cd6 tests: more robust provider clean up Richard Moore 2022-12-30 16:33:28 -05:00
  • a63f84cda7 Allow non-bytes32 values for r and s in Signature. Richard Moore 2022-12-30 16:32:17 -05:00
  • 2eb48231f1 Added missing EtherscanProvider broadcastTransaction errors to coalescence. Richard Moore 2022-12-30 16:28:57 -05:00
  • 342105f4e5 Fixed Signer sub-classes when given an Addressable. Richard Moore 2022-12-30 16:28:17 -05:00
  • 65c7df1ee8 Use case-insensitive matching for JSON-RPC error strings. Richard Moore 2022-12-30 16:27:46 -05:00