cdetrio
db6efd5f23
fix bug passing BigNumber as contract method arg ( #896 )
2017-06-23 11:39:41 +02:00
cdetrio
54e40bb4bb
validate number of args to solidity functions ( #866 )
2017-05-09 11:34:44 +02:00
phiferd
f6b3ce5c0e
Propagating unpacking errors to async callback to be consistent with synchronous case ( #530 )
...
* buy fix to make synchronous and asynchronous cases compatible (avoid swallowing errors encountered during unpacking)
* removing example comments and whitespace changes
* reworking to avoid catching errors thrown by the callback
* exiting early if there is an error
2017-01-06 11:50:14 +01:00
Federico Bond
f33723ee39
Throw error if trying to send value to non-payable function ( #534 )
2017-01-05 11:23:24 +01:00
Fabian Vogelsteller
fd3067a20f
renamed to getData
2015-10-24 00:07:03 +02:00
Fabian Vogelsteller
680a14d675
make it possible to get call data of a contract call
2015-10-23 12:51:01 +02:00
Fabian Vogelsteller
6df0cd6e2e
removed console.log
2015-10-23 12:34:37 +02:00
debris
2a3c011ba1
removed circular references from web3 object
2015-10-21 12:00:11 +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
Fabian Vogelsteller
9da4645acb
fixed events
2015-07-08 12:19:36 +02:00
Fabian Vogelsteller
3b941cfd43
fixed contract deploy
2015-07-07 19:46:26 +02:00
Marek Kotewicz
d9b785ec41
fixed #248
2015-06-30 13:01:30 +02:00
Fabian Vogelsteller
f242489f81
add optional default block parameter to contract call fixes #159
2015-06-05 11:34:50 +02:00
Marek Kotewicz
d0be181345
fixed const functions calls handling errors
2015-05-24 14:34:00 +02:00
Marek Kotewicz
d8ad2b7a98
Merge branch 'develop' into icap
...
Conflicts:
dist/web3-light.js.map
dist/web3-light.min.js
dist/web3.js.map
dist/web3.min.js
2015-05-21 12:04:05 +02:00
Fabian Vogelsteller
d4bf850c11
fixed typo
2015-05-21 09:51:13 +02:00
Fabian Vogelsteller
0594e7f53d
add estimateGas to contract methods and fixed sendTransaction return value
2015-05-20 11:58:09 +02:00
Marek Kotewicz
e9483a6404
icap.html example
2015-05-19 15:17:02 +02:00
Marek Kotewicz
d3205523e9
crypto-js integrated into project
2015-05-16 17:03:27 +02:00
Marek Kotewicz
b2ff2ffe37
Merge branch 'contract_overhaul' into batch
...
Conflicts:
dist/web3-light.js.map
dist/web3-light.min.js
dist/web3.js.map
dist/web3.min.js
2015-05-12 10:52:16 +02:00
Marek Kotewicz
99a3bdab59
removed redundant lines
2015-05-12 10:41:36 +02:00
Marek Kotewicz
744bb9ee0d
batch for requests with calls/transacts
2015-05-12 07:50:58 +02:00
Marek Kotewicz
a0b9cfb1e7
contract async call && transact
2015-05-11 18:59:46 +02:00
Marek Kotewicz
1272780686
sendTransaction && call async
2015-05-11 18:48:26 +02:00
Niran Babalola
e86552f01a
Use async contract calls when a callback is passed
2015-04-30 04:15:48 -05:00
Marek Kotewicz
3b799d1284
fixed typos
2015-04-26 10:51:32 +02:00
Marek Kotewicz
d795d36ef7
fixed trimming call output prefix
2015-04-26 10:27:21 +02:00
Marek Kotewicz
a2f561f263
fixed calling contract only with array param
2015-04-26 10:09:13 +02:00
Marek Kotewicz
d411492649
call && sendTransaction
2015-04-21 20:06:44 +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
a88be00cef
docs
2015-04-20 22:48:01 +02:00
Marek Kotewicz
99a3696e51
events refactor, function.js
2015-04-20 18:16:15 +02:00