Commit Graph

  • 941f051358 libsecp256k1 #define NDEBUG Gustav Simonsson 2015-04-07 18:09:58 +02:00
  • 3ddc109778 Merge branch 'Gustav-Simonsson-update_bitcoin_secp256k1_lib2' into develop obscuren 2015-04-07 15:20:51 +02:00
  • 50bbdfe582 Link GMP obscuren 2015-04-07 15:20:24 +02:00
  • ce9a28d7bb Merge branch 'update_bitcoin_secp256k1_lib2' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-update_bitcoin_secp256k1_lib2 obscuren 2015-04-07 15:10:31 +02:00
  • 0196a97319 Merge branch 'tgerring-rpcfabian' into develop obscuren 2015-04-07 15:04:45 +02:00
  • 3063aad7db merge conflict obscuren 2015-04-07 15:04:29 +02:00
  • 50aa1f178c updated logging obscuren 2015-04-07 14:57:16 +02:00
  • 688d118c7e Updated logging obscuren 2015-04-07 14:57:04 +02:00
  • d0c3f127ee More type fixes Taylor Gerring 2015-04-07 06:49:31 -05:00
  • 01b2c90179 Updated ethash obscuren 2015-04-07 13:17:27 +02:00
  • c756633fb7 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-04-07 13:10:21 +02:00
  • 43454053b0 Fixed tests obscuren 2015-04-07 13:10:12 +02:00
  • 1aaeae292d Output format and nil fixes Taylor Gerring 2015-04-07 06:10:00 -05:00
  • 2591883a18 Use logger.Error instead of 0 with glog Gustav Simonsson 2015-04-07 12:48:13 +02:00
  • 3f306f63d4 Forward and log EC recover err and remove dup pubkey len check Gustav Simonsson 2015-04-05 19:31:18 +02:00
  • d9b37b6da7 Update Go wrapper around libbsecp256k1 Gustav Simonsson 2015-04-07 12:40:31 +02:00
  • 7c583f8222 Merge pull request #653 from debris/circular_structure Jeffrey Wilcke 2015-04-07 12:36:11 +02:00
  • 99907f94dc Updated ethereum.js obscuren 2015-04-07 12:33:05 +02:00
  • 7b6a8cc9ae Fixed pending states obscuren 2015-04-07 12:32:55 +02:00
  • f4d4f1ccb2 Update bitcoin secp256k1 lib Gustav Simonsson 2015-04-07 12:13:37 +02:00
  • b09d62bac7 fixed printing circular structures Marek Kotewicz 2015-04-07 05:27:47 +02:00
  • 9c55576c7b Block header changed & console miner control obscuren 2015-04-05 18:57:03 +02:00
  • 3040296beb updated ethash. closes 646 obscuren 2015-04-05 18:00:22 +02:00
  • 736aefe9b5 time lapse obscuren 2015-04-05 17:59:38 +02:00
  • 69ece747d3 v bump obscuren 2015-04-05 15:15:19 +02:00
  • 01e1b49831 reflect ethash changes obscuren 2015-04-05 15:15:05 +02:00
  • 09d3f2cf2a Update ethash obscuren 2015-04-05 15:14:55 +02:00
  • 5b9a0e7118 Disabled PoW check obscuren 2015-04-05 15:14:06 +02:00
  • 50edd4243e removed hash rate from info log. Added hashrate js func obscuren 2015-04-05 13:05:10 +02:00
  • ac473a8623 Remove debug log obscuren 2015-04-04 23:27:23 +02:00
  • 053d5552ab Updated logging obscuren 2015-04-04 23:04:19 +02:00
  • 5dc5e66986 set backtrace during runtime obscuren 2015-04-04 22:16:29 +02:00
  • d651ff968a Temp removed unrequested block error obscuren 2015-04-04 22:06:50 +02:00
  • f4af9e95c2 Skipping test obscuren 2015-04-04 21:41:42 +02:00
  • eb1c26746d Changed R S to big int and fixed tests obscuren 2015-04-04 21:41:24 +02:00
  • eb8f0b85f7 Changed R & S to *big.Int obscuren 2015-04-04 21:32:24 +02:00
  • 59597d23a5 Reject integers w/ appended zero's obscuren 2015-04-04 21:29:23 +02:00
  • c39484bc4b Added thread safe each obscuren 2015-04-04 20:34:10 +02:00
  • 5c988c8ea0 Increased test coverage for args Taylor Gerring 2015-04-04 11:58:23 -05:00
  • eff6a43419 Removed debugging obscuren 2015-04-04 18:29:11 +02:00
  • 7a18a39351 prevent deadlock obscuren 2015-04-04 18:23:51 +02:00
  • f9488cb763 bumped version number obscuren 2015-04-04 16:41:12 +02:00
  • e1ed8c33bd Improved chain manager, improved block processor, fixed tests obscuren 2015-04-04 16:35:23 +02:00
  • 29f120206e Added block cache delete method obscuren 2015-04-04 16:33:12 +02:00
  • 0d1a9ce648 Disabled peer TD check to support suspended blocks (Future blocks) obscuren 2015-04-04 16:24:22 +02:00
  • 435378e953 Improved test coverage for rpc types Taylor Gerring 2015-04-04 15:09:30 +02:00
  • 71e62eb620 More test coverage for responses Taylor Gerring 2015-04-04 14:08:35 +02:00
  • c985ce4d78 Changed log to new logging obscuren 2015-04-04 13:41:58 +02:00
  • 2683aac9b0 Make sure we're not mining on an invalid TS obscuren 2015-04-04 13:27:17 +02:00
  • 2b9b9e7704 Allow "earliest" block height Taylor Gerring 2015-04-04 13:25:47 +02:00
  • 4729826466 Merge branch 'develop' into rpcfabian Taylor Gerring 2015-04-04 13:24:21 +02:00
  • c20d04ca67 added verbosity to js admin obscuren 2015-04-04 13:24:19 +02:00
  • 1889727144 Moved logging to logger.Core obscuren 2015-04-04 13:24:01 +02:00
  • 218bfeb60e check for nil block (tmp). obscuren 2015-04-04 12:40:48 +02:00
  • a0e44e3281 basic glog obscuren 2015-04-04 12:40:11 +02:00
  • 60e097a5f4 Merge branch 'develop' into glog obscuren 2015-04-04 12:24:59 +02:00
  • bc5528b165 version bump obscuren 2015-04-03 17:49:33 +02:00
  • ec8a6e0a2b Merge branch 'develop' into glog obscuren 2015-04-03 17:19:22 +02:00
  • f9d94c7462 do not include BlockEqualTS as valid uncles obscuren 2015-04-03 17:19:09 +02:00
  • 11d90d9b22 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-04-03 17:09:21 +02:00
  • 36452afd4e glog wip obscuren 2015-04-03 17:09:01 +02:00
  • 47feff3611 Merge pull request #627 from ethersphere/frontier/blockpool Jeffrey Wilcke 2015-04-03 13:56:39 +02:00
  • 4558e04c0d Merge commit 'f6bd4b16e38f9cacd57b57befdeeaed789a473c4' into develop obscuren 2015-04-03 12:29:13 +02:00
  • f6bd4b16e3 Squashed 'tests/files/' changes from d6fe94a..3ebf646 obscuren 2015-04-03 12:29:13 +02:00
  • f49e398ebe bool => int obscuren 2015-04-03 12:28:55 +02:00
  • a6ca3d0261 Merge pull request #626 from tgerring/rpcfabian Jeffrey Wilcke 2015-04-03 11:58:18 +02:00
  • 29a9c6bedd Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-04-03 11:28:32 +02:00
  • c59c826ab4 fixed stack level obscuren 2015-04-03 11:27:56 +02:00
  • fd5c5b2969 Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into develop obscuren 2015-04-03 10:50:18 +02:00
  • 812cbff1a2 Squashed 'tests/files/' changes from ab81bf2..d6fe94a obscuren 2015-04-03 10:50:18 +02:00
  • 4415a5bc68 updated coin obscuren 2015-04-03 10:50:07 +02:00
  • ea606733eb Merge pull request #636 from debris/prototype_functions Jeffrey Wilcke 2015-04-03 01:53:55 +02:00
  • 24c8fdc1d0 do not print Plain Object prototype fields in geth console Marek Kotewicz 2015-04-03 01:47:05 +02:00
  • 97d6b0bab8 Merge pull request #633 from debris/prototype_functions Jeffrey Wilcke 2015-04-03 01:29:53 +02:00
  • 1f122626be printing object prototype functions in geth console Marek Kotewicz 2015-04-03 00:49:18 +02:00
  • 3e042317ad Return nil if block does not exist Taylor Gerring 2015-04-02 20:37:51 +02:00
  • 1d74086b42 New UncleRes type Taylor Gerring 2015-04-02 17:55:42 +02:00
  • 5cb1b41440 proper locking to prevent "parent unknown" INVALID blocks due to race in peer head info update zelig 2015-04-02 16:30:48 +01:00
  • dd1791c9fd proper locking to prevent close of closed channel crash when multiple mining peers compete zelig 2015-04-02 15:32:41 +01:00
  • 9bdf0b655d Fix RLP decoding of tx metadata Taylor Gerring 2015-04-02 16:28:42 +02:00
  • 537e2cfeb6 Return nil when requested uncle index is not valid Taylor Gerring 2015-04-02 16:12:19 +02:00
  • e882ba0c29 Return nil when requested index does not exist Taylor Gerring 2015-04-02 16:11:00 +02:00
  • aa71e27a3b Detect non-valid strings for blockheight Taylor Gerring 2015-04-02 15:53:04 +02:00
  • 3908590578 Make "To" field optional in whisper filter Taylor Gerring 2015-04-02 15:37:35 +02:00
  • 607fc788e3 Merge pull request #619 from tgerring/rpcfabian Jeffrey Wilcke 2015-04-02 15:13:30 +02:00
  • 876ce0fb12 More nil checks Taylor Gerring 2015-04-02 14:54:28 +02:00
  • 172b34351a HashArgs fix + tests Taylor Gerring 2015-04-02 14:49:33 +02:00
  • b9c9d6d798 Use HashArgs for eth_getTransactionByHash Taylor Gerring 2015-04-02 14:37:11 +02:00
  • b4eef59b6f No longer require gas & gas price in transactions Taylor Gerring 2015-04-02 14:05:14 +02:00
  • 1e28b424e7 Default gas obscuren 2015-04-02 14:00:49 +02:00
  • 015453f5b3 Default Value to 0 for NewTxArgs Taylor Gerring 2015-04-02 13:55:53 +02:00
  • 55b1c1546b Moved to function obscuren 2015-04-02 13:55:35 +02:00
  • 118ad22ee5 Merge branch 'develop' into rpcfabian Taylor Gerring 2015-04-02 13:39:46 +02:00
  • 81de8ed091 Format code as hexdata Taylor Gerring 2015-04-02 13:38:12 +02:00
  • b86450aaae Guard from nil pointers Taylor Gerring 2015-04-02 13:27:58 +02:00
  • e402e1dc2e New args types with stricter checking Taylor Gerring 2015-04-02 13:17:55 +02:00
  • 79828531b1 updated ethereum.js obscuren 2015-04-02 13:13:11 +02:00
  • 14c14fd61f Output empty block as nil Taylor Gerring 2015-04-02 13:05:13 +02:00
  • 2efb89d544 Guard for nil *big.Int Taylor Gerring 2015-04-02 13:04:58 +02:00
  • 60da9a1289 Put the old hammer back in <3 obscuren 2015-04-02 13:03:33 +02:00