371 Commits

Author SHA1 Message Date
aaron
20c4e285f0 Move envify and unreachable-branch-transform to normal dependencies for external browserify support. 2015-03-04 09:39:42 -08:00
Marek Kotewicz
024433fbda Merge branch 'master' into develop
Conflicts:
	dist/ethereum.js.map
	dist/ethereum.min.js
2015-03-04 00:48:33 +01:00
Marek Kotewicz
9887972ba8 version 2015-03-04 00:46:53 +01:00
Marek Kotewicz
63dcee68ee ignore for maxcomplexity warning
Conflicts:
	dist/ethereum.js.map
2015-03-04 00:45:39 +01:00
Marek Kotewicz
8376bfa6ef gulp 2015-03-04 00:44:44 +01:00
Marek Kotewicz
a59f3a4c5c Merge pull request #85 from ethers/abiString
constants should be before (dynamic) string contents, fix #84
2015-03-04 00:43:53 +01:00
Marek Kotewicz
0dd6cc41fa gulp 2015-03-04 00:43:10 +01:00
Marek Kotewicz
688faeca73 Merge pull request #81 from ethers/arraySupport
constants should be before array contents, fixes #30
Conflicts:
	lib/abi.js
2015-03-04 00:42:46 +01:00
Marek Kotewicz
601c8abf74 ignore for maxcomplexity warning 2015-03-04 00:30:29 +01:00
Marek Kotewicz
d9d190ec33 Merge branch 'master' into develop
Conflicts:
	dist/ethereum.js
	dist/ethereum.js.map
	dist/ethereum.min.js
	lib/abi.js
2015-03-04 00:29:24 +01:00
Marek Kotewicz
64f6630b40 updated README.md 2015-03-04 00:27:06 +01:00
Marek Kotewicz
4f9aaec191 Merge pull request #94 from ethereum/signature
signature methods separated from abi.js
2015-03-04 00:12:18 +01:00
Marek Kotewicz
91321fbcd7 removed web3 dependency from abi.js 2015-03-03 18:38:23 +01:00
Marek Kotewicz
5c7d8a7e33 separated event signature 2015-03-03 18:34:06 +01:00
Marek Kotewicz
30111f7cf5 Merge pull request #87 from kumavis/develop
Move browserify transforms to package.json
2015-02-28 10:39:32 +01:00
Marek Kotewicz
f2029b4e33 Merge pull request #85 from ethers/abiString
constants should be before (dynamic) string contents, fix #84
2015-02-28 10:03:23 +01:00
aaron
ee686b0ec4 Move browserify transforms to package.json 2015-02-27 15:47:41 -08:00
ethers
4b9bc177f7 constants should be before (dynamic) string contents 2015-02-27 14:41:52 -08:00
Marek Kotewicz
8cf8b9e9d3 gulp 2015-02-27 09:19:35 +01:00
Marek Kotewicz
fd85749764 Merge pull request #81 from ethers/arraySupport
constants should be before array contents, fixes #30
2015-02-27 09:18:29 +01:00
ethers
fcab219d7d vary the length of the arrays 2015-02-26 20:28:21 -08:00
ethers
f8db634a8f need to save/concat per iteration 2015-02-26 20:24:19 -08:00
ethers
ce664d61d5 fix test descriptions 2015-02-26 20:17:27 -08:00
ethers
66196ee8ba constants should be before array contents, fixes #30 2015-02-26 20:06:26 -08:00
Marek Kotewicz
2e9a41113e Merge pull request #71 from frozeman/apiOverhaul
add formatter for gasPrice and balance
2015-02-26 11:50:01 +01:00
Fabian Vogelsteller
30518ae6c8 fixed complexities 2015-02-26 10:56:04 +01:00
Marek Kotewicz
5bd166cc82 clearing timeout 2015-02-25 17:07:16 +01:00
Fabian Vogelsteller
84900e6463 merged with solved conflicts 2015-02-25 17:01:23 +01:00
Fabian Vogelsteller
eaef1a2d37 merged develop 2015-02-25 16:33:07 +01:00
Fabian Vogelsteller
9981b97b45 fixed ) 2015-02-25 16:31:09 +01:00
Fabian Vogelsteller
8128342908 fixed small change request 2015-02-25 16:30:23 +01:00
Marek Kotewicz
72d7a0c7ac Merge branch 'master' of https://github.com/ethereum/ethereum.js 2015-02-25 15:53:44 +01:00
Marek Kotewicz
16d7e2520f jshint is more strict 2015-02-25 15:53:28 +01:00
Fabian Vogelsteller
5ea5be2489 add deprecated transact 2015-02-25 14:32:57 +01:00
Fabian Vogelsteller
181f1093e6 changed getCode to getData 2015-02-25 11:01:58 +01:00
Marian OANCΞA
cc670370f7 Merge pull request #76 from cubedro/master
NPM & Bower maintenance
2015-02-25 00:28:31 +02:00
cubedro
90fe42f1cc Bower version bump 2015-02-24 23:56:23 +02:00
cubedro
e91e6c501b v0.0.16 2015-02-24 23:47:56 +02:00
Fabian Vogelsteller
1fa7fa6958 toFromWei fix 2015-02-24 18:08:17 +01:00
Fabian Vogelsteller
ee65b2ca5c add input formatter for transactions 2015-02-24 13:00:24 +01:00
Fabian Vogelsteller
fec54d81ae add depreaction warnring to contractFromAbi 2015-02-24 10:45:03 +01:00
Fabian Vogelsteller
684c495981 changed contract API 2015-02-24 10:36:54 +01:00
Fabian Vogelsteller
36ca47f11c Changed watch to filter for eth and shh 2015-02-23 18:30:37 +01:00
Fabian Vogelsteller
7fde77dbb3 add formatter 2015-02-23 17:05:53 +01:00
Marek Kotewicz
b41d7b3134 Merge branch 'master' into develop 2015-02-23 15:44:28 +01:00
Marek Kotewicz
d2ad9ac3d6 updated link to json-rpc wiki v0.0.15 2015-02-23 15:44:03 +01:00
Marek Kotewicz
5424406b1b Merge pull request #69 from frozeman/apiOverhaul
Add working tests and fixed return value of from/toWei
2015-02-23 14:08:55 +01:00
Fabian Vogelsteller
1e3edbb2b1 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into apiOverhaul 2015-02-23 10:03:45 +01:00
Fabian Vogelsteller
60cda4e58a fixed tests 2015-02-23 10:01:00 +01:00
cubedro
9bdcebf434 removed ws from package.json 2015-02-22 22:55:36 +02:00