1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 2c3a014f03 Resolved some bugs in the miner obscuren 2015-02-15 16:16:27 +0100
  • c924a841c7 Merge branch 'develop' into bounty obscuren 2015-02-15 02:29:52 +0100
  • 7299eb72e0 HTTP RPC only listen on localhost obscuren 2015-02-15 02:26:30 +0100
  • 238f39a42e Validate seckey when generating pub key obscuren 2015-02-15 02:20:31 +0100
  • 09e53367a2 Use a mutex write-lock for a write operation obscuren 2015-02-15 02:12:14 +0100
  • b143dad596 Reference pointer to block instead of pointer to function obscuren 2015-02-15 02:09:57 +0100
  • 16ae675107 Unmarshal in to pointer to string obscuren 2015-02-15 02:08:08 +0100
  • 12fc590b34 removed some old menu items obscuren 2015-02-15 01:58:15 +0100
  • c29b01ce75 Reset URL bar obscuren 2015-02-14 17:18:28 +0100
  • befb4bc1c1 Fixed a few errors in the browser special meta tags objects obscuren 2015-02-14 17:13:21 +0100
  • 32c7ebc51d Fixed mining & limited hash power obscuren 2015-02-14 16:52:14 +0100
  • 65159d65c8 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-14 00:27:46 +0100
  • 3ff6c9bb79 Merge pull request #309 from fjl/peer-window Jeffrey Wilcke 2015-02-14 00:27:40 +0100
  • 84f7c966f7 Moved ECIES to repo & added secondary title for webview obscuren 2015-02-14 00:25:47 +0100
  • 8464e43eaf cmd/mist: fix peer window Felix Lange 2015-02-13 23:55:50 +0100
  • 4bef3ce284 p2p: print Cap as name/version Felix Lange 2015-02-13 23:54:34 +0100
  • 396f1a0a33 Add 'crypto/ecies/' from commit '7c0f4a9b18d992166452d8cd32caaefd92b26386' obscuren 2015-02-13 23:45:38 +0100
  • 7c0f4a9b18 Merge pull request #3 from Gustav-Simonsson/fix_ecies_params_init_bug Jeffrey Wilcke 2015-02-13 23:42:33 +0100
  • 49a739c8d6 Merge branch 'Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy' into develop obscuren 2015-02-13 23:35:21 +0100
  • 12b2d57629 Merge branch 'align_key_and_ecdsa_nonce_entropy' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy obscuren 2015-02-13 23:31:20 +0100
  • 95cfaa1b37 disabled test obscuren 2015-02-13 23:26:41 +0100
  • acc7c0f706 Merge pull request #308 from fjl/default-bootnodes Jeffrey Wilcke 2015-02-13 21:51:51 +0100
  • 1c1a3033be eth: add default bootnode Felix Lange 2015-02-13 21:41:13 +0100
  • 384305f4aa Fixed QML errors obscuren 2015-02-13 18:33:08 +0100
  • 7aef0fed29 changed url bar behaviour. Failed attempt at icon Alexandre Van de Sande 2015-02-13 18:32:15 +0100
  • 4d49d7b5a6 Reset hash rate to 0 when mining is stopped obscuren 2015-02-13 18:30:06 +0100
  • f35d62b759 Remove secp256_rand.go and update tests Gustav Simonsson 2015-02-13 18:22:36 +0100
  • 6a7b0ef904 Updated coin.js abi obscuren 2015-02-13 18:17:17 +0100
  • ce239333d5 Update balance label when mining obscuren 2015-02-13 18:15:23 +0100
  • 0f3c25b265 Propagate blocks obscuren 2015-02-13 18:03:16 +0100
  • 790de35e7f Fixed issue in peer window obscuren 2015-02-13 17:57:46 +0100
  • 218f437b0c Updated window obscuren 2015-02-13 17:30:37 +0100
  • 7336dfad02 Merge branch 'develop' into poc8 obscuren 2015-02-13 17:23:48 +0100
  • 00fca40939 Merge branch 'miner' into develop obscuren 2015-02-13 17:23:18 +0100
  • 8a0f23915e Fixed a few issues in the miner and updated hash rate title obscuren 2015-02-13 17:23:09 +0100
  • 8305d409d2 Merge branch 'develop' into miner obscuren 2015-02-13 17:00:15 +0100
  • 5c251b6928 Merge branch 'fjl-poc8-net-integration' into develop obscuren 2015-02-13 16:08:30 +0100
  • bde3ff16ad merge obscuren 2015-02-13 16:02:37 +0100
  • 39434e383b Unexport randEntropy type and use exported Reader instead Gustav Simonsson 2015-02-13 15:38:18 +0100
  • 76fa75b394 wip obscuren 2015-02-13 15:35:54 +0100
  • 32a9c0ca80 p2p: bump devp2p protcol version to 3 Felix Lange 2015-02-13 15:08:40 +0100
  • fd3e1061e0 p2p: handle disconnect before protocol handshake Felix Lange 2015-02-13 15:06:06 +0100
  • cf754b9483 p2p/discover: fix race in ListenUDP Felix Lange 2015-02-13 15:04:30 +0100
  • 5cc1256fd6 p2p: ensure we don't dial ourself Felix Lange 2015-02-13 14:50:14 +0100
  • 7101f44998 p2p: add I/O timeout for encrytion handshake Felix Lange 2015-02-13 14:49:49 +0100
  • 22ee366ed6 p2p: fix goroutine leak for invalid peers Felix Lange 2015-02-13 14:47:05 +0100
  • 75d164037f Merge branch 'logjson' into develop obscuren 2015-02-13 15:06:32 +0100
  • a5ea21cd85 merge obscuren 2015-02-13 15:05:56 +0100
  • 5110f80bba p2p: improve read deadlines Felix Lange 2015-02-13 14:44:00 +0100
  • 4ee0f90b46 Merge pull request #59 from winsvega/develop Christoph Jentzsch 2015-02-13 12:47:02 +0100
  • ddc830be5c new tests solidity test wrong transaction rlp (manual) winsvega 2015-02-13 14:20:47 +0300
  • 170eb3ac68 p2p/discover: map listening port using configured mechanism Felix Lange 2015-02-13 11:38:34 +0100
  • 82f0bd9009 p2p/discover: code review fixes Felix Lange 2015-02-12 11:59:52 +0100
  • d0a2e655c9 cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat Felix Lange 2015-02-11 17:19:31 +0100
  • 1543833ca0 p2p/nat: new package for port mapping stuff Felix Lange 2015-02-10 23:49:45 +0100
  • 4e3377333f Merge remote-tracking branch 'origin/develop' into develop CJentzsch 2015-02-13 09:10:27 +0100
  • a681d1ec02 performance test CJentzsch 2015-02-13 09:09:11 +0100
  • 38faf2c51a removed messages obscuren 2015-02-12 17:06:15 +0100
  • 31fdc645ed cmd + t switches to new dapp window obscuren 2015-02-12 15:03:53 +0100
  • 1000b02b18 bump wanderer 2015-02-12 00:56:22 -0500
  • 5136fc9ab7 Fix ECIES params nil bug Gustav Simonsson 2015-02-12 02:31:00 +0100
  • 04c1a81509 Merge pull request #2 from Gustav-Simonsson/correct_ecies_shared_key_generation Jeffrey Wilcke 2015-02-12 00:10:00 +0100
  • b64ad7a2a6 Merge branch 'develop' into miner obscuren 2015-02-11 23:46:54 +0100
  • 3f6baa45a7 Documented methods & removed old manifest obscuren 2015-02-11 23:46:45 +0100
  • 52a46e61f9 Correct ECIES shared key length check Gustav Simonsson 2015-02-11 20:03:52 +0100
  • 558c67d392 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-11 20:22:19 +0100
  • d73dff4d5b Merge pull request #303 from fjl/rlp-flat Jeffrey Wilcke 2015-02-11 20:22:04 +0100
  • b94f85de22 rlp: add Flat Felix Lange 2015-02-11 19:28:56 +0100
  • 1fc3524e40 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-02-11 19:22:38 +0100
  • ebc506dae8 Merge pull request #302 from alexvandesande/UI Jeffrey Wilcke 2015-02-11 19:22:23 +0100
  • 6221b282d4 Catalog Page Behaviour Alexandre Van de Sande 2015-02-11 19:16:35 +0100
  • db24fb792c Move standard fields to LogEvent Taylor Gerring 2015-02-11 18:49:00 +0100
  • d311b1b9b7 Merge pull request #301 from ethereum/travis Taylor Gerring 2015-02-11 14:25:44 +0100
  • 3c40eb9e5a Temporarily skip broken TestVerifyPoW Taylor Gerring 2015-02-11 13:47:03 +0100
  • df49c609a0 updated coin obscuren 2015-02-11 13:26:44 +0100
  • 3d6fd601c5 Move event names within each object Taylor Gerring 2015-02-11 12:45:41 +0100
  • ef6c7bd726 Merge pull request #300 from tgerring/jsonrpc Taylor Gerring 2015-02-11 11:59:51 +0100
  • d613bf69bf #295 Allow RPC ID to be string Taylor Gerring 2015-02-11 11:56:29 +0100
  • cfddb7f3cd Merge branch 'develop' into jsonrpc Taylor Gerring 2015-02-11 11:40:12 +0100
  • c6af5f0a27 No longer switch branches for go-qml dep Taylor Gerring 2015-02-11 11:30:36 +0100
  • e433525f51 Merge branch 'sveneh-origin_develop' into develop Taylor Gerring 2015-02-11 11:28:39 +0100
  • ab66a3d0d3 Merge branch 'origin_develop' of https://github.com/sveneh/go-ethereum into sveneh-origin_develop Taylor Gerring 2015-02-11 11:03:40 +0100
  • d0a2eca19b add more transaction tests CJentzsch 2015-02-11 09:00:25 +0100
  • ec8404c375 Merge remote-tracking branch 'origin/develop' into develop CJentzsch 2015-02-11 08:40:42 +0100
  • 766ee65328 cppjit fails CJentzsch 2015-02-11 08:39:55 +0100
  • bf2abc3b68 Update ttTransactionTest.json martin becze 2015-02-10 21:04:04 -0500
  • 5a89c6f803 Update ttTransactionTest.json martin becze 2015-02-10 20:53:43 -0500
  • 74e1320a0b Update ttTransactionTest.json martin becze 2015-02-10 20:36:27 -0500
  • eaec21f199 Update ttTransactionTest.json martin becze 2015-02-10 20:29:08 -0500
  • 8c056aebe1 Set both key generation and ECDSA nonce to use mixed entropy Gustav Simonsson 2015-02-04 17:06:06 +0100
  • d1a31850ce added transaction tests to index.js wanderer 2015-02-10 14:38:48 -0500
  • d53e5646ec Use strongly-typed objects Taylor Gerring 2015-02-10 19:21:13 +0100
  • 5fe2916ee1 Merge pull request #298 from alexvandesande/UI Jeffrey Wilcke 2015-02-10 17:21:29 +0100
  • acc667fbef Merge pull request #296 from frewsxcv/patch-1 Felix Lange 2015-02-10 16:41:32 +0100
  • 80890cd9dd removed icomoon Alexandre Van de Sande 2015-02-10 16:16:17 +0100
  • 6b5f4ed244 Recreated the changes on a new branch Alexandre Van de Sande 2015-02-10 16:14:07 +0100
  • 4242b05462 cmd/bootnode: new command (replaces cmd/peerserver) Felix Lange 2015-02-10 14:26:54 +0100
  • a21b30c901 eth: remove unused Ethereum sync fields Felix Lange 2015-02-10 13:30:07 +0100
  • ddccea75e8 Fixed "to" field obscuren 2015-02-10 13:20:06 +0100
  • da2fae0e43 Basic structure miner obscuren 2015-02-09 16:20:34 +0100