Browse Source

Update World to drop an old legacy root.

Adam Ierymenko 9 years ago
parent
commit
7d001458cb
3 changed files with 2 additions and 2 deletions
  1. 0 0
      node/Topology.cpp
  2. BIN
      world/earth-2015-12-17.bin
  3. 2 2
      world/mkworld.cpp

File diff suppressed because it is too large
+ 0 - 0
node/Topology.cpp


BIN
world/earth-2015-12-17.bin


+ 2 - 2
world/mkworld.cpp

@@ -109,7 +109,7 @@ int main(int argc,char **argv)
 	std::vector<World::Root> roots;
 	std::vector<World::Root> roots;
 
 
 	const uint64_t id = ZT_WORLD_ID_EARTH;
 	const uint64_t id = ZT_WORLD_ID_EARTH;
-	const uint64_t ts = 1448048819338ULL; // November 20th, 2015 ~11:47AM
+	const uint64_t ts = 1450381818269ULL; // December 17th, 2015
 
 
 	// Alice
 	// Alice
 	roots.push_back(World::Root());
 	roots.push_back(World::Root());
@@ -147,7 +147,7 @@ int main(int argc,char **argv)
 	roots.push_back(World::Root());
 	roots.push_back(World::Root());
 	roots.back().identity = Identity("7e19876aba:0:2a6e2b2318930f60eb097f70d0f4b028b2cd6d3d0c63c014b9039ff35390e41181f216fb2e6fa8d95c1ee9667156411905c3dccfea78d8c6dfafba688170b3fa");
 	roots.back().identity = Identity("7e19876aba:0:2a6e2b2318930f60eb097f70d0f4b028b2cd6d3d0c63c014b9039ff35390e41181f216fb2e6fa8d95c1ee9667156411905c3dccfea78d8c6dfafba688170b3fa");
 	roots.back().stableEndpoints.push_back(InetAddress("198.199.97.220/9993"));
 	roots.back().stableEndpoints.push_back(InetAddress("198.199.97.220/9993"));
-	roots.back().stableEndpoints.push_back(InetAddress("2604:a880:1:20::c5:f001/9993"))
+	roots.back().stableEndpoints.push_back(InetAddress("2604:a880:1:20::c5:f001/9993"));
 
 
 	// END WORLD DEFINITION
 	// END WORLD DEFINITION
 	// =========================================================================
 	// =========================================================================

Some files were not shown because too many files changed in this diff