Commit Graph

  • 0aee62df4d Updated dist and added donation address to readme. ricmoo 2017-05-10 19:09:58 -04:00
  • 1531793084 Fixed getDeployTransaction with ABI objects and added support for indexed parameters in event logs. ricmoo 2017-05-09 21:48:56 -04:00
  • 4b41c0e1a2 Added resetEventsBlock feature and fixed a problem with some INFURA nodes. ricmoo 2017-05-09 21:45:36 -04:00
  • 12eb60d2f7 Fixed createRandom when no options are passed in. ricmoo 2017-05-09 18:53:32 -04:00
  • 00b628c6cc Changed filenames of namehash test cases. ricmoo 2017-05-08 16:14:55 -04:00
  • 9e80c55275 Fixed up testcases for namehash. ricmoo 2017-05-08 16:13:01 -04:00
  • 301d803fc5 Version bump (patch) for namehash. ricmoo 2017-05-08 12:14:56 -04:00
  • a07dfa9572 Added ENS test generation script. ricmoo 2017-05-03 20:25:04 -04:00
  • b528131937 Added namehash to utils. ricmoo 2017-05-03 20:24:07 -04:00
  • 169347d0c4 Version bump (patch). ricmoo 2017-04-22 11:58:43 -04:00
  • e4dcec7de7 Updating dist package for updated EtherscanProvider. ricmoo 2017-04-22 11:57:39 -04:00
  • 4407c7a4e1 Updated to new Etherscan URL. ricmoo 2017-04-22 11:46:04 -04:00
  • cafd16b960 Updted etherscan provider (they changed their URL). ricmoo 2017-04-22 11:43:32 -04:00
  • 3d56251d15 Added npmignore to thin down the umbrella package. ricmoo 2017-04-06 14:13:22 -04:00
  • a90ab3dbb1 Removed old file. ricmoo 2017-04-06 14:10:32 -04:00
  • c137f5fe9f Version bump (patch) for Issue#15; browser-random-bytes using undefined utils. ricmoo 2017-04-06 13:50:02 -04:00
  • f7bdaadd7e Merge pull request #15 from slavik0329/master Richard Moore 2017-04-06 13:48:16 -04:00
  • 36a5b13a0c Fixed call to defineProperty Steve Dakh 2017-04-06 13:39:21 -04:00
  • 42f4ff398c Remove old hdnode (now part of Wallet). ricmoo 2017-04-05 17:19:13 -04:00
  • d65a1f120e Updated test location (test files are too big to include in dist). ricmoo 2017-04-05 17:14:57 -04:00
  • ef2be2e86d Updated wallet tool to use new library. ricmoo 2017-04-05 17:14:09 -04:00
  • 14841641c1 Updated gitignore. ricmoo 2017-04-05 17:13:26 -04:00
  • cde70b1494 Updated documentation. ricmoo 2017-04-05 17:06:11 -04:00
  • 79a7f3dd64 Updated umbrella README. ricmoo 2017-04-05 16:56:41 -04:00
  • ef2f0add35 Moved to using npm versions of packages in umbrella package. ricmoo 2017-04-05 16:53:29 -04:00
  • 2ff0b10084 Added repo ro package.json. ricmoo 2017-04-05 16:43:57 -04:00
  • 40634da90b Added basic README for npm. ricmoo 2017-04-05 16:43:34 -04:00
  • afea5e81f9 Added repo to package.json ricmoo 2017-04-05 16:35:53 -04:00
  • 29cc0795b4 Fixed cross-package isBigNumber. ricmoo 2017-04-05 16:33:37 -04:00
  • f77d5ff909 Added repo to package.json. ricmoo 2017-04-05 16:27:06 -04:00
  • 88b48738cc Added basic README for npm. ricmoo 2017-04-05 16:26:39 -04:00
  • 617f7a1ce6 Version bump (patch) to include new readme. ricmoo 2017-04-05 16:10:06 -04:00
  • 2ab382a355 Added basic readme for utils. ricmoo 2017-04-05 16:09:33 -04:00
  • 28f40287ce Adding repo to package.json. ricmoo 2017-04-05 16:06:14 -04:00
  • 7250e96850 Use most recent compatible version of ethers packages. ricmoo 2017-04-04 18:55:36 -04:00
  • 92bef64979 Removed HDNode dist files (moved to Wallet). ricmoo 2017-04-04 18:54:46 -04:00
  • 1c2d7c466e Updated dist packages. ricmoo 2017-04-04 18:53:59 -04:00
  • 85bce0582e Added HTML build of docs. ricmoo 2017-04-04 18:48:34 -04:00
  • e746891ae0 Updated documentation. ricmoo 2017-04-04 18:43:41 -04:00
  • 9fa2c878b9 Updated to new version of etehreumjs-tx (for testing EIP155 support). ricmoo 2017-04-04 18:32:35 -04:00
  • 6c963f6404 Transactions are returned instead of hashes. ricmoo 2017-04-04 18:32:00 -04:00
  • bb8f06c248 If raw is missing from a transaction, compute it. ricmoo 2017-04-04 18:23:31 -04:00
  • cb9bfccb9a Moved HDNode into Wallet. ricmoo 2017-04-04 17:50:50 -04:00
  • 3069fa759b Contracts now return hex strings instead of arrays. ricmoo 2017-04-04 17:40:25 -04:00
  • ecd9d31371 Renamed summonBrainWallet to fromBrainWallet. Removed crowdslae tests (they will be added again in the future). ricmoo 2017-04-04 17:39:32 -04:00
  • 6c0723bc43 Added testcase for nonce (which should be truncated). ricmoo 2017-04-04 17:36:59 -04:00
  • dc4f2dcee7 Cleaned up umbrella index. ricmoo 2017-04-04 17:35:34 -04:00
  • f772ce111e Renamed "execute" to "functions". Use signer estimateGas if possible. ricmoo 2017-04-04 17:33:47 -04:00
  • 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 -04:00
  • 73eef741b6 Small bug fixes and improved network ID population. ricmoo 2017-04-04 17:30:17 -04:00
  • 4075f330e2 Using Provider.inherits. ricmoo 2017-04-04 17:28:25 -04:00
  • c10c3b937c Make fallback providers immutable. ricmoo 2017-04-04 17:27:28 -04:00
  • 8603c836e1 Cleaning up utils index. ricmoo 2017-04-04 17:26:09 -04:00
  • 27bdceaf32 Using throw-error to populate meaningful errors. ricmoo 2017-04-04 17:22:53 -04:00
  • 9672b9d3b8 Renamed rlp to RLP. ricmoo 2017-04-04 17:21:59 -04:00
  • 4f05bf87ac Fixed signing key recover when hex strings are passed in for r and s. ricmoo 2017-04-04 17:19:55 -04:00
  • c88d796f0e Fixed progressCallback canel bug. Return transaction instead of transaction hash. Renamed rlp to RLP. ricmoo 2017-04-04 17:19:18 -04:00
  • 0b8cf42fcf Changed validMnemonic to isValidMnemonic. ricmoo 2017-04-04 17:18:23 -04:00
  • 807b27048b Added throw-error utility. ricmoo 2017-04-04 17:06:49 -04:00
  • 6a01b622a2 Updated a lot of the documentation. ricmoo 2017-03-23 05:20:27 -04:00
  • 7e61b6b730 Suppress too many levels of api-advanded in the toc. ricmoo 2017-03-23 05:19:33 -04:00
  • 156534e2ba Initial documentation (still lots to do). ricmoo 2017-03-12 19:12:18 -04:00
  • 5f650572ce Added sup override for dt. ricmoo 2017-03-12 19:08:13 -04:00
  • 9bed4096b8 Fixed contract-address bug (nonce was not zero-stripped). ricmoo 2017-03-10 17:16:58 -05:00
  • b097e48efc Grunt file to produce browser test cases. ricmoo 2017-03-08 01:55:02 -05:00
  • 1a3aa4fd1a Added listener event for address balance changes. ricmoo 2017-03-08 01:53:59 -05:00
  • 83d099b37c Fixed constructor calls. ricmoo 2017-03-08 01:52:53 -05:00
  • 637a6d7f40 Better checks for trying to call contract methods with weird options. ricmoo 2017-03-08 01:52:23 -05:00
  • 78c4af5e4b Removed base option to toString. ricmoo 2017-03-08 01:51:28 -05:00
  • 730ccd36b2 Fixed fallback randomBytes for weak-crypto browsers.. ricmoo 2017-03-08 01:51:04 -05:00
  • 33a1459505 Re-org packages. ricmoo 2017-03-08 01:50:12 -05:00
  • 30cf4a1702 Moved wallet to separate file. ricmoo 2017-03-08 01:49:05 -05:00
  • 16529909f9 House cleaning. ricmoo 2017-03-08 01:48:27 -05:00
  • adc1d93ac2 Added EIP155 support. ricmoo 2017-03-08 01:47:29 -05:00
  • 94ba940382 Moved hdnode to wallet. ricmoo 2017-03-06 16:11:24 -05:00
  • cf83d92cc1 Fixing up browser test cases. ricmoo 2017-03-01 15:56:49 -05:00
  • f6990b6e1f Changed name of local created test private keys. ricmoo 2017-03-01 15:24:02 -05:00
  • da1526b92f Added dummy file to keep dist directory in tests. ricmoo 2017-03-01 15:20:00 -05:00
  • 4cd710f84e Added npm test to umbrella pacakge. ricmoo 2017-03-01 15:18:54 -05:00
  • 55833fcad0 Added Contract getDeployFunction. ricmoo 2017-03-01 03:59:46 -05:00
  • f1d35ba18a Fixed to address bug and simplified code. ricmoo 2017-03-01 02:36:14 -05:00
  • 54685bd660 Fixed name bug (typo). ricmoo 2017-03-01 02:34:52 -05:00
  • b0f0e8841e Moved to more flexible contract signers. ricmoo 2017-03-01 02:34:18 -05:00
  • a073968597 Added constructor and simplified interface. ricmoo 2017-03-01 02:33:29 -05:00
  • 5ecba670a5 Moved to Provider provided inherits. ricmoo 2017-03-01 02:31:11 -05:00
  • 45c1108ca8 Added topic events and fixed bugs. ricmoo 2017-03-01 02:30:37 -05:00
  • e115b2d8a8 Fixed call bug for strict JSON-RPC nodes. ricmoo 2017-03-01 02:29:12 -05:00
  • cf20071189 Fixed empty response for getLogs and call bug. ricmoo 2017-03-01 02:27:59 -05:00
  • b4b60b64aa Added provider test cases. ricmoo 2017-03-01 02:26:50 -05:00
  • 8111ef74b2 Refactored RLP coder a bit. ricmoo 2017-02-28 20:50:53 -05:00
  • b4c498f088 Added TestContract.sol for testing contracts and providers. ricmoo 2017-02-28 20:50:20 -05:00
  • 8286c63ddc Gruntfile produces proper stand-alone files for browser. ricmoo 2017-02-27 17:35:23 -05:00
  • 7394e83eeb Added testcase name to failed test cases. ricmoo 2017-02-27 17:29:23 -05:00
  • ebd9bbde2e Added browser test harness. ricmoo 2017-02-27 01:51:27 -05:00
  • 90f27da293 Fixed umbrella test harness. ricmoo 2017-02-27 01:50:17 -05:00
  • 7d11687f15 Updated hdnode API in test case. ricmoo 2017-02-27 00:17:22 -05:00
  • 3234f04b27 Added brainwallet test. ricmoo 2017-02-27 00:17:01 -05:00
  • 5c16c14fed Fixed filename typo. ricmoo 2017-02-27 00:13:09 -05:00
  • 6aca737405 Added contracts pacakge.json. ricmoo 2017-02-27 00:10:19 -05:00
  • c884627e21 Added dist files. ricmoo 2017-02-27 00:09:47 -05:00