Commit Graph

12 Commits

Author SHA1 Message Date
Marcin Rataj
5322cf89e4 feat: pubsub http rpc with multibase (#151)
* feat: pubsub http rpc with multibase

This updates HTTP RPC wire format to one from
https://github.com/ipfs/go-ipfs/pull/8183

* chore: use updated go-ipfs
* chore: switch ci to go-ipfs master

This commit was moved from ipfs/go-ipfs-http-client@c832fc0ce1
2021-11-29 22:24:27 +01:00
Will Scott
d9004a9061 IDB58Decode -> Decode
Allow Non-RSA keys to be decoded by the HTTP client


This commit was moved from ipfs/go-ipfs-http-client@b0549d8623
2020-05-03 12:04:04 -07:00
godcong
9345cfa7b8 update to consolidated libp2p interface package (#21)
and fix parsing of connection latencies

This commit was moved from ipfs/go-ipfs-http-client@fd5cce4cbc
2019-07-20 21:33:35 -07:00
Edgar Lee
1c07bed904 Export (*HttpApi).request to enable building custom requests
This commit was moved from ipfs/go-ipfs-http-client@8c9ed7dbc2
2019-04-01 17:13:39 -07:00
Łukasz Magiera
f34788e6ee cleanup Swarm.Peers
This commit was moved from ipfs/go-ipfs-http-client@fd7858dc57
2019-02-19 23:11:08 +01:00
Łukasz Magiera
745bf92506 gofmt
This commit was moved from ipfs/go-ipfs-http-client@f3c2c35086
2019-02-18 17:32:40 +01:00
Łukasz Magiera
7be8d01ee7 response: option to disable output draining
This commit was moved from ipfs/go-ipfs-http-client@9f3d9635fa
2019-02-18 17:27:12 +01:00
Łukasz Magiera
4a6d36d98b pubsub: handle ctx
This commit was moved from ipfs/go-ipfs-http-client@d451a4943c
2019-02-18 17:02:13 +01:00
Łukasz Magiera
42273cab06 Don't use valid() pattern
This commit was moved from ipfs/go-ipfs-http-client@4d07c48f98
2019-02-14 19:05:17 +01:00
Łukasz Magiera
ef5bf40df1 Update imports to use extracted interface
This commit was moved from ipfs/go-ipfs-http-client@fad467bc43
2019-02-12 12:05:24 +01:00
Łukasz Magiera
9b24cf0aaf Use cids in DHT calls
This commit was moved from ipfs/go-ipfs-http-client@163b25f8b8
2019-01-15 18:49:11 +01:00
Łukasz Magiera
c2e0872f6d Implement PubSub Api
This commit was moved from ipfs/go-ipfs-http-client@7abddda1d3
2019-01-15 18:19:50 +01:00