ricmoo
|
c137f5fe9f
|
Version bump (patch) for Issue#15; browser-random-bytes using undefined utils.
|
2017-04-06 13:50:02 -04:00 |
|
Richard Moore
|
f7bdaadd7e
|
Merge pull request #15 from slavik0329/master
Fixed call to defineProperty.
|
2017-04-06 13:48:16 -04:00 |
|
Steve Dakh
|
36a5b13a0c
|
Fixed call to defineProperty
|
2017-04-06 13:39:21 -04:00 |
|
ricmoo
|
42f4ff398c
|
Remove old hdnode (now part of Wallet).
|
2017-04-05 17:19:13 -04:00 |
|
ricmoo
|
d65a1f120e
|
Updated test location (test files are too big to include in dist).
|
2017-04-05 17:14:57 -04:00 |
|
ricmoo
|
ef2be2e86d
|
Updated wallet tool to use new library.
|
2017-04-05 17:14:09 -04:00 |
|
ricmoo
|
14841641c1
|
Updated gitignore.
|
2017-04-05 17:13:26 -04:00 |
|
ricmoo
|
cde70b1494
|
Updated documentation.
|
2017-04-05 17:06:11 -04:00 |
|
ricmoo
|
79a7f3dd64
|
Updated umbrella README.
|
2017-04-05 16:56:41 -04:00 |
|
ricmoo
|
ef2f0add35
|
Moved to using npm versions of packages in umbrella package.
|
2017-04-05 16:53:29 -04:00 |
|
ricmoo
|
2ff0b10084
|
Added repo ro package.json.
|
2017-04-05 16:43:57 -04:00 |
|
ricmoo
|
40634da90b
|
Added basic README for npm.
|
2017-04-05 16:43:34 -04:00 |
|
ricmoo
|
afea5e81f9
|
Added repo to package.json
|
2017-04-05 16:35:53 -04:00 |
|
ricmoo
|
29cc0795b4
|
Fixed cross-package isBigNumber.
|
2017-04-05 16:33:37 -04:00 |
|
ricmoo
|
f77d5ff909
|
Added repo to package.json.
|
2017-04-05 16:27:06 -04:00 |
|
ricmoo
|
88b48738cc
|
Added basic README for npm.
|
2017-04-05 16:26:39 -04:00 |
|
ricmoo
|
617f7a1ce6
|
Version bump (patch) to include new readme.
|
2017-04-05 16:10:06 -04:00 |
|
ricmoo
|
2ab382a355
|
Added basic readme for utils.
|
2017-04-05 16:09:33 -04:00 |
|
ricmoo
|
28f40287ce
|
Adding repo to package.json.
|
2017-04-05 16:06:14 -04:00 |
|
ricmoo
|
7250e96850
|
Use most recent compatible version of ethers packages.
|
2017-04-04 18:55:36 -04:00 |
|
ricmoo
|
92bef64979
|
Removed HDNode dist files (moved to Wallet).
|
2017-04-04 18:54:46 -04:00 |
|
ricmoo
|
1c2d7c466e
|
Updated dist packages.
|
2017-04-04 18:53:59 -04:00 |
|
ricmoo
|
85bce0582e
|
Added HTML build of docs.
|
2017-04-04 18:48:34 -04:00 |
|
ricmoo
|
e746891ae0
|
Updated documentation.
|
2017-04-04 18:43:41 -04:00 |
|
ricmoo
|
9fa2c878b9
|
Updated to new version of etehreumjs-tx (for testing EIP155 support).
|
2017-04-04 18:32:35 -04:00 |
|
ricmoo
|
6c963f6404
|
Transactions are returned instead of hashes.
|
2017-04-04 18:32:00 -04:00 |
|
ricmoo
|
bb8f06c248
|
If raw is missing from a transaction, compute it.
|
2017-04-04 18:23:31 -04:00 |
|
ricmoo
|
cb9bfccb9a
|
Moved HDNode into Wallet.
|
2017-04-04 17:50:50 -04:00 |
|
ricmoo
|
3069fa759b
|
Contracts now return hex strings instead of arrays.
|
2017-04-04 17:40:25 -04:00 |
|
ricmoo
|
ecd9d31371
|
Renamed summonBrainWallet to fromBrainWallet. Removed crowdslae tests (they will be added again in the future).
|
2017-04-04 17:39:32 -04:00 |
|
ricmoo
|
6c0723bc43
|
Added testcase for nonce (which should be truncated).
|
2017-04-04 17:36:59 -04:00 |
|
ricmoo
|
dc4f2dcee7
|
Cleaned up umbrella index.
|
2017-04-04 17:35:34 -04:00 |
|
ricmoo
|
f772ce111e
|
Renamed "execute" to "functions". Use signer estimateGas if possible.
|
2017-04-04 17:33:47 -04:00 |
|
ricmoo
|
d686374e05
|
Make safe integers into JavaScript numbers. Added more detail error messages. Prevent contracts from hijacking "functions" and "events".
|
2017-04-04 17:32:04 -04:00 |
|
ricmoo
|
73eef741b6
|
Small bug fixes and improved network ID population.
|
2017-04-04 17:30:17 -04:00 |
|
ricmoo
|
4075f330e2
|
Using Provider.inherits.
|
2017-04-04 17:28:25 -04:00 |
|
ricmoo
|
c10c3b937c
|
Make fallback providers immutable.
|
2017-04-04 17:27:28 -04:00 |
|
ricmoo
|
8603c836e1
|
Cleaning up utils index.
|
2017-04-04 17:26:09 -04:00 |
|
ricmoo
|
27bdceaf32
|
Using throw-error to populate meaningful errors.
|
2017-04-04 17:22:53 -04:00 |
|
ricmoo
|
9672b9d3b8
|
Renamed rlp to RLP.
|
2017-04-04 17:21:59 -04:00 |
|
ricmoo
|
4f05bf87ac
|
Fixed signing key recover when hex strings are passed in for r and s.
|
2017-04-04 17:19:55 -04:00 |
|
ricmoo
|
c88d796f0e
|
Fixed progressCallback canel bug. Return transaction instead of transaction hash. Renamed rlp to RLP.
|
2017-04-04 17:19:18 -04:00 |
|
ricmoo
|
0b8cf42fcf
|
Changed validMnemonic to isValidMnemonic.
|
2017-04-04 17:18:23 -04:00 |
|
ricmoo
|
807b27048b
|
Added throw-error utility.
|
2017-04-04 17:06:49 -04:00 |
|
ricmoo
|
6a01b622a2
|
Updated a lot of the documentation.
|
2017-03-23 05:20:27 -04:00 |
|
ricmoo
|
7e61b6b730
|
Suppress too many levels of api-advanded in the toc.
|
2017-03-23 05:19:33 -04:00 |
|
ricmoo
|
156534e2ba
|
Initial documentation (still lots to do).
|
2017-03-12 19:12:18 -04:00 |
|
ricmoo
|
5f650572ce
|
Added sup override for dt.
|
2017-03-12 19:08:13 -04:00 |
|
ricmoo
|
9bed4096b8
|
Fixed contract-address bug (nonce was not zero-stripped).
|
2017-03-10 17:16:58 -05:00 |
|
ricmoo
|
b097e48efc
|
Grunt file to produce browser test cases.
|
2017-03-08 01:55:02 -05:00 |
|