Commit 60f9886c authored by tavit ohanian's avatar tavit ohanian

add support for dms3 protocol codec

parent dd4a4470
...@@ -20,11 +20,11 @@ var DefaultBootstrapAddresses = []string{ ...@@ -20,11 +20,11 @@ var DefaultBootstrapAddresses = []string{
// change mount mount point to dms3 // change mount mount point to dms3
// change node address hash // change node address hash
// //
// ToDo: when out own protocol is allocated, change the /p2p/ below to what we expect from the peer // FIXME TODO: replace with dms peer.IDs
"/ip4/96.237.195.51/tcp/4101/p2p/QmXg5LqE4UMcx5212oD8UjY8DYGxkGg2Z8PzWHwR5F3XEg", // www.vectavi.com "/ip4/96.237.195.51/tcp/4101/dms3/Qmeq45rCLjFt573aFKgLrcAmAMSmYy9WXTuetDsELM2r8m", // www.vectavi.com
"/ip4/96.237.195.52/tcp/4101/p2p/Qma628Kv2DpZhPhupP8C14FJLRYadPWEhWB9PaBfyVFPSS", // maps.vectavi.com "/ip4/96.237.195.52/tcp/4101/dms3/Qmeq45rCLjFt573aFKgLrcAmAMSmYy9WXTuetDsELM2r8m", // maps.vectavi.com
"/ip4/96.237.195.53/tcp/4101/p2p/QmRbhHwLo6uoHcEMnnnf8u99RB9ubetUUsuhdQXpnD8f8H", // geos.vectavi.com "/ip4/96.237.195.53/tcp/4101/dms3/Qmeq45rCLjFt573aFKgLrcAmAMSmYy9WXTuetDsELM2r8m", // geos.vectavi.com
"/ip4/96.237.195.54/tcp/4101/p2p/QmYxbm54mnRMnMwuJqBEEDjcq1VDL3JLffSNajWWaKw56X", // metircs.vectavi.com "/ip4/96.237.195.54/tcp/4101/dms3/Qmeq45rCLjFt573aFKgLrcAmAMSmYy9WXTuetDsELM2r8m", // metircs.vectavi.com
// moe.i.dms3.io // moe.i.dms3.io
// larry.i.dms3.io // larry.i.dms3.io
// curly.i.dms3.io // curly.i.dms3.io
......
...@@ -3,9 +3,9 @@ module gitlab.dms3.io/dms3/go-dms3-config ...@@ -3,9 +3,9 @@ module gitlab.dms3.io/dms3/go-dms3-config
require ( require (
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5
github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/go-homedir v1.1.0
gitlab.dms3.io/dms3/interface-go-dms3-core v0.0.1 gitlab.dms3.io/dms3/interface-go-dms3-core v0.0.2
gitlab.dms3.io/mf/go-multiaddr v0.0.2 gitlab.dms3.io/mf/go-multiaddr v0.0.3
gitlab.dms3.io/p2p/go-p2p-core v0.0.2 gitlab.dms3.io/p2p/go-p2p-core v0.0.3
) )
go 1.15 go 1.15
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment