web3
web3 copied to clipboard
Test for all types
I've added types.sol that we can put in a bunch of types and then try to set and get the values on them. Equivalent to things the following for all types:
web3 contract call --abi Types.abi --function tbytes32
web3 contract call --abi Types.abi --function setTbytes32 somevalue
re #128