Commit Graph

  • c3add4001c add hive to protocol constructors zelig 2015-02-07 07:34:28 +01:00
  • d82157ec86 DPA initial test passes - allocate byte slice for root key in dpa.Store - close chunk.C in retrieveloops even if chunk not found (fixes hanging) in both common_test and dpa - make dpa.Store synchronous - block until chunker finishes with root key zelig 2015-02-07 07:14:32 +01:00
  • 22249ac2b9 chunker and root key fix - chunker panics if root key buffer is not allocated or have proper length - rename HashSize->KeySize and add it to Chunker interface zelig 2015-02-07 07:09:43 +01:00
  • 792cd0aa10 Fix broken link in README Corey Farwell 2015-02-06 22:36:22 -05:00
  • 028775a086 cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes Felix Lange 2015-02-07 00:38:36 +01:00
  • 2cf4fed11b cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions Felix Lange 2015-02-07 00:15:04 +01:00
  • e34d134102 p2p: fixes for actual connections Felix Lange 2015-02-07 00:13:22 +01:00
  • 8564eb9f7e p2p/discover: add node URL functions, distinguish TCP/UDP ports Felix Lange 2015-02-06 14:40:53 +01:00
  • 35b022e5a7 changes on catalog Alexandre Van de Sande 2015-02-06 20:34:11 -02:00
  • c36954d873 added animation on navbar change Alexandre Van de Sande 2015-02-06 20:28:52 -02:00
  • dadf595f34 Revert b36c72a..1c7a46e Alexandre Van de Sande 2015-02-06 18:58:25 -02:00
  • 1c7a46ec41 Revert 9505922..b36c72a Alexandre Van de Sande 2015-02-06 18:55:05 -02:00
  • 3f328c20b2 minor change in dpa and dpa test (fails) zelig 2015-02-06 19:54:27 +01:00
  • effe37d282 allocate root key if nil zelig 2015-02-06 19:50:33 +01:00
  • 85b1cf0a81 dpa_test fails, lots of fmt.Printf debugs inside. Daniel A. Nagy 2015-02-06 19:27:21 +01:00
  • dca79894d1 started dpa_test zelig 2015-02-06 17:52:07 +01:00
  • 71f1695b87 clean up DPA, takes Chunker, ChunkStore zelig 2015-02-06 17:49:33 +01:00
  • 9f52408e70 sha3 performance test CJentzsch 2015-02-06 17:43:35 +01:00
  • 80cff81f41 add startSearch login and fix netstore Get zelig 2015-02-06 17:21:46 +01:00
  • c5eee0fdd8 extract hive/peerPool into hive.go zelig 2015-02-06 16:44:43 +01:00
  • 279219eb40 netstore Get/addRetrieveRequest logic zelig 2015-02-06 16:21:31 +01:00
  • 9f4e7db263 Response propagation and timeout Daniel A. Nagy 2015-02-06 15:49:37 +01:00
  • a3780032bf failing tests from random simulation as state tests and transaction tests CJentzsch 2015-02-06 15:38:55 +01:00
  • b36c72a8ef merged from develop Alexandre Van de Sande 2015-02-06 12:12:02 -02:00
  • 5d5899ddef - Refactoring: bringing names in correspondence to functionality - Added netstore Put and Get - Storage logic Daniel A. Nagy 2015-02-06 15:08:19 +01:00
  • 95059226a9 transparent top bar and separated catalog Alexandre Van de Sande 2015-02-06 12:08:13 -02:00
  • 90fb2d9ef9 add test subpkg for testing utils zelig 2015-02-06 14:44:10 +01:00
  • e32473b8da changes to top bar Alexandre Van de Sande 2015-02-06 09:56:57 -02:00
  • e4bb419707 Add go check to prefetched test dependencies Taylor Gerring 2015-02-05 18:11:31 -06:00
  • 5e0b2b260c Updated go list command Taylor Gerring 2015-02-05 17:49:44 -06:00
  • b58b6b9bac Use after_success build step Taylor Gerring 2015-02-05 17:23:22 -06:00
  • f3ac378ca4 No long use v1 branch of qml repo Taylor Gerring 2015-02-05 17:13:51 -06:00
  • 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API Felix Lange 2015-02-05 03:16:16 +01:00
  • e40c1c62ce API changed to use Pubkey only. Reflected that change in the rest of the api obscuren 2015-02-05 15:00:59 -08:00
  • 8e8ec8f5f8 cmd/peerserver: is gone Felix Lange 2015-02-05 03:15:05 +01:00
  • 5bdc115943 p2p: integrate p2p/discover Felix Lange 2015-02-05 03:07:58 +01:00
  • 739066ec56 p2p/discover: add some helper functions Felix Lange 2015-02-05 03:07:18 +01:00
  • 12224c7f59 p2p/discover: new package implementing the Node Discovery Protocol Felix Lange 2015-01-27 14:33:26 +01:00
  • 8c3095faf0 rlp: fix encoding of arrays with byte element type Felix Lange 2015-01-30 16:52:48 +01:00
  • 410b35e913 crypto: make it easier to run Sha3 on multiple inputs Felix Lange 2015-01-27 14:29:33 +01:00
  • 2e48d39fc7 key generation abstracted out, for testing with deterministic keys zelig 2015-01-29 03:16:10 +00:00
  • 488a042736 fix clientidentity test after privkey removed zelig 2015-01-29 01:49:50 +00:00
  • 71765957e4 get rid of Private Key in ClientIdentity zelig 2015-01-26 16:58:58 +00:00
  • 68205dec9f make crypto handshake calls package level, store privateKey on peer + tests ok zelig 2015-01-26 16:16:23 +00:00
  • 4499743522 apply handshake related improvements from p2p.crypto branch zelig 2015-01-26 14:50:12 +00:00
  • 54252ede31 add temporary forced session token generation zelig 2015-01-21 16:53:13 +00:00
  • faa069a126 peer-level integration test for crypto handshake - add const length params for handshake messages - add length check to fail early - add debug logs to help interop testing (!ABSOLUTELY SHOULD BE DELETED LATER) - wrap connection read/writes in error check - add cryptoReady channel in peer to signal when secure session setup is finished - wait for cryptoReady or timeout in TestPeersHandshake zelig 2015-01-21 16:22:49 +00:00
  • 20aade56c3 chop first byte when cryptoid.PubKeyS is set from identity.Pubkey() since this is directly copied in the auth message zelig 2015-01-21 14:45:53 +00:00
  • 1f2adb05b5 add initial peer level test (failing) zelig 2015-01-21 14:42:12 +00:00
  • 4afde4e738 add code documentation zelig 2015-01-21 10:22:07 +00:00
  • 364b783281 changes that fix it all: - set proper public key serialisation length in pubLen = 64 - reset all sizes and offsets - rename from DER to S (we are not using DER encoding) - add remoteInitRandomPubKey as return value to respondToHandshake - add ImportPublicKey with error return to read both EC golang.elliptic style 65 byte encoding and 64 byte one - add ExportPublicKey falling back to go-ethereum/crypto.FromECDSAPub() chopping off the first byte - add Import - Export tests - all tests pass zelig 2015-01-20 16:47:46 +00:00
  • 58fc2c679b important fix for peer pubkey. when taken from identity, chop first format byte! zelig 2015-01-20 15:20:18 +00:00
  • 923504ce3d add equality check for nonce and remote nonce zelig 2015-01-20 00:41:45 +00:00
  • 2e868566d7 add minor comments to the test zelig 2015-01-20 00:23:10 +00:00
  • e252c634cb first stab at integrating crypto in our p2p - abstract the entire handshake logic in cryptoId.Run() taking session-relevant parameters - changes in peer to accomodate how the encryption layer would be switched on - modify arguments of handshake components - fixed test getting the wrong pubkey but it till crashes on DH in newSession() zelig 2015-01-19 23:42:13 +00:00
  • 1803c65e40 integrate cryptoId into peer and connection lifecycle zelig 2015-01-19 11:21:13 +00:00
  • 489d956283 completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k1-go panics zelig 2015-01-19 04:53:48 +00:00
  • 076c382a74 handshake test to crypto zelig 2015-01-19 01:24:28 +00:00
  • 3b6385b146 handshake test to crypto zelig 2015-01-19 01:24:09 +00:00
  • 714b955d6e fix crash - add session token check and fallback to shared secret in responder call too - use explicit length for the types of new messages - fix typo resp[resLen-1] = tokenFlag zelig 2015-01-19 00:55:24 +00:00
  • b855f671a5 rewrite to comply with latest spec - correct sizes for the blocks : sec signature 65, ecies sklen 16, keylength 32 - added allocation to Xor (should be optimized later) - no pubkey reader needed, just do with copy - restructuring now into INITIATE, RESPOND, COMPLETE -> newSession initialises the encryption/authentication layer - crypto identity can be part of client identity, some initialisation when server created zelig 2015-01-18 23:53:45 +00:00
  • 4e52adb84a add crypto auth logic to p2p zelig 2015-01-18 09:46:08 +00:00
  • d227f6184e fix protocol to accomodate privkey zelig 2015-01-18 09:44:49 +00:00
  • 88167f39a6 add privkey to clientIdentity + tests zelig 2015-01-18 08:03:39 +00:00
  • c8a8aa0d43 initial hook for crypto handshake (void, off by default) zelig 2015-01-18 07:59:54 +00:00
  • 6b5f25802e Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-05 14:42:22 -08:00
  • f8c1eb157d Undone fix. Will re-enable once chain resets obscuren 2015-02-05 14:42:12 -08:00
  • 59665ade85 Pin Travis go version to 1.4.1 Taylor Gerring 2015-02-05 16:27:54 -06:00
  • c1f6e259a9 Only submit on coverage report success Taylor Gerring 2015-02-05 16:04:42 -06:00
  • 03b89ab712 Only download missing deps, not build Taylor Gerring 2015-02-05 16:03:29 -06:00
  • ae3e9d4881 Don't reference by $GOROOT Taylor Gerring 2015-02-05 16:02:15 -06:00
  • 2d8614482f Let's do a PR you said, it will be fun, you said.. Alexandre Van de Sande 2015-02-05 19:02:44 -02:00
  • 2d3b007404 Revert cad53fa..8fa3b69 Alexandre Van de Sande 2015-02-05 19:01:33 -02:00
  • 8fa3b69255 added catalog.qml Alexandre Van de Sande 2015-02-05 19:00:56 -02:00
  • 4fe3fdd149 Revert 87d721e..0703f8e Alexandre Van de Sande 2015-02-05 19:00:11 -02:00
  • 0703f8e408 WTF I'm doing? Alexandre Van de Sande 2015-02-05 18:59:42 -02:00
  • a36b2576fc Revert cad53fa..cd30cca Alexandre Van de Sande 2015-02-05 18:56:53 -02:00
  • cd30ccaff6 Revert "Merging from develop" Alexandre Van de Sande 2015-02-05 18:56:25 -02:00
  • 40dbd6ada2 Revert "sidebar text improvements" Alexandre Van de Sande 2015-02-05 18:46:20 -02:00
  • 1345ec570c Revert 87d721e..9047f5d Alexandre Van de Sande 2015-02-05 18:42:58 -02:00
  • 9047f5dd4c Merging from develop Alexandre Van de Sande 2015-02-05 18:41:43 -02:00
  • cad53fa191 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-05 12:36:30 -08:00
  • 0e682d936d Updated readme obscuren 2015-02-05 12:34:47 -08:00
  • cbdbdf7921 Revert 87d721e..dc1deeb Alexandre Van de Sande 2015-02-05 18:35:23 -02:00
  • cec30e23b2 Updated readme obscuren 2015-02-05 12:34:47 -08:00
  • dc1deeba72 Merge pull request #3 from alexvandesande/ethereum-develop Alexandre Van de Sande 2015-02-05 18:27:44 -02:00
  • 47129428fe Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_check Jeffrey Wilcke 2015-02-05 12:23:56 -08:00
  • a46334fbfe pulled from upstream Alexandre Van de Sande 2015-02-05 18:23:34 -02:00
  • 2f30a27b2b Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-05 12:22:44 -08:00
  • 8be1d134aa updated home obscuren 2015-02-05 12:22:35 -08:00
  • 7e0799ff21 Merge commit '9d84609b3faf797f4a611587abdda3d6b3b07917' into develop obscuren 2015-02-05 12:07:36 -08:00
  • 9d84609b3f Merge branch 'master' of https://github.com/ethereum/ethereum.js Marek Kotewicz 2015-02-05 21:06:50 +01:00
  • c64852dbcc pending / chain event obscuren 2015-02-05 11:55:03 -08:00
  • 87d721e85f sidebar text improvements Alexandre Van de Sande 2015-02-05 17:46:41 -02:00
  • bcacaaa4f4 Merge branch 'tgerring-develop' into develop obscuren 2015-02-05 11:44:45 -08:00
  • d00e2731e5 Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tgerring-develop obscuren 2015-02-05 11:44:30 -08:00
  • 1032d133fb browser bar with two states Alexandre Van de Sande 2015-02-05 17:21:37 -02:00
  • 99a1551b20 Merge pull request #287 from ethereum/system-testing Jeffrey Wilcke 2015-02-05 11:09:13 -08:00
  • ac69538707 Merge branch 'develop' into miner obscuren 2015-02-05 09:13:35 -08:00
  • 16ab949110 cppjit wrong cmake config fail CJentzsch 2015-02-05 18:40:37 +01:00