Commit Graph

5 Commits

Author SHA1 Message Date
Sebastian Delgado f847c0c447
Basic tests with mocks
Basic test setup with mocks using dictionary.go as an example.
2018-05-25 11:08:28 -03:00
Adrià Cidre 449f940f33
Removed wrong travis badge 2018-05-24 14:25:26 +02:00
Ivan Daniluk 953bd6f675
Update README.md 2018-05-23 22:10:20 +03:00
Sebastian Delgado e34c7a755f
Normalize RPCClient Call method
RPCClient interface now has the same structure as go-ethereum/rpc, so we can directly use rpc.Client as parameter to SDK constructor.
Given this, we can remove the remoteClient struct and the sdk.call method which standardizes the 'client.Call' interface to simply using sdk.RPCClient.Call every time
2018-05-16 13:07:42 -05:00
Adrià Cidre e89a233215
Starter docs 2018-05-16 10:13:35 +02:00