1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 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
  • 0929f59ec2 Updated marshalling obscuren 2014-01-08 23:42:11 +0100
  • 9f133a92d0 First dagger impl obscuren 2014-01-08 23:41:03 +0100
  • f91ad7b385 update trie algorithm Vitalik Buterin 2014-01-08 11:26:58 -0500
  • 6da2954462 merge Vitalik Buterin 2014-01-08 08:15:38 -0500
  • cc4224675f Updated trie test Vitalik Buterin 2014-01-07 14:35:26 -0500
  • b6f7859c3d travis obscuren 2014-01-05 20:45:32 +0100
  • 1676930a16 updated testing" obscuren 2014-01-05 20:41:01 +0100
  • 40dc4d0259 Testing obscuren 2014-01-05 20:15:13 +0100
  • 79c89c0bcd Removed logging obscuren 2014-01-05 20:15:05 +0100
  • 8204e9cd6e Changed hashing, signature and key generation. obscuren 2014-01-05 20:14:53 +0100
  • 92c3471445 secp256k1 method signing obscuren 2014-01-05 01:55:03 +0100
  • 53a30740ee Contract checking method obscuren 2014-01-05 01:54:15 +0100
  • 2c90c0df65 Updated fee obscuren 2014-01-04 00:33:41 +0100
  • 2d3c3674fa Updated stack based vm obscuren 2014-01-04 00:32:52 +0100
  • 6ab61f2c52 Added byte helpers obscuren 2014-01-04 00:32:13 +0100
  • ebef4e103b Ether obscuren 2014-01-04 00:32:01 +0100
  • a42ebd9ed6 block obscuren 2014-01-04 00:31:42 +0100
  • 15bf5ee4db Contract creation, updating and fee processing obscuren 2014-01-04 00:31:06 +0100
  • f97716ebe2 Added new big from []bytes obscuren 2014-01-04 00:30:19 +0100
  • 9581faf5fd Parsing for block and tx obscuren 2014-01-03 13:40:38 +0100
  • 055407c835 VM Recovery obscuren 2014-01-03 13:40:25 +0100
  • 78d18b134f Pop, push, load for vm obscuren 2014-01-03 13:40:12 +0100