Commit graph

  • 6c168c8f22 added protocol handler obscuren 2014-12-15 12:02:24 +0100
  • afc8b887ab added whisper obscuren 2014-12-15 12:01:55 +0100
  • f111fc0608 WIP obscuren 2014-12-15 11:37:23 +0100
  • 1d959cb0ca WIP zelig 2014-12-14 21:02:59 +0000
  • 10048128d4 Merge 27405881ec into c3ba4ace64 Viktor Trón 2014-12-15 09:25:33 +0000
  • c3ba4ace64 Merge branch 'poc8' into develop obscuren 2014-12-15 10:22:57 +0100
  • 15e46b97b4 Merge pull request #204 from fjl/fix-p2p-disconnect Jeffrey Wilcke 2014-12-15 10:22:35 +0100
  • 27405881ec protocol test: basic status message tests pass zelig 2014-12-15 01:07:32 +0000
  • da900f9435 p2p: add test for base protocol disconnect Felix Lange 2014-12-12 11:39:29 +0100
  • f0f6727778 p2p: use an error type for disconnect requests Felix Lange 2014-12-12 11:58:39 +0100
  • 65e39bf20e p2p: add MsgPipe for protocol testing Felix Lange 2014-12-12 11:39:07 +0100
  • 835bf56efd rename logger pkg and logger instance var zelig 2014-12-14 23:17:27 +0000
  • 702801a549 Merge branch 'ethp2p' of github.com:ethersphere/go-ethereum into ethp2p zelig 2014-12-14 21:02:59 +0000
  • 72290f67fe resolve merge conflict hell zelig 2014-12-14 20:57:29 +0000
  • 4c89d5331f adapt blockpool/backend to use pow/ezp with pow.Block for VerifyPoW func zelig 2014-12-14 20:08:24 +0000
  • 61940b2275 adapt cmd/cli to new backend - new flag nat for nat support UPNP|PMP - new flag pmp for PMP gateway IP - add NatType to utils/cmd to get p2p.NAT from nat type string - obsolete usepnp flag - get rid of IsUpToDate and sleep in miner start - ethereum constructor takes nat type, port, maxpeer - add pubkey arg to client identity zelig 2014-12-14 19:55:52 +0000
  • e77b720ead blockmanager start/stop obsolete zelig 2014-12-14 19:35:54 +0000
  • 7b39cc83cc adapt chain_manager to eth protocol interface - add Status() to return td, currentblock hash, genesis hash - GetChainHashesFromHash -> GetBlockHashesFromHash zelig 2014-12-14 19:30:32 +0000
  • 01dc1c1394 blockpool rewritten , tests broken FIXME zelig 2014-12-14 18:08:18 +0000
  • 4dfce4624d protocol - new interface explicit backend components txPool, chainManager, blockPool - added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects) zelig 2014-12-14 18:04:50 +0000
  • 5e4d77b2b8 initial commit for eth blockpool + test zelig 2014-12-10 04:12:25 +0000
  • 2dd8f41147 eth protocol changes - changed backend interface - using callbacks for blockPool - use rlp stream for lazy decoding - use peer as logger - add id (peer pubkey) to ethProtocol fields - add testPeer to protocol test (temporary) zelig 2014-12-09 23:55:50 +0000
  • 0add0c400f initial commit for eth-p2p integration zelig 2014-12-05 21:14:55 +0000
  • e847aaca3e remove wire package zelig 2014-12-14 18:38:46 +0000
  • 7d02c4fdb7 remove old ethereum/p2p related top level files zelig 2014-12-14 18:37:03 +0000
  • d9b16c1197 new cli options - nat UPNP|PMP - gateway for PMP NAT - obsolete usepnp - add pubkey to client identity zelig 2014-12-14 18:29:05 +0000
  • ae7c1e3e55 adapt to new backend - eth p2p pkgs - new Ethereum initialiser - no caps param - use nat type - add NatType func to map nat type string to p2p.NAT - add pubkey to client identity zelig 2014-12-14 18:26:13 +0000
  • 50e1dcc43a import eth pkg zelig 2014-12-14 18:23:48 +0000
  • d84810d89d add Status to retrieve TD, currentBlock, genesis for easy interface with eth/protocol zelig 2014-12-14 18:20:37 +0000
  • 39d86a28e7 adapt to new eth pkg and p2p zelig 2014-12-14 18:19:29 +0000
  • 5022a31889 add NewMinedBlockEvent zelig 2014-12-14 18:18:24 +0000
  • c2af10d256 transaction pool changes - use eventer events to broadcast transactions - CurrentTransactions -> GetTransactions - add AddTransactions zelig 2014-12-14 18:15:48 +0000
  • b89ed8eb7b adapt javascript pkg to new backend, use SuggestPeer zelig 2014-12-14 18:12:27 +0000
  • 118862f1ba adapt miner to new backend. use events to broadcast new mined blocks zelig 2014-12-14 18:10:48 +0000
  • 148de1c875 adapt xeth pkg to new backend. FIXME JSPeer peer info zelig 2014-12-14 18:09:33 +0000
  • 76070b4674 blockpool rewritten , tests broken FIXME zelig 2014-12-14 18:08:18 +0000
  • 3308d82b23 add protocol error types specific to blockpool zelig 2014-12-14 18:07:05 +0000
  • c44e025898 protocol - new interface explicit backend components txPool, chainManager, blockPool - added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects) zelig 2014-12-14 18:04:50 +0000
  • 02017ed0e0 initial commit for new backend (eth.Ethereum) zelig 2014-12-14 18:03:24 +0000
  • 4366fdfc13 initial commit for eth blockpool + test zelig 2014-12-10 04:12:25 +0000
  • d957dd2c9f eth protocol changes - changed backend interface - using callbacks for blockPool - use rlp stream for lazy decoding - use peer as logger - add id (peer pubkey) to ethProtocol fields - add testPeer to protocol test (temporary) zelig 2014-12-09 23:55:50 +0000
  • eb5cb04aa9 no logging in error (to be refactored into p2p) zelig 2014-12-09 23:54:02 +0000
  • e5aa38cb0f initial commit for eth-p2p integration zelig 2014-12-05 21:14:55 +0000
  • ccbf120c36 added stInitCodeTest.json CJentzsch 2014-12-13 23:03:21 +0100
  • 30d9f2c3d6 Merge b48acc2171 into f8061fcba8 Gustav Simonsson 2014-12-13 14:54:36 +0000
  • b48acc2171 Remove logging of created privkey Gustav Simonsson 2014-12-13 15:51:42 +0100
  • f8061fcba8 fixed tests obscuren 2014-12-12 22:38:54 +0100
  • 4c84db85c5 eth-go packages ended up in whisper obscuren 2014-12-12 22:29:29 +0100
  • 0122989808 Merge branch 'poc8' into develop obscuren 2014-12-12 22:27:12 +0100
  • ccb4fc8d03 Merge pull request #206 from ethereum/tests Jeffrey Wilcke 2014-12-12 22:26:54 +0100
  • aec0c0efcb updated tests obscuren 2014-12-12 22:25:29 +0100
  • bf566a657c Implemented Qt whisper interface obscuren 2014-12-12 22:24:41 +0100
  • 8577e4171a Panic for "Vm" obscuren 2014-12-12 22:24:27 +0100
  • 06e76422b5 Added length checkes obscuren 2014-12-12 22:24:04 +0100
  • 1c7fd62e57 Moved obscuren 2014-12-12 22:23:52 +0100
  • a17a1f9208 Implemented watching using filter package obscuren 2014-12-12 22:23:42 +0100
  • ed1538248f Moved filter to events obscuren 2014-12-12 22:19:39 +0100
  • cbf5afdef8 update recursive create CJentzsch 2014-12-12 22:03:54 +0100
  • 9e1689df9c Generic filter interface obscuren 2014-12-12 21:42:21 +0100
  • 6e318f8816 Check current call depth Paweł Bylica 2014-12-12 18:51:53 +0100
  • 70348d9586 Fix cache key and do not compile to LLVM module when it is not needed Paweł Bylica 2014-12-12 18:51:11 +0100
  • ca7f385294 Fix variable name Taylor Gerring 2014-12-12 10:54:32 -0600
  • a92ccfc5c6 Added Dockerfile to build from source Taylor Gerring 2014-12-12 10:50:07 -0600
  • a70c4b51a4 Fix return tests. Gav Wood 2014-12-12 17:22:41 +0100
  • f146467607 Add test file. Gav Wood 2014-12-12 16:33:51 +0100
  • da02a1869d Cache key is contract code. Does not work Paweł Bylica 2014-12-12 16:28:09 +0100
  • 7c9cf6e5e7 Trying to cache compiled contracts with pointer to code as a key (it's not a good idea) Paweł Bylica 2014-12-12 15:27:50 +0100
  • 25cf0c440c Accidentally changed max depth during testing & committed obscuren 2014-12-12 15:25:21 +0100
  • c2bd8d1d7a Alter "" to null. Gav Wood 2014-12-12 14:27:38 +0100
  • ce6344b770 Trie testing. Gav Wood 2014-12-12 14:22:19 +0100
  • 2a7111ce41 ExecBundle - all information needed to execute a JIT-compiled contracts Paweł Bylica 2014-12-12 14:20:00 +0100
  • 05fd1dafe2 additional log obscuren 2014-12-12 13:26:01 +0100
  • b3a17341e4 Disable JIT logs Paweł Bylica 2014-12-12 11:48:15 +0100
  • e28c60caf9 p2p: improve and test eofSignal Felix Lange 2014-12-12 11:38:42 +0100
  • 9423401d73 p2p: fix decoding of disconnect reason (fixes #200) Felix Lange 2014-12-09 13:39:56 +0100
  • 0d57ca486a Squashed commit of the following: obscuren 2014-12-12 11:34:27 +0100
  • d899334bba Merge pull request #1 from Gustav-Simonsson/fix_reference_links Jeffrey Wilcke 2014-12-11 23:30:45 +0100
  • 779f25d36c first random test CJentzsch 2014-12-11 22:59:56 +0100
  • 68175386c0 update gas prices CJentzsch 2014-12-11 21:34:50 +0100
  • ce796dcdbf Update reference pdf links Gustav Simonsson 2014-12-11 13:25:01 +0100
  • 2b5fcb4642 moved interfaces obscuren 2014-12-10 20:26:55 +0100
  • 5553e5aaed states moved to chain obscuren 2014-12-10 19:59:12 +0100
  • af6afbaa56 Removed start/stop methods obscuren 2014-12-10 16:48:39 +0100
  • 1b98cbbfa4 Moved pow obscuren 2014-12-10 16:45:16 +0100
  • 3e38f8af23 initial commit for eth blockpool + test zelig 2014-12-10 04:12:25 +0000
  • e74f9f27db eth protocol changes - changed backend interface - using callbacks for blockPool - use rlp stream for lazy decoding - use peer as logger - add id (peer pubkey) to ethProtocol fields - add testPeer to protocol test (temporary) zelig 2014-12-09 23:55:50 +0000
  • 31a9fdced8 no logging in error (to be refactored into p2p) zelig 2014-12-09 23:54:02 +0000
  • 47793b606c initial commit for eth-p2p integration zelig 2014-12-05 21:14:55 +0000
  • 4082c8b61d added simple peer server obscuren 2014-12-10 15:29:22 +0100
  • dda778eda7 Updated whisper messages to new crypto api + added tests obscuren 2014-12-10 14:17:32 +0100
  • 0f5c6c5e2d Changed new methods to use ecdsa package for pub prv keys obscuren 2014-12-10 14:17:10 +0100
  • 186948da22 changed to unsigned integers obscuren 2014-12-10 11:27:10 +0100
  • 4f1ef89cb2 updated tests obscuren 2014-12-10 11:04:21 +0100
  • 1fb84d3c5f Fixed tests obscuren 2014-12-10 10:57:19 +0100
  • 3308491c92 Removed tests because they've become obsolete obscuren 2014-12-10 00:09:32 +0100
  • 9ff7be68fb Merge branch 'poc8' into develop obscuren 2014-12-10 00:06:38 +0100
  • ce0c4e5d86 Merge pull request #203 from fjl/rlp-fixes Jeffrey Wilcke 2014-12-10 00:06:17 +0100
  • 984c7e6689 Added encryption for messages better API for sealing messages obscuren 2014-12-10 00:03:50 +0100
  • 87adff7e18 Added Encrypt & Decrypt using the ECIES w/ tests obscuren 2014-12-10 00:03:21 +0100
  • c24018e273 Added S256 curve obscuren 2014-12-10 00:02:43 +0100