ricmoo
|
89c4c75e3c
|
Scripts to run test cases.
|
2017-02-24 14:44:19 -05:00 |
|
ricmoo
|
6aceee8486
|
Added test case generation files.
|
2017-02-24 14:42:54 -05:00 |
|
ricmoo
|
26958d74d8
|
Moving test cases around; preparing to delete.
|
2017-02-24 14:41:24 -05:00 |
|
ricmoo
|
38d578a2c6
|
Migrating to a split up package; renaming files.
|
2017-02-24 14:32:44 -05:00 |
|
ricmoo
|
96aaed7395
|
Version bump (patch).
|
2017-02-02 17:06:44 -05:00 |
|
ricmoo
|
7027935ff7
|
Fixed failing contracts with fallback function.
|
2017-02-02 17:06:07 -05:00 |
|
ricmoo
|
5d692f4908
|
Some JSON-RPC clients do not allow call blockTag to be optional.
|
2017-01-27 16:24:53 -05:00 |
|
ricmoo
|
9def4a6170
|
Fix data bug for sendTransaction (was not incuded).
|
2017-01-27 15:49:15 -05:00 |
|
ricmoo
|
3a0d79b1e4
|
Just pulling in bn.js and hash.js libraries, instead of relying on the version pulled from elliptic.
|
2016-11-21 18:45:24 -05:00 |
|
ricmoo
|
048ef96ad0
|
Fixed package dependency issue when elliptic is already installed.
|
2016-11-21 18:20:36 -05:00 |
|
ricmoo
|
51f1fa50dd
|
Expose the Interface and Contract objects.
|
2016-11-21 17:46:36 -05:00 |
|
ricmoo
|
d8a88c18d3
|
Added keyword arguments and proper result types for the Interface and Solidity parser.
|
2016-11-09 17:27:34 -05:00 |
|
ricmoo
|
db7cff9582
|
BN.js fixed nmask for us, so we use that now instead of our mask hack.
|
2016-11-09 16:39:33 -05:00 |
|
ricmoo
|
dc2583ddd8
|
Updating dist.
v1.0.5
|
2016-10-05 00:12:15 +08:00 |
|
ricmoo
|
3be962f09d
|
Made secret-storage more closely resemble geth.
|
2016-10-05 00:06:05 +08:00 |
|
ricmoo
|
736b08e016
|
Updated parseTransaction to format parameters more meaningfully.
v1.0.4
|
2016-09-16 14:46:19 +08:00 |
|
ricmoo
|
d8013cae37
|
Added transaction parsing with address recovery.
|
2016-09-16 14:08:36 +08:00 |
|
ricmoo
|
b26b1b9c53
|
Moved getContractAddress to utils.
|
2016-08-23 22:06:26 -04:00 |
|
ricmoo
|
1c9c7b7a7d
|
Refactored some internal libraries.
v1.0.1
|
2016-08-23 20:24:18 -04:00 |
|
ricmoo
|
a9aaeefe24
|
Moved address functions to utils (things without need ofr signing do not need all the extra requires).
|
2016-08-23 20:12:12 -04:00 |
|
ricmoo
|
8257e3f885
|
Moved ether parsing/formatting into its own library.
|
2016-08-23 19:35:19 -04:00 |
|
ricmoo
|
965c987761
|
Updated docs for promise-based secret storage.
|
2016-08-15 23:27:10 -04:00 |
|
ricmoo
|
142e5276fe
|
Moved encrypt, decrypt and brain wallet to use promises (which greatly improves nested progress callback, approx 4x performance).
|
2016-08-15 23:04:02 -04:00 |
|
ricmoo
|
351d1a2dad
|
Added github repo to package.json.
|
2016-08-10 14:30:33 -04:00 |
|
ricmoo
|
72424ea2d2
|
Fixed typo in wallet demo.
|
2016-08-08 17:12:27 -04:00 |
|
ricmoo
|
1e703bfdb4
|
Version Bump (patch).
|
2016-08-08 14:34:55 -04:00 |
|
ricmoo
|
dee0a4bf3e
|
Added raw private key and made homestead default network.
|
2016-08-08 00:18:01 -04:00 |
|
ricmoo
|
9c1d6051fb
|
Fixed empty transaction field bug.
|
2016-08-07 15:18:42 -04:00 |
|
ricmoo
|
3c67736cbb
|
Fixed randomish bug.
|
2016-08-07 15:17:53 -04:00 |
|
ricmoo
|
c697a5bc81
|
Version bump (patch).
|
2016-08-05 16:15:50 -04:00 |
|
ricmoo
|
0e9df5cb76
|
Fixed bug when passing in hex string to formatEther.
|
2016-08-05 16:14:09 -04:00 |
|
ricmoo
|
7a37dd6949
|
Added installing section and npm badge to docs.
|
2016-08-05 03:53:29 -04:00 |
|
ricmoo
|
cecefd416d
|
Small changes to docs.
v0.0.9
|
2016-08-05 03:40:31 -04:00 |
|
ricmoo
|
79f9047c21
|
Added wallet provider test.
|
2016-08-05 03:16:13 -04:00 |
|
ricmoo
|
f9f7469ccf
|
Fixed variable masking issue in exaples in docs.
|
2016-08-05 03:06:36 -04:00 |
|
ricmoo
|
1e5933eb45
|
Fixed test cases that were being missed.
|
2016-08-05 03:04:17 -04:00 |
|
ricmoo
|
a4e1f531b7
|
Etherscan now supports estiateGas and getGasPrice (thanks Matt!).
|
2016-08-05 02:56:24 -04:00 |
|
ricmoo
|
0a38d14930
|
Updated dist.
|
2016-08-04 21:38:05 -04:00 |
|
ricmoo
|
4e7f2fa3d4
|
Allow wei to be passed in as a hex string.
|
2016-08-04 21:37:33 -04:00 |
|
ricmoo
|
4b99bb579c
|
Fixed getContractAddress function
|
2016-08-04 21:37:15 -04:00 |
|
ricmoo
|
0b59519c19
|
Version bump (patch).
|
2016-08-04 20:29:55 -04:00 |
|
ricmoo
|
4d18119ccf
|
Updated dist.
|
2016-08-04 20:29:20 -04:00 |
|
ricmoo
|
4af236d3ac
|
Moved setImmediate shim to wallet.
|
2016-08-04 20:28:55 -04:00 |
|
ricmoo
|
eddb9c28a8
|
Moved setImmediate shim into wallet.
|
2016-08-04 20:27:21 -04:00 |
|
ricmoo
|
40a6fdd95e
|
Removed web3 from splitter.
|
2016-08-04 20:12:50 -04:00 |
|
ricmoo
|
3f80001e4d
|
On failed RPC, include original error and data.
|
2016-08-04 17:53:44 -04:00 |
|
ricmoo
|
89082164ce
|
Version bump (patch).
|
2016-08-04 04:00:02 -04:00 |
|
ricmoo
|
9df7c2f37a
|
Fixed etherscan production url.
|
2016-08-04 03:58:48 -04:00 |
|
ricmoo
|
840f510bf1
|
Added documentation note for why gas price is hard-coded.
|
2016-08-04 03:43:59 -04:00 |
|
ricmoo
|
1bd95b127b
|
Added wallet example.
|
2016-08-04 03:21:49 -04:00 |
|