9 Commits
Author SHA1 Message Date
Adrià Cidre 21be5335f7 Add support for 1 to 1 conversations 2018-07-16 15:16:50 +02:00
Adrià Cidre c49fe5ac93 Contact management 2018-06-13 10:01:12 +02:00
Adrià Cidre 5d9c4fde0c Fixes:#27 Linter issues fixed 2018-05-30 14:49:47 +02: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
Adrià Cidre aa8eb8f5f7 support for go-ethereum/rpc 2018-05-15 09:53:51 +02:00
Adrià Cidre 86e90a7583 Merge pull request #4 from status-im/feature/issue-3/new-protocol-support
[#ISSUE-3] New protocol messages support
2018-05-02 17:16:39 +02:00
Adrià Cidre 473a135243 [#ISSUE-3] New protocol messages support 2018-05-01 09:44:47 +02:00
Adrià Cidre 9b46298eca Initial comit 2018-04-30 18:09:27 +02:00