Commit Graph

  • 102a4e8bf4 Added tests for utf-8 errors. Richard Moore 2018-08-21 13:14:37 +02:00
  • ce837e307e Fixed test DRNG. Richard Moore 2018-08-21 13:14:21 +02:00
  • 810e9e743e Updated dist files. Richard Moore 2018-08-21 13:13:52 +02:00
  • e092746165 Removed jsonCopy and added deepCopy instead (#261). Richard Moore 2018-08-21 13:11:44 +02:00
  • 388b658bfa Invalid utf-8 strings now fail by default. Richard Moore 2018-08-21 13:08:28 +02:00
  • 0358e8afb7 Fixed typo in units for finney (#259). Richard Moore 2018-08-21 13:01:55 +02:00
  • 2b88efea65 Updated dist files. Richard Moore 2018-08-13 17:01:44 +01:00
  • f4c3073304 Removed BigNumber and AbiCoder objects from utils and exposed them at the root. Richard Moore 2018-08-13 16:58:19 +01:00
  • e4d5786861 Fixed isType for null values. Richard Moore 2018-08-13 16:56:59 +01:00
  • 46a55a1d99 Removing old dead code. Richard Moore 2018-08-13 16:56:20 +01:00
  • 2c1022cde1 Removed timeout from wait so we can use confirmations in the future instead and remain backwards compatible. Richard Moore 2018-08-13 16:54:32 +01:00
  • f9723c42cb Re-use shallowCopy. Richard Moore 2018-08-13 16:52:35 +01:00
  • 3635a9bb40 Fixed custom network chain ID check. Richard Moore 2018-08-13 16:50:47 +01:00
  • 9e0bfa733b Updated dist files. Richard Moore 2018-08-05 18:35:26 -04:00
  • a80a8a8ced Fixed miscalculating estimated fees for payable functions. Richard Moore 2018-08-05 18:35:00 -04:00
  • b44a80800c Removed dead dist files. Richard Moore 2018-08-05 18:31:22 -04:00
  • e3b04bb3fc Updated dist files. Richard Moore 2018-08-04 19:40:06 -04:00
  • fcee62a3d9 Fixed parseSignature with empty parameter lists. Richard Moore 2018-08-04 19:34:30 -04:00
  • 7f1fbfc203 Make wallet.encrypt options optional. Richard Moore 2018-08-04 19:33:51 -04:00
  • 4f63b82bbb Updated dist files. Richard Moore 2018-08-03 15:26:01 -04:00
  • f63c844c42 Added support for getting JsonRpcSigner by index and fixed gas limit in sendTransaction. Richard Moore 2018-08-03 15:22:28 -04:00
  • 694c0b3f7d Added test case to check build for TypeScript host-path mayhem. Richard Moore 2018-08-02 21:36:13 -04:00
  • 1c45840148 Updated dist files. Richard Moore 2018-08-02 21:35:39 -04:00
  • 421b2c857b Fixing TypeScript compiler using host paths for resolving constants. Richard Moore 2018-08-02 21:34:10 -04:00
  • bacf42a22f Updated dist files. Richard Moore 2018-08-02 20:43:09 -04:00
  • 5c8703fb30 Restructuring for TypeScript. Richard Moore 2018-08-02 20:30:44 -04:00
  • 30a84d8577 Fixing long-output-delay issue on Travis CI. Richard Moore 2018-08-02 17:56:50 -04:00
  • 3198bc27fd Updated dist files. Richard Moore 2018-08-02 17:15:11 -04:00
  • c7555516ff Using the Vyper-style gas limits sans the base cost. Richard Moore 2018-08-02 17:14:06 -04:00
  • 3cd0e8bf88 New custom Mocha reporter so Travis CI output is browser friendly. Richard Moore 2018-08-02 17:10:38 -04:00
  • 957ccd2eaf Updated dist files and tests. Richard Moore 2018-08-01 18:05:19 -04:00
  • 558ef2c00d Updated ethers exported structure. Richard Moore 2018-08-01 17:35:23 -04:00
  • b73a964bac Moved type to enum for hmac SupportedAlgorithms. Richard Moore 2018-08-01 17:33:23 -04:00
  • 3e091a2938 Added Vyper-style gas ABI support. Richard Moore 2018-08-01 17:24:11 -04:00
  • cb6d18035f Added error code detection for sendTransaction. Richard Moore 2018-08-01 17:02:27 -04:00
  • 4b15229832 Calculate estimated gasLimit for JsonRpcProvider. Richard Moore 2018-08-01 15:47:02 -04:00
  • f0dfa50848 Adding node 8 back into tests. Richard Moore 2018-07-30 23:15:53 -04:00
  • 22f007498d Updated dist files. Richard Moore 2018-07-30 23:15:36 -04:00
  • cc6f658ef1 Added support for Web3 v1.0 providers. Richard Moore 2018-07-30 23:14:07 -04:00
  • 9b885296d0 Major re-factor of the library layout for TypeScript; still up for discussion. Richard Moore 2018-07-30 18:59:52 -04:00
  • c6c5ba0118 Updated dist files. Richard Moore 2018-07-27 17:02:46 -04:00
  • a966a60656 Changed constant name for consistency. Richard Moore 2018-07-27 03:46:38 -04:00
  • d05da1e487 Added transactionHash to error for consistency. Richard Moore 2018-07-27 03:45:11 -04:00
  • 294d0fda61 Added longer timeout for basic authentication test. Richard Moore 2018-07-26 18:19:26 -04:00
  • 29f3d2dea8 Fixed long fixed-length bytes from overflowing encoded ABI. (#237) Richard Moore 2018-07-26 18:02:42 -04:00
  • d2b6570c39 Updated dist files. Richard Moore 2018-07-26 17:34:22 -04:00
  • a1a765f6e4 Fixed types for Log Description. Richard Moore 2018-07-26 17:31:08 -04:00
  • 1d98928475 Updated dist files. Richard Moore 2018-07-26 17:02:32 -04:00
  • 73486d6f39 Added public and stateMutability for payable to ABI coder. Richard Moore 2018-07-26 16:58:31 -04:00
  • 640ed5dc33 Fixed recursive promise filling for contract calls. Richard Moore 2018-07-26 16:57:47 -04:00
  • dda957c8e5 Removing junk files. Richard Moore 2018-07-25 22:05:38 -04:00
  • 97b6d8a797 Updated dist files. Richard Moore 2018-07-25 21:20:21 -04:00
  • 00bb20546b No longer using instanceof which conflicts with npm link. Richard Moore 2018-07-25 21:15:43 -04:00
  • 7cf8596906 Added bounds checks to the number coder and fixed bytes coder. Richard Moore 2018-07-25 19:32:27 -04:00
  • 5a0607d11b Updated dist files. Richard Moore 2018-07-23 19:23:53 -04:00
  • 26207e7bb8 Added non-unified types to resolve npm link issues. Richard Moore 2018-07-23 19:21:42 -04:00
  • ae8d75fe6a Use ethers.wordlists for testing instead of re-import. Richard Moore 2018-07-23 05:38:53 -04:00
  • 4db19a1799 Type in console.log for tests. Richard Moore 2018-07-23 05:38:27 -04:00
  • 543ca19361 Updated dist files. Richard Moore 2018-07-23 05:37:48 -04:00
  • 7014afaab6 Fixing out-of-order browserify imports again. Richard Moore 2018-07-23 05:37:07 -04:00
  • 62987ac3a8 Updated test suite utils. Richard Moore 2018-07-23 03:02:39 -04:00
  • 3a5ec9b4ca Updated dist files. Richard Moore 2018-07-23 02:59:01 -04:00
  • 3169cf2f60 Generalized gulpfile and split browserify from tsc. Richard Moore 2018-07-23 02:56:40 -04:00
  • bceefc7197 Better browserify for English wordlist. Richard Moore 2018-07-22 21:07:50 -04:00
  • bfff3ea4cc Simpler empty modules for shims. Richard Moore 2018-07-22 20:41:30 -04:00
  • 7d4caa05ca Use class instance to detect BigNumber. Richard Moore 2018-07-22 20:06:36 -04:00
  • 004fd7d37d Make formatUnits options optional. Richard Moore 2018-07-22 20:05:45 -04:00
  • e3da92d1ee Lazy load the elliptic curve; also fixed circular dependencies internal to the library that cause issues in browserify. Richard Moore 2018-07-22 20:05:14 -04:00
  • 0bc72c5ed4 Export computePublicKey in utils. Richard Moore 2018-07-22 19:59:27 -04:00
  • d0cf0c8f43 Restructuring browser shims. Richard Moore 2018-07-22 18:25:36 -04:00
  • 4d4fe60a55 Version bump (pre-release: beta.1) Richard Moore 2018-07-18 16:38:40 -04:00
  • 81903e99d3 Updated dist files. Richard Moore 2018-07-18 16:36:21 -04:00
  • fd40f66766 Removing node8, which fails to load Web3 dependencies. Richard Moore 2018-07-18 16:33:47 -04:00
  • 2aa2a38e37 Added a (hacky) way to get TypeScript to support the Contract meta-class functions. Richard Moore 2018-07-18 16:32:16 -04:00
  • d701995bc0 Correct wallet.createRandom to have optional options. Richard Moore 2018-07-18 16:30:42 -04:00
  • c4084fe625 Trying to fix Travis CI for node8; failing to load a devDependency in Web3. Richard Moore 2018-07-17 16:11:51 -04:00
  • 8c7c592bd1 Updated dist files. Richard Moore 2018-07-17 16:10:13 -04:00
  • b9aca357a9 Updated generated version file. Richard Moore 2018-07-17 16:09:35 -04:00
  • 26f5a558d6 Fixed some concerns of eslint. Richard Moore 2018-07-17 16:09:06 -04:00
  • 960919d00a Version bump (pre-release: beta.0). Richard Moore 2018-07-17 15:49:37 -04:00
  • b712c88088 Updated dist files. Richard Moore 2018-07-17 15:36:14 -04:00
  • a062f75d38 Made Signatures more flexible for input. Richard Moore 2018-07-17 15:32:06 -04:00
  • a67e3d1d65 Updated demo wallet send for v4 API. Richard Moore 2018-07-17 02:35:39 -04:00
  • 28927a6f1a Updated dist files. Richard Moore 2018-07-17 02:07:36 -04:00
  • ce864fa1b2 Fixed browser shim for setImmediate. Richard Moore 2018-07-17 02:05:24 -04:00
  • 7e1e760b95 Remove editor swap file. Richard Moore 2018-07-17 01:49:51 -04:00
  • d19df0dcae Updated dist files. Richard Moore 2018-07-17 01:46:27 -04:00
  • b61b84dfc8 Moved static Wallet calls to utils and refactors exposed types. Richard Moore 2018-07-17 01:44:04 -04:00
  • 922de67a8b Updated dist files. Richard Moore 2018-07-16 04:00:56 -04:00
  • e8c657ba70 Fixed type definitions using absolute path. Richard Moore 2018-07-16 03:59:25 -04:00
  • 1ce4f75b0d Increase wallet testcases timeout for decrypting and encrypting. Richard Moore 2018-07-16 03:30:09 -04:00
  • 175966674d Use brwoser hmac directly from browser pbkdf2. Richard Moore 2018-07-16 03:29:08 -04:00
  • d1ce9f4964 Refactored imports and exports to be both node-friendly and TypeScript-friendly. Richard Moore 2018-07-16 03:27:49 -04:00
  • 0f9d0ef533 Updated dist files. Richard Moore 2018-07-16 00:55:34 -04:00
  • e4df325e22 Moved getNetwork to utils. Richard Moore 2018-07-16 00:48:41 -04:00
  • 3b843a1782 Moving away from default exports. Richard Moore 2018-07-16 00:39:29 -04:00
  • 614b2d0325 Removing default export from wordlists. Richard Moore 2018-07-16 00:32:26 -04:00
  • 46e4db0b24 Added wordlists to faux-fs for phantomjs testing. Richard Moore 2018-07-16 00:25:13 -04:00
  • 94171f6c57 Updated dist files. Richard Moore 2018-07-16 00:24:50 -04:00
  • e0391ee1bc Increased timeouts for some test cases that are failing in phantomjs on Travis CI. Richard Moore 2018-07-16 00:20:36 -04:00