1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • a3cd218719 cmd/mist, cmd/ethereum: add CLI arguments for node key Felix Lange 2015-02-10 12:30:09 +0100
  • 0c7df37351 crypto: add key loading functions Felix Lange 2015-02-10 12:29:50 +0100
  • cf002a4611 undo changed due to memory gas cost rule CJentzsch 2015-02-10 11:22:50 +0100
  • be4f40741f cppjit fail CJentzsch 2015-02-10 10:43:36 +0100
  • 70e2df3904 Dockerfile creation speed-up by not running go tests, added a workaround so that docker's cache is invalidated whenever th git repo is updated. sveneh 2015-02-09 16:27:49 +0100
  • f1ebad2508 eth: don't warn if no BootNodes are specified Felix Lange 2015-02-09 16:17:07 +0100
  • 348d3af0fc more memory cost tests CJentzsch 2015-02-09 11:20:14 +0100
  • 9915d3c3be p2p/discover: deflake UDP tests Felix Lange 2015-02-09 11:02:32 +0100
  • 907f229757 update memory rule CJentzsch 2015-02-09 10:29:47 +0100
  • 58ba290a9f moved manager obscuren 2015-02-09 00:08:28 +0100
  • b22f0f2ef5 merged obscuren 2015-02-09 00:06:24 +0100
  • bcc5c51630 gas failure cppjit CJentzsch 2015-02-07 18:09:22 +0100
  • 16a04e64f2 Updated coin obscuren 2015-02-07 17:04:19 +0100
  • c8147fb7b9 Compare regardless of length obscuren 2015-02-07 17:04:04 +0100
  • 0fa6927171 Moved log message to detail output obscuren 2015-02-07 17:03:33 +0100
  • 99ebb869bf Fixed iterator obscuren 2015-02-07 17:03:22 +0100
  • 44eafb15e0 Renamed filter obscuren 2015-02-07 17:03:12 +0100
  • cb877734f0 cppjit fails CJentzsch 2015-02-07 09:56:24 +0100
  • 792cd0aa10 Fix broken link in README Corey Farwell 2015-02-06 22:36:22 -0500
  • 028775a086 cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes Felix Lange 2015-02-07 00:38:36 +0100
  • 2cf4fed11b cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions Felix Lange 2015-02-07 00:15:04 +0100
  • e34d134102 p2p: fixes for actual connections Felix Lange 2015-02-07 00:13:22 +0100
  • 8564eb9f7e p2p/discover: add node URL functions, distinguish TCP/UDP ports Felix Lange 2015-02-06 14:40:53 +0100
  • 9f52408e70 sha3 performance test CJentzsch 2015-02-06 17:43:35 +0100
  • a3780032bf failing tests from random simulation as state tests and transaction tests CJentzsch 2015-02-06 15:38:55 +0100
  • e4bb419707 Add go check to prefetched test dependencies Taylor Gerring 2015-02-05 18:11:31 -0600
  • 5e0b2b260c Updated go list command Taylor Gerring 2015-02-05 17:49:44 -0600
  • b58b6b9bac Use after_success build step Taylor Gerring 2015-02-05 17:23:22 -0600
  • f3ac378ca4 No long use v1 branch of qml repo Taylor Gerring 2015-02-05 17:13:51 -0600
  • 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API Felix Lange 2015-02-05 03:16:16 +0100
  • e40c1c62ce API changed to use Pubkey only. Reflected that change in the rest of the api obscuren 2015-02-05 15:00:59 -0800
  • 8e8ec8f5f8 cmd/peerserver: is gone Felix Lange 2015-02-05 03:15:05 +0100
  • 5bdc115943 p2p: integrate p2p/discover Felix Lange 2015-02-05 03:07:58 +0100
  • 739066ec56 p2p/discover: add some helper functions Felix Lange 2015-02-05 03:07:18 +0100
  • 12224c7f59 p2p/discover: new package implementing the Node Discovery Protocol Felix Lange 2015-01-27 14:33:26 +0100
  • 8c3095faf0 rlp: fix encoding of arrays with byte element type Felix Lange 2015-01-30 16:52:48 +0100
  • 410b35e913 crypto: make it easier to run Sha3 on multiple inputs Felix Lange 2015-01-27 14:29:33 +0100
  • 2e48d39fc7 key generation abstracted out, for testing with deterministic keys zelig 2015-01-29 03:16:10 +0000
  • 488a042736 fix clientidentity test after privkey removed zelig 2015-01-29 01:49:50 +0000
  • 71765957e4 get rid of Private Key in ClientIdentity zelig 2015-01-26 16:58:58 +0000
  • 68205dec9f make crypto handshake calls package level, store privateKey on peer + tests ok zelig 2015-01-26 16:16:23 +0000
  • 4499743522 apply handshake related improvements from p2p.crypto branch zelig 2015-01-26 14:50:12 +0000
  • 54252ede31 add temporary forced session token generation zelig 2015-01-21 16:53:13 +0000
  • 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 +0000
  • 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 +0000
  • 1f2adb05b5 add initial peer level test (failing) zelig 2015-01-21 14:42:12 +0000
  • 4afde4e738 add code documentation zelig 2015-01-21 10:22:07 +0000
  • 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 +0000
  • 58fc2c679b important fix for peer pubkey. when taken from identity, chop first format byte! zelig 2015-01-20 15:20:18 +0000
  • 923504ce3d add equality check for nonce and remote nonce zelig 2015-01-20 00:41:45 +0000
  • 2e868566d7 add minor comments to the test zelig 2015-01-20 00:23:10 +0000
  • 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 +0000
  • 1803c65e40 integrate cryptoId into peer and connection lifecycle zelig 2015-01-19 11:21:13 +0000
  • 489d956283 completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k1-go panics zelig 2015-01-19 04:53:48 +0000
  • 076c382a74 handshake test to crypto zelig 2015-01-19 01:24:28 +0000
  • 3b6385b146 handshake test to crypto zelig 2015-01-19 01:24:09 +0000
  • 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 +0000
  • 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 +0000
  • 4e52adb84a add crypto auth logic to p2p zelig 2015-01-18 09:46:08 +0000
  • d227f6184e fix protocol to accomodate privkey zelig 2015-01-18 09:44:49 +0000
  • 88167f39a6 add privkey to clientIdentity + tests zelig 2015-01-18 08:03:39 +0000
  • c8a8aa0d43 initial hook for crypto handshake (void, off by default) zelig 2015-01-18 07:59:54 +0000
  • 6b5f25802e Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-05 14:42:22 -0800
  • f8c1eb157d Undone fix. Will re-enable once chain resets obscuren 2015-02-05 14:42:12 -0800
  • 59665ade85 Pin Travis go version to 1.4.1 Taylor Gerring 2015-02-05 16:27:54 -0600
  • c1f6e259a9 Only submit on coverage report success Taylor Gerring 2015-02-05 16:04:42 -0600
  • 03b89ab712 Only download missing deps, not build Taylor Gerring 2015-02-05 16:03:29 -0600
  • ae3e9d4881 Don't reference by $GOROOT Taylor Gerring 2015-02-05 16:02:15 -0600
  • cad53fa191 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-05 12:36:30 -0800
  • 0e682d936d Updated readme obscuren 2015-02-05 12:34:47 -0800
  • cec30e23b2 Updated readme obscuren 2015-02-05 12:34:47 -0800
  • 47129428fe Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_check Jeffrey Wilcke 2015-02-05 12:23:56 -0800
  • 2f30a27b2b Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-05 12:22:44 -0800
  • 8be1d134aa updated home obscuren 2015-02-05 12:22:35 -0800
  • 7e0799ff21 Merge commit '9d84609b3faf797f4a611587abdda3d6b3b07917' into develop obscuren 2015-02-05 12:07:36 -0800
  • 9d84609b3f Merge branch 'master' of https://github.com/ethereum/ethereum.js Marek Kotewicz 2015-02-05 21:06:50 +0100
  • c64852dbcc pending / chain event obscuren 2015-02-05 11:55:03 -0800
  • bcacaaa4f4 Merge branch 'tgerring-develop' into develop obscuren 2015-02-05 11:44:45 -0800
  • d00e2731e5 Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tgerring-develop obscuren 2015-02-05 11:44:30 -0800
  • 99a1551b20 Merge pull request #287 from ethereum/system-testing Jeffrey Wilcke 2015-02-05 11:09:13 -0800
  • ac69538707 Merge branch 'develop' into miner obscuren 2015-02-05 09:13:35 -0800
  • 16ab949110 cppjit wrong cmake config fail CJentzsch 2015-02-05 18:40:37 +0100
  • 82cc5f63ae bring back jsonrpc single method calls in polling Marek Kotewicz 2015-02-05 18:20:43 +0100
  • 9d2166a964 wip obscuren 2015-02-05 08:29:41 -0800
  • 0c29650bfa debug version for cppjit in dockerfile CJentzsch 2015-02-05 17:01:24 +0100
  • af21a32cef enabled tests sveneh 2015-02-05 12:31:49 +0100
  • 5235124460 enabled python in tests sveneh 2015-02-05 12:09:35 +0100
  • 2e2e36cc72 updated python and go to new build requirement. added script to create dockers locally sveneh 2015-02-05 12:07:12 +0100
  • db7c34a9df Default gas price and default gas for rpc obscuren 2015-02-04 18:34:29 -0800
  • a1b4547a53 set uncles regardless of empty uncle list. Fixes invalid blocks being mined obscuren 2015-02-04 18:26:23 -0800
  • 57f95c1dc7 fixed test obscuren 2015-02-04 17:35:49 -0800
  • 1d519854e2 Propagate known transactions to new peers on connect obscuren 2015-02-04 17:28:54 -0800
  • 292f7ada8e Merge branch 'develop' into miner obscuren 2015-02-04 15:05:49 -0800
  • 65158d39b0 Filtering obscuren 2015-02-04 15:05:47 -0800
  • 7c278d6ac2 updated tests obscuren 2015-02-04 12:52:17 -0800
  • 429077a5a0 Merge branch 'develop' of github.com:tgerring/go-ethereum into develop Taylor Gerring 2015-02-04 10:58:18 -0600
  • 2656a2d038 Use different default RPC port per #186 Taylor Gerring 2015-02-04 10:57:47 -0600
  • 3f03197dae Updated tests obscuren 2015-02-04 07:39:02 -0800
  • 83258456d3 remove false tests CJentzsch 2015-02-04 16:23:54 +0100
  • 936a8c0e3b python fail CJentzsch 2015-02-04 16:21:06 +0100