plugeth/accounts
Jeffrey Wilcke fe45210c55 accounts/abi: Fixed bytes input accept []byte and variable input support
Fixed up `[]byte` slice support such that `function print(bytes input)`
accepts `[]byte` as input and treats it as 1 element rather than a slice
of multiple elements.

Added support for variable length input parameters like `bytes` and
`strings`.
2016-03-15 14:10:39 +01:00
..
abi accounts/abi: Fixed bytes input accept []byte and variable input support 2016-03-15 14:10:39 +01:00
account_manager.go rpc: migrated the RPC insterface to a new reflection based RPC layer 2016-01-26 13:51:50 +01:00
accounts_test.go accounts: increase re-lock timeout to account for slow CI servers 2015-12-01 13:20:43 +02:00