Commit Graph

  • 514aab7ee3 Added positional and keyword argument test cases for ABIv2. Richard Moore 2018-06-05 19:32:18 -04:00
  • eaaa689f2f Temporary - remove ropsten testcases for Etherscan (it is down). Richard Moore 2018-06-05 19:20:21 -04:00
  • cf7872a498 Moved contract tests to Rinkeby. Richard Moore 2018-06-05 19:19:40 -04:00
  • f779b6e3cc Fixed named parameters for tuples. Richard Moore 2018-06-05 19:18:41 -04:00
  • a6cced81d6 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-06-03 20:50:33 -04:00
  • 62e51861b8 Added more flexible ABI coder. Richard Moore 2018-06-03 20:50:21 -04:00
  • 6c6e031254 Added parseTransaction to interface to detect and parse relevant function and args. Richard Moore 2018-06-03 17:10:48 -04:00
  • 48c07f6ef6 Prevent pending filter hashes from returning null. Richard Moore 2018-06-03 17:08:25 -04:00
  • 1b6c20341e Updated Etherscan API URLs. Richard Moore 2018-06-03 16:54:13 -04:00
  • 75eb7ed507 Merge branch 'patch-1' of git://github.com/vasilisAntonakis/ethers.js into vasilisAntonakis-patch-1 Richard Moore 2018-06-03 16:54:03 -04:00
  • cd360a4f8c Updated CDN file in readme. Richard Moore 2018-06-03 16:51:23 -04:00
  • fd27d3e2ce Merge branch 'patch-1' of git://github.com/alcuadrado/ethers.js into alcuadrado-patch-1 Richard Moore 2018-06-03 16:51:11 -04:00
  • 6737128b84 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-06-03 16:46:23 -04:00
  • 63b2eae4f5 Increase timeout for signing test cases. Richard Moore 2018-06-03 05:02:52 -04:00
  • 0b34aea23a Increase timeout for signing test cases. Richard Moore 2018-06-03 04:59:53 -04:00
  • 1290fa0073 Adding browser/process for now to try fixing Travis CI. Richard Moore 2018-06-03 03:16:58 -04:00
  • da74e95f88 Fixing Travis CI, missing nextTick. Richard Moore 2018-06-03 02:42:53 -04:00
  • ac82a5cb83 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-06-03 01:11:49 -04:00
  • ba21348c0f Added package-lock.json to fix PhantomJS tests on Travis CI. Richard Moore 2018-06-03 01:09:57 -04:00
  • 27207037a8 Fix browser installation instructions in README.md Patricio Palladino 2018-05-31 14:55:05 -03:00
  • a612e1e8fa Added hashMessage to Wallet. Richard Moore 2018-05-31 02:13:59 -04:00
  • 08d3547d4e Updated dist files. Richard Moore 2018-05-31 02:13:43 -04:00
  • 7702d4ce7c API baseUrl changed Vasilis Antonakis 2018-05-28 21:49:20 +03:00
  • 3bf39b3bee Promote getHash into a static method of the Wallet. Antoni Kedracki 2018-05-19 17:47:45 +02:00
  • 417065bad6 Added wait to transactions from JsonRpcSigner in sendTransaction (#177). Richard Moore 2018-05-15 15:32:32 -04:00
  • 3cb21dd6c7 Added timestamp to EtherscanProvider history (#174). Richard Moore 2018-05-14 15:50:25 -04:00
  • cebf2aab29 Better error messages for contracts. Richard Moore 2018-04-16 21:42:17 -04:00
  • 72bf73f931 Updated dist files. Richard Moore 2018-04-16 21:31:49 -04:00
  • 65caec2ea5 Fix for Ganache getLogs. Richard Moore 2018-04-16 19:15:44 -04:00
  • ea7c74d48d Version bump (patch). Richard Moore 2018-04-14 17:07:14 -04:00
  • 86df2306c4 Merge branch 'jlindberg-oss-jlindberg-oss-gethistory' Richard Moore 2018-04-14 17:06:15 -04:00
  • 6c12d8f30c Merge branch 'jlindberg-oss-gethistory' of git://github.com/jlindberg-oss/ethers.js into jlindberg-oss-jlindberg-oss-gethistory Richard Moore 2018-04-14 17:05:56 -04:00
  • e649a22ccf Added basic authentication to JsonRpcProvider. Richard Moore 2018-04-14 16:10:26 -04:00
  • eddf9de8f9 Refactor providers; moved getSigner and listAccounts to JsonRpcProvider from Web3Provider, using errors and added initial IpcProvider. Richard Moore 2018-04-13 18:21:48 -04:00
  • 7e91091cc3 Updated dist files. Richard Moore 2018-04-12 18:31:02 -04:00
  • 9745a6ecbc Added arg to SigningKey errors. Richard Moore 2018-04-12 18:29:53 -04:00
  • 3936b15afc Added long chain ID support to parsing. Richard Moore 2018-04-12 18:29:22 -04:00
  • efb7dce524 Added splitSignature and beginning of better error messages. Richard Moore 2018-04-12 15:18:11 -04:00
  • ac4b5d9199 handle 0 results from getHistory without error-ing jlindberg-oss 2018-04-07 23:44:59 -04:00
  • fdb7114511 Version bump (patch). Richard Moore 2018-04-05 15:48:46 -04:00
  • 03f8c1db86 Added better errors when calling contracts with incorrect number of arguments. Richard Moore 2018-04-05 15:47:34 -04:00
  • 12b68b0242 Added support for arbitrary number of decimals to parseUnits and formatUnits. Richard Moore 2018-04-05 15:46:44 -04:00
  • 28ddf485ed Allow large block difficulty, but set it to null for PoA (#152). Richard Moore 2018-04-05 15:31:31 -04:00
  • 96d420e832 Added parsing function outside of results for Interface. Richard Moore 2018-03-27 17:34:04 -04:00
  • 0f98bb5ac5 Added some extra checks for Wallet (from reading common mistakes on Stack Exchange). Richard Moore 2018-03-27 17:32:23 -04:00
  • 296473299c Added blockHash to Etherscan getLogs result (#146). Richard Moore 2018-03-27 17:19:46 -04:00
  • ce7718c87e Transaction receipts in Ganache do not return logsBloom; making it optional. Richard Moore 2018-03-17 17:40:47 -04:00
  • 1ec8f9cf85 Fixed bool and number types not throwing an exception in the ABI decoding for empty bytes. Richard Moore 2018-03-17 17:39:45 -04:00
  • 46fd2deb8b Added pollingInterval to provider. (#132) Richard Moore 2018-03-15 16:03:20 -04:00
  • 5a9f440c8f Fixed getHistory range for EtherscanProvider. Richard Moore 2018-03-15 15:00:52 -04:00
  • 1d67aa3e29 Stall providers for blocks, transactions and transaction receipts with null results for triggered events (i.e. we know they should not be null). (#120) Richard Moore 2018-03-06 18:40:11 -05:00
  • bd7e8e708f Updated dist files and version bump (patch) for publishing. Richard Moore 2018-03-05 22:34:12 -05:00
  • 8a842af999 Merge pull request #133 from ygnr/master Richard Moore 2018-03-05 21:43:29 -05:00
  • 224c17a9b9 Fix typo Gokulnath Reddy 2018-03-06 12:16:53 +11:00
  • 89e1cb02a4 Still problems with Travis CI with node 8; deactivating for now. Richard Moore 2018-03-05 03:19:18 -05:00
  • 3cdb6aad25 Refactored checkBlockTag. Richard Moore 2018-03-05 02:52:53 -05:00
  • 8a26f38579 Trying node 8 tests again. v3.0.1 Richard Moore 2018-03-05 01:55:20 -05:00
  • 424cce9224 Fixed npmignore, which legacy was dropping all library packages. Richard Moore 2018-03-05 00:54:33 -05:00
  • 96abf66333 Updated dist files and fixed phantomjs dependency on them. Richard Moore 2018-03-04 21:17:16 -05:00
  • b2ada0cda9 Fixing phantomjs test cases now that there is no sub-packages for test. Richard Moore 2018-03-04 20:00:46 -05:00
  • e67a66f900 Major version update; some changes are not backwards compatible. This package has been merged into one package instead of an umbrella pacakge. (See: #95) Richard Moore 2018-03-04 19:31:09 -05:00
  • 20293fbcfb Updated testcase balance for Ropsen. Richard Moore 2018-03-03 00:18:29 -05:00
  • 03f20f023f Added ETC (classic) network. Richard Moore 2018-03-02 23:52:25 -05:00
  • dfdf4ef317 Updated dist files. Richard Moore 2018-02-08 00:00:54 -05:00
  • f10c595ad3 Added units manipulation to utils index. Richard Moore 2018-02-07 20:34:39 -05:00
  • f611dba0ad Updated dist files. Richard Moore 2018-02-03 21:02:34 -05:00
  • da852d0012 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-02-03 20:32:02 -05:00
  • 6ade579542 Added bool support to Solidity-style hash functions (#113). Richard Moore 2018-02-03 20:31:50 -05:00
  • e17947930c Updated dist files. Richard Moore 2018-01-28 21:30:50 -05:00
  • 74c71e6677 Fixed Contract method overrides with updated Interface. Richard Moore 2018-01-28 20:58:56 -05:00
  • 7635708c21 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-01-26 21:56:33 -05:00
  • 4ee9a4d191 Added x-ethers compatible encrypted mnemonic to JSON wallets. Richard Moore 2018-01-26 21:56:20 -05:00
  • bb24fce859 Added strict mode to properties. Richard Moore 2018-01-26 17:44:54 -05:00
  • 21d53f190b Updated dist files. Richard Moore 2018-01-17 19:11:04 -05:00
  • 5fc59dd1cf Some nodes (e.g. TestRPC) do not like checksum addresses in their RPC calls. Richard Moore 2018-01-17 17:26:31 -05:00
  • 34fd2882d8 Fix typo when detecting MetaMask. Richard Moore 2018-01-17 17:21:38 -05:00
  • 4a23b0ddc7 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-01-17 16:23:12 -05:00
  • c4690f9e7b Fixed auto-address and signing with Metamask and Web3Provicder. Richard Moore 2018-01-17 16:23:01 -05:00
  • 36c6d53757 Updated dist files. Richard Moore 2018-01-17 02:51:36 -05:00
  • c550f2eb07 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-01-16 18:56:10 -05:00
  • 67bb0b7f93 Added Web3Provider. Richard Moore 2018-01-16 18:55:56 -05:00
  • c5b411811a Updated dist files. Richard Moore 2018-01-10 20:29:50 -05:00
  • eddf93b200 Added named parameters to tuple encoding. Richard Moore 2018-01-10 19:20:18 -05:00
  • 9aeb309d9d Updated dist files. Richard Moore 2018-01-10 16:42:36 -05:00
  • bea0ea3aaf Fixed overwriting name on Events. Richard Moore 2018-01-10 14:34:36 -05:00
  • df930103e7 Fixed ABIv2 signatures for calling methods. Richard Moore 2018-01-09 20:45:38 -05:00
  • d6cf970ae9 Added errors for providers trying to use ENS on networks without ENS. Richard Moore 2018-01-09 18:43:09 -05:00
  • e778ab6f30 Added general unit conversion to utils/units. Richard Moore 2018-01-09 18:25:44 -05:00
  • b7fc74a99d Updted dist files. Richard Moore 2017-12-30 14:05:40 -05:00
  • b38a36b2f5 Version bump (patch). Richard Moore 2017-12-30 14:02:36 -05:00
  • 046a4a4dc0 Fixed new contract features on old platform strict mode. Richard Moore 2017-12-30 01:42:50 -05:00
  • 357d49ecee Version bump (patch). Richard Moore 2017-12-29 21:02:56 -05:00
  • a568be9df3 Added getEtherPrice and getHistory calls for Etherscan Provider. Richard Moore 2017-12-29 21:01:43 -05:00
  • 43061c691b Verify message supports normalized and non-normalized recovery parameter. Richard Moore 2017-12-29 20:44:32 -05:00
  • a4e768e2b3 Added pending transaction event for providers that support it. Richard Moore 2017-12-29 20:41:16 -05:00
  • 2d4fb371c2 Added get functions to the contract event callbacks. Richard Moore 2017-12-29 20:17:00 -05:00
  • 9b54b53081 Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2017-12-05 16:01:28 -05:00
  • 3512922bef Temporary - remove InfuraProvider homestead testcases; it is down. Richard Moore 2017-12-05 16:01:17 -05:00
  • 60334b66ba Updated dist files. Richard Moore 2017-12-05 03:25:08 -05:00
  • d38bf992c2 Removing Node 8 for now in Travis CI; it is not working. Richard Moore 2017-12-05 02:36:33 -05:00