Commit Graph

5450 Commits

Author SHA1 Message Date
obscuren 8b9dcdcdf0 Debugging handles 2014-01-27 15:34:10 +01:00
obscuren 7931c6624c Graceful shutdown of peers 2014-01-25 17:13:33 +01:00
obscuren c6062a0f73 Added MIT license #5 2014-01-25 16:45:51 +01:00
obscuren d753eb77ec Removed the last block of the block chain
Added CurrentBlock to block manager
2014-01-25 15:57:35 +01:00
obscuren 42e8930b37 Dev contracts 2014-01-25 15:19:29 +01:00
obscuren e32b1a1d97 Fake block mining 2014-01-25 01:25:36 +01:00
obscuren 97882a65bb Dev test mining 2014-01-24 20:16:48 +01:00
obscuren c636f8e3e6 Broadcast block 2014-01-24 17:51:35 +01:00
obscuren 1b7cba1878 Updated peers 2014-01-24 17:48:21 +01:00
obscuren 7bf4f2a908 tx is now part of the chain package 2014-01-23 22:33:51 +01:00
obscuren 233f5200ef Data send over the wire shouldn't be RLPed more then once 2014-01-23 22:32:50 +01:00
obscuren 501db83dfd Updated readme 2014-01-23 21:14:44 +01:00
obscuren 878e796c0a Updated packages 2014-01-23 20:55:23 +01:00
obscuren 477e8a7a73 Rearrange packages 2014-01-23 20:16:52 +01:00
obscuren 2b32f47d2c Initial commit bootstrapping package 2014-01-23 20:14:01 +01:00
obscuren 3616080db4 Added synchronisation of transactions across remote pools 2014-01-21 23:27:08 +01:00
obscuren e47230f82d Transaction processing. Implemented sending and receiving wei 2014-01-20 23:26:53 +01:00
obscuren f6b54c38a4 Merge branch 'master' of github.com-obscure:ethereum/go-ethereum 2014-01-20 23:26:41 +01:00
obscuren 09df961abb Transaction processing. Implemented sending and receiving wei 2014-01-20 23:26:32 +01:00
obscuren 9c296d98de Merge pull request #4 from stephantual/master
Fixed typo (credit to comma 8)
2014-01-19 15:58:41 -08:00
obscuren b608a80ef1 More opcodes 2014-01-19 01:02:22 +01:00
obscuren 489576b6f0 More opcodes 2014-01-19 00:35:32 +01:00
obscuren ee61cfcfa7 Added get peers and peers msg. 2014-01-18 00:19:29 +01:00
obscuren 5e5f386108 Renamed InOutMsg to msg 2014-01-17 17:51:40 +01:00
obscuren 87434a0941 Ping pong message 2014-01-17 17:14:59 +01:00
obscuren ddf82c3337 Removed dagger broadcasting to the net 2014-01-17 16:57:42 +01:00
obscuren aed060a4ce Updated the wire protocol 2014-01-17 16:57:18 +01:00
obscuren df7967c5bb ECmul tmp 2014-01-17 16:57:06 +01:00
obscuren 815313c759 Added more opcodes 2014-01-16 21:32:46 +01:00
obscuren fd7e79f4e3 Added stack and opcodes to a separate file 2014-01-16 18:13:17 +01:00
obscuren 8c4eca2490 Moved the vm code the block manager and added more opcodes 2014-01-16 18:12:55 +01:00
obscuren 33004d704e Moved vm test 2014-01-16 18:12:31 +01:00
obscuren 83396cd836 Moved stack to its own file. Moved contract processing to block manager 2014-01-16 15:20:41 +01:00
obscuren a80a3eeb23 Removed capitalization of the json source 2014-01-16 11:02:41 +01:00
obscuren 79e88690b2 Removed capitalization of the json source 2014-01-16 11:02:19 +01:00
obscuren d8056f7ea5 Updated readme and coding standards 2014-01-16 11:01:59 +01:00
obscuren 64058e2663 Updated readme and coding standards 2014-01-16 11:00:56 +01:00
obscuren 4ea93eba50 Updated tests 2014-01-15 23:32:30 +01:00
Stephan Tual be48f2eb91 Fixed typo (credit to comma 8) 2014-01-15 17:40:35 +00:00
obscuren 44900e363c Updated to temporary trie 2014-01-14 21:48:16 +01:00
obscuren 578b63e2b8 Some miner reports 2014-01-13 01:22:33 +01:00
obscuren 7ade1778fb Peer reaping and fake network 2014-01-12 23:46:03 +01:00
obscuren 52fb3b412c Increased buffer size 2014-01-12 23:16:33 +01:00
obscuren 39bb2c94c0 Atomic syncs on connection states 2014-01-12 22:14:19 +01:00
obscuren f78bd4d5d0 Format 2014-01-12 17:19:14 +01:00
obscuren e280a2a7e3 Server testing blocks 2014-01-12 16:50:59 +01:00
obscuren fedbd9a962 Rlp integer fix 2014-01-12 16:50:43 +01:00
obscuren 12c0e82703 Verion acknowledgement 2014-01-12 16:50:33 +01:00
obscuren c3fabfe00a Fixed validation 2014-01-12 16:50:09 +01:00
obscuren 406adb4563 Fixed dagger verification 2014-01-12 02:39:17 +01:00