web3.js/test
Marek Kotewicz eeb0bc014b Merge branch 'develop' into events_refactor
Conflicts:
	dist/web3-light.js.map
	dist/web3-light.min.js
	dist/web3.js.map
	dist/web3.min.js
2015-04-20 23:13:47 +02:00
..
helpers fixed #161, web3.ssh.post 2015-04-16 12:22:20 +02:00
node let travis check if npm package is not broken 2015-03-31 11:03:14 +02:00
abi.formatConstructorParams.js tests for creating new contract with nondefault constructor, added missing files 2015-04-09 23:52:57 +02:00
abi.inputParser.js solidity abi refactor in progress 2015-04-16 16:37:13 +02:00
abi.outputParser.js outputParser do not require 0x prefix before hash 2015-04-16 22:11:15 +02:00
contract.js event refactor in progress 2015-04-20 21:59:35 +02:00
formatters.inputDefaultBlockFormatter.js blockNumber can be earliest 2015-03-30 09:27:59 +02:00
formatters.inputPostFormatter.js fixed #161, web3.ssh.post 2015-04-16 12:22:20 +02:00
formatters.inputTransactionFormatter.js add getBlock test 2015-03-23 18:50:53 +01:00
formatters.outputBlockFormatter.js Merge branch 'develop' into events_refactor 2015-04-20 23:13:47 +02:00
formatters.outputLogFormatter.js fixed logs 2015-03-10 17:07:16 +01:00
formatters.outputPostFormatter.js add shh post formatting 2015-03-10 17:27:36 +01:00
formatters.outputTransactionFormatter.js fixed tx/block return value tests 2015-04-20 19:52:43 +02:00
httpprovider.js test names 2015-03-25 23:50:39 +01:00
jsonrpc.id.js fix && tests for #147 2015-03-28 14:38:56 +01:00
jsonrpc.isValidResponse.js jsonrpc is an object 2015-03-21 23:34:24 +01:00
jsonrpc.toBatchPayload.js jsonrpc is an object 2015-03-21 23:34:24 +01:00
jsonrpc.toPayload.js fix && tests for #147 2015-03-28 14:38:56 +01:00
method.attachToObject.js refactored filter.js 2015-03-26 18:11:05 +01:00
method.extractCallback.js test naming convention 2015-03-25 22:17:35 +01:00
method.formatInput.js test naming convention 2015-03-25 22:17:35 +01:00
method.formatOutput.js test naming convention 2015-03-25 22:17:35 +01:00
method.getCall.js test naming convention 2015-03-25 22:17:35 +01:00
method.validateArgs.js fixed coverage, unified creating errors 2015-04-16 11:11:33 +02:00
mocha.opts add storage tests 2015-03-24 11:17:06 +01:00
polling.js fixed #148 && fixed polling test 2015-03-28 15:15:44 +01:00
qtsyncprovider.js test names 2015-03-25 23:50:39 +01:00
requestmanager.js filter changes in progress 2015-03-26 15:43:35 +01:00
shh.filter.js first try to test polling 2015-03-25 13:17:21 +01:00
shh.hasIdentity.js add db tests 2015-03-24 12:21:52 +01:00
signature.js test for creating signatures 2015-03-26 08:58:25 +01:00
utils.extractDisplayName.js test naming convention 2015-03-25 22:17:35 +01:00
utils.extractTypeName.js test naming convention 2015-03-25 22:17:35 +01:00
utils.fromDecimal.js test naming convention 2015-03-25 22:17:35 +01:00
utils.fromWei.js test naming convention 2015-03-25 22:17:35 +01:00
utils.isAddress.js fixed #70, creating contract with nondefault constructor 2015-04-09 23:30:18 +02:00
utils.isBigNumber.js test naming convention 2015-03-25 22:17:35 +01:00
utils.isFunction.js test naming convention 2015-03-25 22:17:35 +01:00
utils.isJson.js test naming convention 2015-03-25 22:17:35 +01:00
utils.isStrictAddress.js tests for creating new contract with nondefault constructor, added missing files 2015-04-09 23:52:57 +02:00
utils.isString.js test naming convention 2015-03-25 22:17:35 +01:00
utils.toBigNumber.js test naming convention 2015-03-25 22:17:35 +01:00
utils.toDecimal.js test naming convention 2015-03-25 22:17:35 +01:00
utils.toHex.js test naming convention 2015-03-25 22:17:35 +01:00
utils.toWei.js test naming convention 2015-03-25 22:17:35 +01:00
web3.db.getHex.js test for creating signatures 2015-03-26 08:58:25 +01:00
web3.db.getString.js test naming convention 2015-03-25 22:17:35 +01:00
web3.db.methods.js test naming convention 2015-03-25 22:17:35 +01:00
web3.db.putHex.js test naming convention 2015-03-25 22:17:35 +01:00
web3.db.putString.js test naming convention 2015-03-25 22:17:35 +01:00
web3.eth.accounts.js test names 2015-03-25 23:50:39 +01:00
web3.eth.blockNumber.js test names 2015-03-25 23:50:39 +01:00
web3.eth.coinbase.js test names 2015-03-25 23:50:39 +01:00
web3.eth.contract.js fixed #154 2015-04-20 14:38:08 +02:00
web3.eth.defaultBlock.js tests for #144 2015-03-29 21:54:53 +02:00
web3.eth.filter.js filter changes in progress 2015-03-26 15:43:35 +01:00
web3.eth.filter.methods.js refactored filter.js 2015-03-26 18:11:05 +01:00
web3.eth.gasPrice.js add gasPrice test and fixed failing uncle tests 2015-04-09 20:15:46 +02:00
web3.eth.getBalance.js more tests for web3.eth.getBalance 2015-04-02 14:04:06 +02:00
web3.eth.getBlock.js fixed tx/block return value tests 2015-04-20 19:52:43 +02:00
web3.eth.getBlockTransactionCount.js web3.eth.getBlockTransactionCount accepts pending/latest/earliest params 2015-04-02 16:30:40 +02:00
web3.eth.getBlockUncleCount.js web3.eth.getBlockTransactionCount accepts pending/latest/earliest params 2015-04-02 16:30:40 +02:00
web3.eth.getCode.js test names 2015-03-25 23:50:39 +01:00
web3.eth.getCompilers.js test names 2015-03-25 23:50:39 +01:00
web3.eth.getStorageAt.js defaultBlockNumber accepts latest && pending 2015-03-28 15:52:40 +01:00
web3.eth.getTransaction.js fixed tx/block return value tests 2015-04-20 19:52:43 +02:00
web3.eth.getTransactionFromBlock.js fixed tx/block return value tests 2015-04-20 19:52:43 +02:00
web3.eth.getUncle.js fixed tx/block return value tests 2015-04-20 19:52:43 +02:00
web3.eth.methods.js test names 2015-03-25 23:50:39 +01:00
web3.eth.mining.js test names 2015-03-25 23:50:39 +01:00
web3.methods.js refactored filter.js 2015-03-26 18:11:05 +01:00
web3.net.listening.js renamed few more tests 2015-03-25 22:22:35 +01:00
web3.net.methods.js renamed few more tests 2015-03-25 22:22:35 +01:00
web3.net.peerCount.js renamed few more tests 2015-03-25 22:22:35 +01:00
web3.sha3.js add sha3 test 2015-03-24 11:53:21 +01:00
web3.shh.methods.js renamed few more tests 2015-03-25 22:22:35 +01:00
web3.shh.post.js fixed #161, web3.ssh.post 2015-04-16 12:22:20 +02:00