Commit Graph

  • ef2be2e86d Updated wallet tool to use new library. ricmoo 2017-04-05 17:14:09 -0400
  • 14841641c1 Updated gitignore. ricmoo 2017-04-05 17:13:26 -0400
  • cde70b1494 Updated documentation. ricmoo 2017-04-05 17:06:11 -0400
  • 79a7f3dd64 Updated umbrella README. ricmoo 2017-04-05 16:56:41 -0400
  • ef2f0add35 Moved to using npm versions of packages in umbrella package. ricmoo 2017-04-05 16:53:29 -0400
  • 2ff0b10084 Added repo ro package.json. ricmoo 2017-04-05 16:43:57 -0400
  • 40634da90b Added basic README for npm. ricmoo 2017-04-05 16:43:34 -0400
  • afea5e81f9 Added repo to package.json ricmoo 2017-04-05 16:35:53 -0400
  • 29cc0795b4 Fixed cross-package isBigNumber. ricmoo 2017-04-05 16:33:37 -0400
  • f77d5ff909 Added repo to package.json. ricmoo 2017-04-05 16:27:06 -0400
  • 88b48738cc Added basic README for npm. ricmoo 2017-04-05 16:26:39 -0400
  • 617f7a1ce6 Version bump (patch) to include new readme. ricmoo 2017-04-05 16:10:06 -0400
  • 2ab382a355 Added basic readme for utils. ricmoo 2017-04-05 16:09:33 -0400
  • 28f40287ce Adding repo to package.json. ricmoo 2017-04-05 16:06:14 -0400
  • 7250e96850 Use most recent compatible version of ethers packages. ricmoo 2017-04-04 18:55:36 -0400
  • 92bef64979 Removed HDNode dist files (moved to Wallet). ricmoo 2017-04-04 18:54:46 -0400
  • 1c2d7c466e Updated dist packages. ricmoo 2017-04-04 18:53:59 -0400
  • 85bce0582e Added HTML build of docs. ricmoo 2017-04-04 18:48:34 -0400
  • e746891ae0 Updated documentation. ricmoo 2017-04-04 18:43:41 -0400
  • 9fa2c878b9 Updated to new version of etehreumjs-tx (for testing EIP155 support). ricmoo 2017-04-04 18:32:35 -0400
  • 6c963f6404 Transactions are returned instead of hashes. ricmoo 2017-04-04 18:32:00 -0400
  • bb8f06c248 If raw is missing from a transaction, compute it. ricmoo 2017-04-04 18:23:31 -0400
  • cb9bfccb9a Moved HDNode into Wallet. ricmoo 2017-04-04 17:50:50 -0400
  • 3069fa759b Contracts now return hex strings instead of arrays. ricmoo 2017-04-04 17:40:25 -0400
  • ecd9d31371 Renamed summonBrainWallet to fromBrainWallet. Removed crowdslae tests (they will be added again in the future). ricmoo 2017-04-04 17:39:32 -0400
  • 6c0723bc43 Added testcase for nonce (which should be truncated). ricmoo 2017-04-04 17:36:59 -0400
  • dc4f2dcee7 Cleaned up umbrella index. ricmoo 2017-04-04 17:35:34 -0400
  • f772ce111e Renamed "execute" to "functions". Use signer estimateGas if possible. ricmoo 2017-04-04 17:33:47 -0400
  • d686374e05 Make safe integers into JavaScript numbers. Added more detail error messages. Prevent contracts from hijacking "functions" and "events". ricmoo 2017-04-04 17:32:04 -0400
  • 73eef741b6 Small bug fixes and improved network ID population. ricmoo 2017-04-04 17:30:17 -0400
  • 4075f330e2 Using Provider.inherits. ricmoo 2017-04-04 17:28:25 -0400
  • c10c3b937c Make fallback providers immutable. ricmoo 2017-04-04 17:27:28 -0400
  • 8603c836e1 Cleaning up utils index. ricmoo 2017-04-04 17:26:09 -0400
  • 27bdceaf32 Using throw-error to populate meaningful errors. ricmoo 2017-04-04 17:22:53 -0400
  • 9672b9d3b8 Renamed rlp to RLP. ricmoo 2017-04-04 17:21:59 -0400
  • 4f05bf87ac Fixed signing key recover when hex strings are passed in for r and s. ricmoo 2017-04-04 17:19:55 -0400
  • c88d796f0e Fixed progressCallback canel bug. Return transaction instead of transaction hash. Renamed rlp to RLP. ricmoo 2017-04-04 17:19:18 -0400
  • 0b8cf42fcf Changed validMnemonic to isValidMnemonic. ricmoo 2017-04-04 17:18:23 -0400
  • 807b27048b Added throw-error utility. ricmoo 2017-04-04 17:06:49 -0400
  • 6a01b622a2 Updated a lot of the documentation. ricmoo 2017-03-23 05:20:27 -0400
  • 7e61b6b730 Suppress too many levels of api-advanded in the toc. ricmoo 2017-03-23 05:19:33 -0400
  • 156534e2ba Initial documentation (still lots to do). ricmoo 2017-03-12 19:12:18 -0400
  • 5f650572ce Added sup override for dt. ricmoo 2017-03-12 19:08:13 -0400
  • 9bed4096b8 Fixed contract-address bug (nonce was not zero-stripped). ricmoo 2017-03-10 17:16:58 -0500
  • b097e48efc Grunt file to produce browser test cases. ricmoo 2017-03-08 01:55:02 -0500
  • 1a3aa4fd1a Added listener event for address balance changes. ricmoo 2017-03-08 01:53:59 -0500
  • 83d099b37c Fixed constructor calls. ricmoo 2017-03-08 01:52:53 -0500
  • 637a6d7f40 Better checks for trying to call contract methods with weird options. ricmoo 2017-03-08 01:52:23 -0500
  • 78c4af5e4b Removed base option to toString. ricmoo 2017-03-08 01:51:28 -0500
  • 730ccd36b2 Fixed fallback randomBytes for weak-crypto browsers.. ricmoo 2017-03-08 01:51:04 -0500
  • 33a1459505 Re-org packages. ricmoo 2017-03-08 01:50:12 -0500
  • 30cf4a1702 Moved wallet to separate file. ricmoo 2017-03-08 01:49:05 -0500
  • 16529909f9 House cleaning. ricmoo 2017-03-08 01:48:27 -0500
  • adc1d93ac2 Added EIP155 support. ricmoo 2017-03-08 01:47:29 -0500
  • 94ba940382 Moved hdnode to wallet. ricmoo 2017-03-06 16:11:24 -0500
  • cf83d92cc1 Fixing up browser test cases. ricmoo 2017-03-01 15:56:49 -0500
  • f6990b6e1f Changed name of local created test private keys. ricmoo 2017-03-01 15:24:02 -0500
  • da1526b92f Added dummy file to keep dist directory in tests. ricmoo 2017-03-01 15:20:00 -0500
  • 4cd710f84e Added npm test to umbrella pacakge. ricmoo 2017-03-01 15:18:54 -0500
  • 55833fcad0 Added Contract getDeployFunction. ricmoo 2017-03-01 03:59:46 -0500
  • f1d35ba18a Fixed to address bug and simplified code. ricmoo 2017-03-01 02:36:14 -0500
  • 54685bd660 Fixed name bug (typo). ricmoo 2017-03-01 02:34:52 -0500
  • b0f0e8841e Moved to more flexible contract signers. ricmoo 2017-03-01 02:34:18 -0500
  • a073968597 Added constructor and simplified interface. ricmoo 2017-03-01 02:33:29 -0500
  • 5ecba670a5 Moved to Provider provided inherits. ricmoo 2017-03-01 02:31:11 -0500
  • 45c1108ca8 Added topic events and fixed bugs. ricmoo 2017-03-01 02:30:37 -0500
  • e115b2d8a8 Fixed call bug for strict JSON-RPC nodes. ricmoo 2017-03-01 02:29:12 -0500
  • cf20071189 Fixed empty response for getLogs and call bug. ricmoo 2017-03-01 02:27:59 -0500
  • b4b60b64aa Added provider test cases. ricmoo 2017-03-01 02:26:50 -0500
  • 8111ef74b2 Refactored RLP coder a bit. ricmoo 2017-02-28 20:50:53 -0500
  • b4c498f088 Added TestContract.sol for testing contracts and providers. ricmoo 2017-02-28 20:50:20 -0500
  • 8286c63ddc Gruntfile produces proper stand-alone files for browser. ricmoo 2017-02-27 17:35:23 -0500
  • 7394e83eeb Added testcase name to failed test cases. ricmoo 2017-02-27 17:29:23 -0500
  • ebd9bbde2e Added browser test harness. ricmoo 2017-02-27 01:51:27 -0500
  • 90f27da293 Fixed umbrella test harness. ricmoo 2017-02-27 01:50:17 -0500
  • 7d11687f15 Updated hdnode API in test case. ricmoo 2017-02-27 00:17:22 -0500
  • 3234f04b27 Added brainwallet test. ricmoo 2017-02-27 00:17:01 -0500
  • 5c16c14fed Fixed filename typo. ricmoo 2017-02-27 00:13:09 -0500
  • 6aca737405 Added contracts pacakge.json. ricmoo 2017-02-27 00:10:19 -0500
  • c884627e21 Added dist files. ricmoo 2017-02-27 00:09:47 -0500
  • 8fa9b34e87 Added providers to umbrella package. ricmoo 2017-02-27 00:09:07 -0500
  • b1190e6e0b Optimized gruntfile (manually remove weird pulled in dependencies). ricmoo 2017-02-27 00:08:48 -0500
  • 0c1615aef5 Custom pbkdf2 without create-hash and create-hmac. ricmoo 2017-02-27 00:07:46 -0500
  • e31f20e441 Added default url for JSON-RPC provider. ricmoo 2017-02-27 00:06:32 -0500
  • 735e492f8c Cleaning up utils. ricmoo 2017-02-27 00:05:39 -0500
  • a107a7c3e2 Cleaning up hdnode. ricmoo 2017-02-27 00:04:03 -0500
  • b5f4d3b113 Cleaning up wallet. ricmoo 2017-02-27 00:02:40 -0500
  • 005c0d2cdc Removed dead code. ricmoo 2017-02-25 01:24:54 -0500
  • 0db4b352b6 Added split up providers. ricmoo 2017-02-25 01:23:48 -0500
  • 0694a5db0e Added auto-running testcases. ricmoo 2017-02-24 15:24:11 -0500
  • 73c7efffb0 Added wallet package.json. ricmoo 2017-02-24 15:10:54 -0500
  • 729170ec97 Added split up contract. ricmoo 2017-02-24 15:10:28 -0500
  • 2b0c40feb4 Added HDNode and BIP39 mnemonic phrases. ricmoo 2017-02-24 14:59:05 -0500
  • 91543a0029 Split up utils. ricmoo 2017-02-24 14:57:46 -0500
  • 9625745f4c Added new regression tests (based on pregenerated JSON files). ricmoo 2017-02-24 14:56:55 -0500
  • 89c4c75e3c Scripts to run test cases. ricmoo 2017-02-24 14:44:19 -0500
  • 6aceee8486 Added test case generation files. ricmoo 2017-02-24 14:42:54 -0500
  • 26958d74d8 Moving test cases around; preparing to delete. ricmoo 2017-02-24 14:41:24 -0500
  • 38d578a2c6 Migrating to a split up package; renaming files. ricmoo 2017-02-24 14:32:44 -0500
  • 96aaed7395 Version bump (patch). ricmoo 2017-02-02 17:06:44 -0500