Commit Graph

  • b70fe3a9be Reverted back to messages obscuren 2014-02-02 01:39:06 +0100
  • 2067175808 RLP Updates obscuren 2014-02-01 21:51:50 +0100
  • dfa778fed6 UPNP wip obscuren 2014-02-01 21:30:54 +0100
  • f4433a6804 Merge branch 'master' into readme Ramesh Nair 2014-02-01 12:25:40 +0800
  • 9cdf8f2cba Updated build instructions Ramesh Nair 2014-02-01 11:20:29 +0800
  • 6a7cd0c676 Update README Ramesh Nair 2014-02-01 11:10:18 +0800
  • 8c4746a3df (un)pack addr obscuren 2014-01-31 20:01:28 +0100
  • ce69334988 For the testnet always 30303 for now to make it easy obscuren 2014-01-31 13:37:16 +0100
  • 8c09602a8b Self connect obscuren 2014-01-31 13:03:13 +0100
  • da66eddfcc Get peers returns now both in and outbound peers obscuren 2014-01-31 11:57:56 +0100
  • dfa38b3f91 Peer connection checking obscuren 2014-01-31 11:18:10 +0100
  • a0704364ce fix build failure Joey Zhou 2014-01-31 01:59:30 -0800
  • 36f221dbe7 Don't connect to peers that are already connected obscuren 2014-01-31 01:12:48 +0100
  • 7f100e9610 Self connect detect obscuren 2014-01-31 00:56:32 +0100
  • e28632b997 Mine? obscuren 2014-01-30 23:50:15 +0100
  • 7ccf51fd30 Updated seed peers obscuren 2014-01-30 23:48:52 +0100
  • 8f16b66507 Merge branch 'master' of github.com-obscure:ethereum/go-ethereum obscuren 2014-01-30 00:47:17 +0100
  • 27a03d3eea Updated to the new Trie obscuren 2014-01-30 00:47:09 +0100
  • dbb1370c1f Merge pull request #9 from josephyzhou/master Geff Obscura 2014-01-29 15:23:14 -0800
  • ab43c001f7 typo? Joey Zhou 2014-01-29 14:08:40 -0800
  • 3e400739a7 Implemented get chain msg obscuren 2014-01-28 15:35:44 +0100
  • 6ab368cf74 Changed block chain specific methods obscuren 2014-01-28 15:35:19 +0100
  • 2619604549 Added help obscuren 2014-01-27 22:15:06 +0100
  • 4a82230de5 Switched port and removed logging obscuren 2014-01-27 22:13:46 +0100
  • 884f792871 Removed default connection obscuren 2014-01-27 15:34:50 +0100
  • 8b9dcdcdf0 Debugging handles obscuren 2014-01-27 15:34:10 +0100
  • 7931c6624c Graceful shutdown of peers obscuren 2014-01-25 17:13:33 +0100
  • c6062a0f73 Added MIT license #5 obscuren 2014-01-25 16:45:51 +0100
  • d753eb77ec Removed the last block of the block chain obscuren 2014-01-25 15:57:35 +0100
  • 42e8930b37 Dev contracts obscuren 2014-01-25 15:19:29 +0100
  • e32b1a1d97 Fake block mining obscuren 2014-01-25 01:25:36 +0100
  • 97882a65bb Dev test mining obscuren 2014-01-24 20:16:48 +0100
  • c636f8e3e6 Broadcast block obscuren 2014-01-24 17:51:35 +0100
  • 1b7cba1878 Updated peers obscuren 2014-01-24 17:48:21 +0100
  • 7bf4f2a908 tx is now part of the chain package obscuren 2014-01-23 22:33:51 +0100
  • 233f5200ef Data send over the wire shouldn't be RLPed more then once obscuren 2014-01-23 22:32:50 +0100
  • 501db83dfd Updated readme obscuren 2014-01-23 21:14:44 +0100
  • 878e796c0a Updated packages obscuren 2014-01-23 20:55:23 +0100
  • 477e8a7a73 Rearrange packages obscuren 2014-01-23 20:16:52 +0100
  • 2b32f47d2c Initial commit bootstrapping package obscuren 2014-01-23 20:14:01 +0100
  • 3616080db4 Added synchronisation of transactions across remote pools obscuren 2014-01-21 23:27:08 +0100
  • e47230f82d Transaction processing. Implemented sending and receiving wei obscuren 2014-01-20 23:26:53 +0100
  • f6b54c38a4 Merge branch 'master' of github.com-obscure:ethereum/go-ethereum obscuren 2014-01-20 23:26:41 +0100
  • 09df961abb Transaction processing. Implemented sending and receiving wei obscuren 2014-01-20 23:26:32 +0100
  • 9c296d98de Merge pull request #4 from stephantual/master obscuren 2014-01-19 15:58:41 -0800
  • b608a80ef1 More opcodes obscuren 2014-01-19 01:02:22 +0100
  • 489576b6f0 More opcodes obscuren 2014-01-19 00:35:32 +0100
  • ee61cfcfa7 Added get peers and peers msg. obscuren 2014-01-18 00:19:29 +0100
  • 5e5f386108 Renamed InOutMsg to msg obscuren 2014-01-17 17:51:40 +0100
  • 87434a0941 Ping pong message obscuren 2014-01-17 17:14:59 +0100
  • ddf82c3337 Removed dagger broadcasting to the net obscuren 2014-01-17 16:57:42 +0100
  • aed060a4ce Updated the wire protocol obscuren 2014-01-17 16:57:18 +0100
  • df7967c5bb ECmul tmp obscuren 2014-01-17 16:57:06 +0100
  • 815313c759 Added more opcodes obscuren 2014-01-16 21:32:46 +0100
  • fd7e79f4e3 Added stack and opcodes to a separate file obscuren 2014-01-16 18:13:17 +0100
  • 8c4eca2490 Moved the vm code the block manager and added more opcodes obscuren 2014-01-16 18:12:55 +0100
  • 33004d704e Moved vm test obscuren 2014-01-16 18:12:31 +0100
  • 83396cd836 Moved stack to its own file. Moved contract processing to block manager obscuren 2014-01-16 15:20:41 +0100
  • a80a3eeb23 Removed capitalization of the json source obscuren 2014-01-16 11:02:41 +0100
  • 79e88690b2 Removed capitalization of the json source obscuren 2014-01-16 11:02:19 +0100
  • d8056f7ea5 Updated readme and coding standards obscuren 2014-01-16 11:01:59 +0100
  • 64058e2663 Updated readme and coding standards obscuren 2014-01-16 11:00:56 +0100
  • 4ea93eba50 Updated tests obscuren 2014-01-15 23:32:30 +0100
  • be48f2eb91 Fixed typo (credit to comma 8) Stephan Tual 2014-01-15 17:40:35 +0000
  • 44900e363c Updated to temporary trie obscuren 2014-01-14 21:48:16 +0100
  • 578b63e2b8 Some miner reports obscuren 2014-01-13 01:22:33 +0100
  • 7ade1778fb Peer reaping and fake network obscuren 2014-01-12 23:46:03 +0100
  • 52fb3b412c Increased buffer size obscuren 2014-01-12 23:16:33 +0100
  • 39bb2c94c0 Atomic syncs on connection states obscuren 2014-01-12 22:14:19 +0100
  • f78bd4d5d0 Format obscuren 2014-01-12 17:19:14 +0100
  • e280a2a7e3 Server testing blocks obscuren 2014-01-12 16:50:59 +0100
  • fedbd9a962 Rlp integer fix obscuren 2014-01-12 16:50:43 +0100
  • 12c0e82703 Verion acknowledgement obscuren 2014-01-12 16:50:33 +0100
  • c3fabfe00a Fixed validation obscuren 2014-01-12 16:50:09 +0100
  • 406adb4563 Fixed dagger verification obscuren 2014-01-12 02:39:17 +0100
  • 54bce64e3a Validations reordering & added nonce validation obscuren 2014-01-12 02:36:41 +0100
  • bee05d52bf Block verification, TD calculations and overall block processing obscuren 2014-01-12 01:51:52 +0100
  • dfb8e65ca7 RLP changes obscuren 2014-01-12 01:51:07 +0100
  • e058f3bc0a sub packages obscuren 2014-01-11 15:55:12 +0100
  • 66dd8b6fba sub packages obscuren 2014-01-11 15:53:27 +0100
  • d6f7372a3c Coding style obscuren 2014-01-11 15:41:05 +0100
  • 9571a51286 gofmt no coding standards obscuren 2014-01-11 15:27:08 +0100
  • 8bbf879cb3 Moving the ethgo to individual packages obscuren 2014-01-10 22:44:53 +0100
  • f6fa4f8879 WIP Splitting ethereum up in submodules obscuren 2014-01-10 21:18:56 +0100
  • dbd28a5252 224 to 256 obscuren 2014-01-10 11:18:54 +0100
  • fbc59b7323 Updated read me and changed mine argument to m obscuren 2014-01-10 11:05:28 +0100
  • ba385ccdf1 sudo not udo obscuren 2014-01-10 10:59:57 +0100
  • a9c16803d2 Updated readme obscuren 2014-01-10 10:59:07 +0100
  • 164d7c4f0b before install obscuren 2014-01-10 10:58:55 +0100
  • 19addcb51a Comments obscuren 2014-01-10 10:58:46 +0100
  • ce40e51ae5 Encoding obscuren 2014-01-10 00:44:45 +0100
  • bd0abe2a81 Updated server and peers and mining processing obscuren 2014-01-10 00:39:16 +0100
  • 849408dda6 Peer handling obscuren 2014-01-09 23:15:51 +0100
  • 01740695cd moved db to dev console obscuren 2014-01-09 16:19:44 +0100
  • d895f83136 Dagger improvements obscuren 2014-01-09 16:19:16 +0100
  • d2b3071b4d db console is now a general console. obscuren 2014-01-09 11:57:35 +0100
  • 92b6667bd1 Minor update obscuren 2014-01-08 23:43:20 +0100
  • 9f42835a02 WIP Block chain obscuren 2014-01-08 23:43:07 +0100
  • 83bb4a3f26 added few commands obscuren 2014-01-08 23:42:35 +0100
  • 4bc9b1fcb3 Updated readme obscuren 2014-01-08 23:42:23 +0100