Commit Graph

3082 Commits (218f437b0c2a80aa189e703520b5e1a5b9841b0f)
 

Author SHA1 Message Date
obscuren da2fae0e43 Basic structure miner 10 years ago
Felix Lange a3cd218719 cmd/mist, cmd/ethereum: add CLI arguments for node key 10 years ago
Felix Lange 0c7df37351 crypto: add key loading functions 10 years ago
sveneh 70e2df3904 Dockerfile creation speed-up by not running go tests, added a workaround 10 years ago
Felix Lange f1ebad2508 eth: don't warn if no BootNodes are specified 10 years ago
Felix Lange 9915d3c3be p2p/discover: deflake UDP tests 10 years ago
obscuren 58ba290a9f moved manager 10 years ago
obscuren b22f0f2ef5 merged 10 years ago
obscuren 16a04e64f2 Updated coin 10 years ago
obscuren c8147fb7b9 Compare regardless of length 10 years ago
obscuren 0fa6927171 Moved log message to detail output 10 years ago
obscuren 99ebb869bf Fixed iterator 10 years ago
obscuren 44eafb15e0 Renamed filter 10 years ago
Corey Farwell 792cd0aa10 Fix broken link in README 10 years ago
Felix Lange 028775a086 cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes 10 years ago
Felix Lange 2cf4fed11b cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions 10 years ago
Felix Lange e34d134102 p2p: fixes for actual connections 10 years ago
Felix Lange 8564eb9f7e p2p/discover: add node URL functions, distinguish TCP/UDP ports 10 years ago
Taylor Gerring e4bb419707 Add go check to prefetched test dependencies 10 years ago
Taylor Gerring 5e0b2b260c Updated go list command 10 years ago
Taylor Gerring b58b6b9bac Use after_success build step 10 years ago
Taylor Gerring f3ac378ca4 No long use v1 branch of qml repo 10 years ago
Felix Lange 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 10 years ago
obscuren e40c1c62ce API changed to use Pubkey only. Reflected that change in the rest of the api 10 years ago
Felix Lange 8e8ec8f5f8 cmd/peerserver: is gone 10 years ago
Felix Lange 5bdc115943 p2p: integrate p2p/discover 10 years ago
Felix Lange 739066ec56 p2p/discover: add some helper functions 10 years ago
Felix Lange 12224c7f59 p2p/discover: new package implementing the Node Discovery Protocol 10 years ago
Felix Lange 8c3095faf0 rlp: fix encoding of arrays with byte element type 10 years ago
Felix Lange 410b35e913 crypto: make it easier to run Sha3 on multiple inputs 10 years ago
zelig 2e48d39fc7 key generation abstracted out, for testing with deterministic keys 10 years ago
zelig 488a042736 fix clientidentity test after privkey removed 10 years ago
zelig 71765957e4 get rid of Private Key in ClientIdentity 10 years ago
zelig 68205dec9f make crypto handshake calls package level, store privateKey on peer + tests ok 10 years ago
zelig 4499743522 apply handshake related improvements from p2p.crypto branch 10 years ago
zelig 54252ede31 add temporary forced session token generation 10 years ago
zelig faa069a126 peer-level integration test for crypto handshake 10 years ago
zelig 20aade56c3 chop first byte when cryptoid.PubKeyS is set from identity.Pubkey() since this is directly copied in the auth message 10 years ago
zelig 1f2adb05b5 add initial peer level test (failing) 10 years ago
zelig 4afde4e738 add code documentation 10 years ago
zelig 364b783281 changes that fix it all: 10 years ago
zelig 58fc2c679b important fix for peer pubkey. when taken from identity, chop first format byte! 10 years ago
zelig 923504ce3d add equality check for nonce and remote nonce 10 years ago
zelig 2e868566d7 add minor comments to the test 10 years ago
zelig e252c634cb first stab at integrating crypto in our p2p 10 years ago
zelig 1803c65e40 integrate cryptoId into peer and connection lifecycle 10 years ago
zelig 489d956283 completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k1-go panics 10 years ago
zelig 076c382a74 handshake test to crypto 10 years ago
zelig 3b6385b146 handshake test to crypto 10 years ago
zelig 714b955d6e fix crash 10 years ago