quorum/accounts
Jeffrey Wilcke ecc876cec0 accounts/abi: fixed return tuple and string, bytes return type parsing
Removed old unmarshalling of return types: `abi.Call(...).([]byte)`.
This is now replaced by a new syntax:

```
var a []byte
err := abi.Call(&a, ...)
```

It also addresses a few issues with Bytes and Strings and can also
handle both fixed and arbitrary sized byte slices, including strings.
2016-02-11 10:16:38 +01:00
..
abi accounts/abi: fixed return tuple and string, bytes return type parsing 2016-02-11 10:16:38 +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