Merge develop (#1242)

* remove duplicate line (#1086) (#1098)

* Align text for unitMap (#1127)

* fixing compiler errors (#1174)

* Added web3j-scala to the list of Other Implementations (#1206)

* Extends HttpProvider with custom http headers (#1228)

* extend HttpProvider with custom http headers

* reset formatting

* reset formatting

* reset formatting

* fix null object

* fix null object

* Adds checksum isAddress() test cases (#1224)

* fixed tests

* build files
This commit is contained in:
Fabian Vogelsteller
2017-12-21 10:49:20 +01:00
committed by GitHub
parent 64c932cff2
commit e4d94a2c15
13 changed files with 2783 additions and 2798 deletions
+1
View File
@@ -11,6 +11,7 @@
// solidity code code
var source = "" +
"pragma solidity ^0.4.6;" +
"contract test {\n" +
" function take(uint[] a, uint b) constant returns(uint d) {\n" +
" return a[b];\n" +