608 Commits (8003786c9affff242861141bf7484aeb5796e42c)

Author SHA1 Message Date
  Ethan Buchman 8a2d9525f0 network > chain_id, put in genesis.json 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon ae171ba134 random dialing 9 years ago
  Jae Kwon cfb4a40855 adding more debug logs 9 years ago
  Jae Kwon 3c96890d2d All numbers are in BigEndian 9 years ago
  Ethan Buchman 4f94e0f200 only allow one connection per ip 9 years ago
  Jae Kwon d0fa3918ec NewTicker -> NewTimer, to fix a memory leak 9 years ago
  Jae Kwon fcc26d7355 Resolve host for NetAddressFromString(). Test fix. 9 years ago
  Jae Kwon f1703249ff ... 9 years ago
  Jae Kwon d9bfe82d93 rpc.StartHTTPServer listener bug fix 9 years ago
  Jae Kwon 66ff985cd2 Added a registry to Barak. 9 years ago
  Ethan Buchman 0e80059e79 versioning 9 years ago
  Jae Kwon 9513f601de Removed Log.File, all log goes out to stdout. 9 years ago
  Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 9 years ago
  Jae Kwon df026f64fa Remoted bytes from logging messages 9 years ago
  Jae Kwon dc1fddd1d8 Added NodeInfo (still need to add to AddrBook); Proper Handshake 9 years ago
  Ethan Buchman 882a82bad4 more crawler work 9 years ago
  Jae Kwon da9f4118a7 Atomic write to addrbook and privvalidator 9 years ago
  Jae Kwon c72eb1be99 fix for{go func} scope issue 9 years ago
  Jae Kwon 44565872ae Fixed BlockchainMessage{} Decode issue. 9 years ago
  Jae Kwon 89cfedeb73 Make all messages be registered as pointer receivers, 9 years ago
  Ethan Buchman d27e0bbad5 event cache and fireable interace 9 years ago
  Jae Kwon e5d34befde Remote TypeByte() 9 years ago
  Jae Kwon 5b1c1eb0e0 ProposalMessage wrapper, warn on unknown messages 9 years ago
  Jae Kwon 6d6f061f19 Support nil pointers for Binary. 9 years ago
  Jae Kwon 7356556938 Some renames and small fixes. 9 years ago
  Jae Kwon a09051438c Intermediate... working on debora 9 years ago
  Ethan Buchman 474bf31400 events: integrate event switch into services via Eventable interface 9 years ago
  Jae Kwon f271ab7256 various changes. removed debora temporarily 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Jae Kwon c74b5522a1 fixied IsListening() 9 years ago
  Ethan Buchman 9ce75fe755 add debora support 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 1a4aab4c35 When using JSONRPC, do not double-encode JSON. 9 years ago
  Ethan Buchman d2724c9731 rpc: give each call a dedicated Response struct, add basic test 9 years ago
  Jae Kwon af3c418ea9 comment fixes 9 years ago
  Jae Kwon 7171823fc6 Fix blockpool bugs and clean up log messages. 9 years ago
  Jae Kwon bd6d9d646d start peer before AddPeer() on reactors. 9 years ago
  Jae Kwon 788f9bfb93 started/stopped -> running; contiguous vs fast forward ConsensusState 9 years ago
  Jae Kwon 94c3a51760 bug fix in daemon -- network name only, no chain hash 9 years ago
  Jae Kwon cebfae60c7 BlockchainReactor syncs first before ConsensusReactor. 9 years ago
  Jae Kwon aed4bbf0f0 Fix switch tests 9 years ago
  Jae Kwon 08a83aa9fb Reactors can be stopped or started at any time. 9 years ago
  Jae Kwon 0237d284cc Channel bytes are spelled fully, "XXXChannel" 9 years ago
  Jae Kwon b25915ee41 Minor cleanup 9 years ago
  Ethan Buchman a2938fd35b p2p: fix switch test for Broadcast returning success channel 9 years ago
  Ethan Buchman 21530bf00f p2p: broadcast spawns goroutine to Send on each peer and times out after 10 seconds. Closes #7 9 years ago
  Ethan Buchman 65a232bd9d p2p: fix switch_test to account for handshake 9 years ago
  Ethan Buchman 4abca6e963 p2p: push handshake containing chainId for early disconnect. Closes #12 9 years ago
  Ethan Buchman 7aa1d67c97 rpc: add status and net info 9 years ago