42 Commits

Author SHA1 Message Date
Aakil Fernandes
6e43426767 Contract code length fix (#459)
* Meteor 1.3+ can handle default CommonJs syntax

* Fixed padLeft for iban addresses.

* Fix bignumber dependency

* check code.length > 3

* build

* expose BigNumber on web3 instances

* Fix incorrect filename in documentation

* re-build after merges

* check code.length > 3
2016-07-19 15:02:45 +02:00
Kevin King
68f55cfab5 fixed: ContractFactory prototype inheritance #384 2016-02-10 13:39:33 -08:00
Fabian Vogelsteller
29e3efb8d8 add contract.new.getData 2015-10-30 12:52:51 +01:00
Fabian Vogelsteller
cbfc1bd21d increased cyclomatic complexity fo the contract code checking 2015-10-28 09:58:57 +01:00
Fabian Vogelsteller
eccbf3dbd1 minor fix for contract detection 2015-10-23 17:43:31 +02:00
debris
2a3c011ba1 removed circular references from web3 object 2015-10-21 12:00:11 +08:00
Fabian Vogelsteller
6253e6bdf8 fixed contract creation 2015-10-15 13:07:05 +02:00
Fabian Vogelsteller
e74482464b changed transactionHash property name back 2015-10-08 18:04:37 +02:00
debris
5564011743 making lint happy 2015-10-08 16:19:43 +08:00
debris
b794007a52 sed ethereum.js -> web3.js 2015-10-08 15:34:07 +08:00
debris
10e79d64b2 uncommented few more tests 2015-10-08 08:41:55 +02:00
debris
7dff0a461a refactored extensions 2015-10-08 04:09:51 +02:00
Fabian Vogelsteller
f649befa6d contract.new callback fires now twice, once on txhash and once deployed 2015-07-20 15:51:49 +02:00
Fabian Vogelsteller
8bbf2d1184 merged develop 2015-07-20 14:27:32 +02:00
Fabian Vogelsteller
203a83f074 prevent double firing of cb on contract.new race condition 2015-07-15 09:49:54 +02:00
Fabian Vogelsteller
0775ac5175 fixed #264 2015-07-13 22:56:41 +02:00
Fabian Vogelsteller
9da4645acb fixed events 2015-07-08 12:19:36 +02:00
Fabian Vogelsteller
344288486b tested fix 2015-07-08 11:24:49 +02:00
Fabian Vogelsteller
3b941cfd43 fixed contract deploy 2015-07-07 19:46:26 +02:00
Fabian Vogelsteller
ed154fdfdb minor fix for error reporting 2015-07-07 11:14:28 +02:00
Fabian Vogelsteller
9b0461e360 fixed build issues 2015-07-06 17:15:33 +02:00
Fabian Vogelsteller
a36636e433 add sync version 2015-07-06 17:01:14 +02:00
Fabian Vogelsteller
08639a1324 add new contract.new behaviour 2015-07-06 16:47:49 +02:00
Marek Kotewicz
af9c027e7a all events filter 2015-06-24 08:50:19 +02:00
Marek Kotewicz
e4f7dde868 fixed failing lint 2015-05-14 12:53:47 +02:00
Marek Kotewicz
2ae0afa90d critical bugfix 2015-05-13 12:23:07 +02:00
Marek Kotewicz
99a3bdab59 removed redundant lines 2015-05-12 10:41:36 +02:00
Marek Kotewicz
611f640101 asynchronous contract creation, breaking changes 2015-05-11 18:02:15 +02:00
Marek Kotewicz
f84a68cb73 changed the way functions are being called 2015-04-21 19:41:57 +02:00
Marek Kotewicz
501e3bc56e utils cleanup 2015-04-20 23:01:21 +02:00
Marek Kotewicz
9d8a51d439 event.js refactored 2015-04-20 22:06:49 +02:00
Marek Kotewicz
ea6bda4cbb event refactor in progress 2015-04-20 21:59:35 +02:00
Marek Kotewicz
99a3696e51 events refactor, function.js 2015-04-20 18:16:15 +02:00
Marek Kotewicz
e80ff10f52 Merge branch 'master' into abi_refactor
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-04-20 15:12:54 +02:00
Marek Kotewicz
38641dfa9c fixed #154 2015-04-20 14:38:08 +02:00
Marek Kotewicz
18cef7c3f5 removed *collapse in contrat, gulp 2015-04-20 10:08:41 +02:00
Marek Kotewicz
2ef5efc8f8 fixed #70, creating contract with nondefault constructor 2015-04-09 23:30:18 +02:00
Marek Kotewicz
57d9f1f036 removed deprecated && unused lines from contract.js 2015-03-31 10:35:36 +02:00
Marek Kotewicz
31220d578f removed deprecated code in contract.js 2015-03-30 23:48:03 +02:00
Marek Kotewicz
a63d604c57 removed unused function 2015-03-26 07:51:33 +01:00
Fabian Vogelsteller
1c9f50feb9 changed topic to topics 2015-03-10 16:22:16 +01:00
Marek Kotewicz
068bdd7276 changed project structure 2015-03-08 18:18:52 +01:00