solana/multinode-demo
Rob Walker 1af4cee63b fix #1079
* move gossip/NCP off assuming anything about its address
  * use a single socket to send and receive gossip
  * remove --addr/-a from CLIs
  * rearrange networking utility code
  * use Arc<UdpSocket> to share the Sync-safe UdpSocket among threads
  * rename TestNode to Node

TODO:

  * re-enable 127.0.0.1 as a valid address in crdt
  * change repair request/response to a similar, single socket
  * pick cloned sockets or Arc<UdpSocket> for all these (rpu uses tryclone())
  * update contact_info with network truthiness instead of what the node
      says?
2018-08-31 23:21:07 +09:00
..
test fix #990 2018-08-16 15:52:30 -07:00
client.sh Documentation 2018-08-27 13:52:38 -07:00
common.sh Move some common scripts from multinode-demo/ to scripts/ 2018-08-27 13:52:38 -07:00
drone.sh Move some common scripts from multinode-demo/ to scripts/ 2018-08-27 13:52:38 -07:00
gce_multinode.sh Start of scripts/gcloud.sh 2018-08-27 22:35:14 -07:00
leader.sh Move some common scripts from multinode-demo/ to scripts/ 2018-08-27 13:52:38 -07:00
remote_leader.sh GCE script change to use GCE private network for multinode tests (#1042) 2018-08-22 13:21:33 -07:00
remote_nodes.sh Remote multinode script cleanup (#683) 2018-07-18 16:02:05 -07:00
remote_validator.sh GCE script change to use GCE private network for multinode tests (#1042) 2018-08-22 13:21:33 -07:00
setup.sh Documentation 2018-08-27 13:52:38 -07:00
validator-x.sh Documentation 2018-08-27 13:52:38 -07:00
validator.sh source oom-score-adj.sh from validator.sh 2018-08-28 10:01:41 +09:00
wallet.sh fix #1079 2018-08-31 23:21:07 +09:00