1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 6cf4e0329c rlp: display decoder target type in more error messages Felix Lange 2014-12-09 13:55:47 +0100
  • df5157c0b0 PV49 obscuren 2014-12-09 20:28:36 +0100
  • acf4b5753f Core changes obscuren 2014-12-09 20:27:57 +0100
  • 829730dec4 rlp: remove dead code Felix Lange 2014-12-09 12:49:20 +0100
  • c084a7daa5 rlp: fix panic in decodeList on go 1.4+ Felix Lange 2014-12-09 10:44:48 +0100
  • 93e858f88e rlp: remove support for signed integer types Felix Lange 2014-12-09 10:41:47 +0100
  • 4f12f0697e rlp: move decoder type switch to decode.go Felix Lange 2014-12-09 10:39:39 +0100
  • 76842b0df8 Additional checks and debug output obscuren 2014-12-08 14:25:52 +0100
  • e3a8412df3 Proper start/stoping wpeers obscuren 2014-12-08 13:16:50 +0100
  • ebe2d9d872 First draft of Whisper messages relaying obscuren 2014-12-08 12:43:33 +0100
  • ad322fbb58 Log as array CJentzsch 2014-12-08 06:01:17 +0100
  • f06543fd06 Merge branch 'poc8' into develop obscuren 2014-12-05 16:27:48 +0100
  • 195b2d2ebd Merge branch 'fjl-feature/p2p-protocol-interface' into poc8 obscuren 2014-12-05 16:27:37 +0100
  • 384b8c75f0 Merge branch 'feature/p2p-protocol-interface' of https://github.com/fjl/go-ethereum into fjl-feature/p2p-protocol-interface obscuren 2014-12-05 16:27:11 +0100
  • 9925916851 upped proto version and modified block pool obscuren 2014-12-05 16:26:39 +0100
  • f989f42618 state log tests CJentzsch 2014-12-05 15:12:12 +0100
  • 095cb97675 EXP simplified obscuren 2014-12-05 14:52:36 +0100
  • d80f8bda94 Fixed issue in VM where LOG didn't pop anything of the stack obscuren 2014-12-05 12:32:47 +0100
  • 3cf0477c21 Merge branch 'poc8' into develop obscuren 2014-12-04 23:54:40 +0100
  • 8dbca75d85 Skip mining on transactions that don't meet the min accepted gas price obscuren 2014-12-04 23:54:07 +0100
  • 710360bab6 Merge pull request #199 from ethereum/tests Jeffrey Wilcke 2014-12-04 23:00:12 +0100
  • 4bc65d1129 add calldataload, codecopy, extcodecopy tests CJentzsch 2014-12-04 18:18:49 +0100
  • 3db9c80070 Removed mutan. Closes #183 obscuren 2014-12-04 17:13:23 +0100
  • 085f604b27 Show newly created private key during startup. Closes #126 obscuren 2014-12-04 17:09:47 +0100
  • a5b27bbc10 Improved and simplified wallet functions and behaviour obscuren 2014-12-04 16:44:43 +0100
  • 8c7e4b290f Added pre processing of transaction on the transient state obscuren 2014-12-04 16:44:14 +0100
  • 12cfae18e3 add calldataload test CJentzsch 2014-12-04 15:57:56 +0100
  • 5653898150 vim error :S obscuren 2014-12-04 15:38:41 +0100
  • 73123bf257 Only set TD if it's actually higher obscuren 2014-12-04 15:35:21 +0100
  • 73c4ca3a6f Upped protocol version obscuren 2014-12-04 15:31:48 +0100
  • 296112848c Moved block validation as first step obscuren 2014-12-04 15:13:29 +0100
  • 008e91db6a null ptr fix obscuren 2014-12-04 12:43:12 +0100
  • 3043b233ea Log is now interface obscuren 2014-12-04 12:35:23 +0100
  • bff5999efa sort tests for evm obscuren 2014-12-04 12:09:22 +0100
  • f298ffdbb8 Renamed State => StateDB obscuren 2014-12-04 11:40:20 +0100
  • 3664cd58e3 Updated testing tools obscuren 2014-12-04 11:30:41 +0100
  • 491edc16e7 Fixes #189 obscuren 2014-12-04 10:57:09 +0100
  • 83663ed4b0 Renames for chain, updated VM, moved methods obscuren 2014-12-04 10:53:49 +0100
  • 9008b155d3 Renamed chain => core obscuren 2014-12-04 10:28:02 +0100
  • b6cb5272de Descriptive function names for closure getters obscuren 2014-12-03 17:35:57 +0100
  • 6d99c03d91 Updated environments according to the new interface set obscuren 2014-12-03 17:22:26 +0100
  • 99853ac3ce Moved execution from vm to chain. obscuren 2014-12-03 17:06:54 +0100
  • 8240550187 updated to types obscuren 2014-12-03 14:05:19 +0100
  • 709eff4ea7 reverted vm back obscuren 2014-12-03 13:52:30 +0100
  • 6212175be3 reverted vm back obscuren 2014-12-03 13:52:13 +0100
  • 6095edac58 merge obscuren 2014-12-03 13:50:51 +0100
  • 3d9a4e7084 Fixed mem error in vm. Fixed logs tests obscuren 2014-12-03 12:21:12 +0100
  • 086caf3701 protocol update (CALLCODE <-> RETURN), topics in log are arrays not sets CJentzsch 2014-12-03 08:31:03 +0100
  • f778922086 Set proper message value obscuren 2014-12-02 22:37:45 +0100
  • edc52bdcbf Updated value for mined blocks. Closes #197 obscuren 2014-12-02 22:23:20 +0100
  • 0a22dc2ce5 Check coinbase for from/to inclusion obscuren 2014-12-02 22:22:43 +0100
  • cb4d168ecc Updated LOG to match proper gas in all cases obscuren 2014-12-02 17:22:33 +0100
  • 5ebae82eeb Additional logging and removed temp merged mining options. obscuren 2014-12-02 12:23:27 +0100
  • 64f35ba8d1 merge errors fixed obscuren 2014-12-02 11:52:56 +0100
  • 99481a245a Check for known block err and ignore obscuren 2014-12-02 11:37:33 +0100
  • 9f7a8ea5e6 updated tests obscuren 2014-12-02 10:29:39 +0100
  • b4eeffa8f1 Transaction strictness obscuren 2014-12-02 00:14:34 +0100
  • 2df8ad6307 Added state tests obscuren 2014-12-02 00:03:53 +0100
  • a052357872 Fixed EXP gas obscuren 2014-12-01 22:05:38 +0100
  • e6c92673b9 update state tests with logs CJentzsch 2014-12-01 21:14:08 +0100
  • a22056db59 Make an attempt to pay for the gas prior to expanding the mem. obscuren 2014-12-01 20:49:56 +0100
  • beb7d35c40 Updated tests obscuren 2014-12-01 20:21:41 +0100
  • d33987cb44 Additional fees for *COPY obscuren 2014-12-01 20:20:55 +0100
  • 6dc46d3341 Changed the way transactions are being added to the transaction pool obscuren 2014-12-01 20:18:09 +0100
  • 4089b809fb update gas costs CJentzsch 2014-12-01 18:19:40 +0100
  • cfdca62277 Merge pull request #42 from negedzuregal/fix Christoph Jentzsch 2014-12-01 18:04:51 +0100
  • f59f89d876 vmEnvironmentalInfoTest CALLDATACOPY, CODECOPY, EXTCODECOPY fix alon muroch 2014-12-01 16:18:12 +0100
  • 68da13fe3e vmArithmeticTest exp fix alon muroch 2014-12-01 11:10:57 +0100
  • 616066a598 rework vm obscuren 2014-11-30 21:02:59 +0100
  • 2e5175e818 add vmLogTest ethers 2014-11-30 19:55:51 +0100
  • b5b9408e64 updated genesis to new header w/o min_gas_price Heiko Heiko 2014-11-30 16:27:27 +0100
  • 7c24cd790d fix panic on bad sender Ethan Buchman 2014-11-28 19:39:20 -0500
  • 1bce02eff7 Fixed merge obscuren 2014-11-28 21:44:34 +0100
  • a3559c5e1b updated PV obscuren 2014-11-28 21:38:10 +0100
  • c8d0f8adc5 Changed refund obscuren 2014-11-28 21:20:32 +0100
  • 6ba8328077 Removed min gas price from genesis obscuren 2014-11-28 20:57:10 +0100
  • 61556ef01d GasData changes & removed min gas price obscuren 2014-11-28 20:47:24 +0100
  • ef7961b7d2 Merge pull request #194 from ethereum/poc8 Taylor Gerring 2014-11-27 13:23:31 +0100
  • c17a3cb0ce chain coverage report & submission Taylor Gerring 2014-11-27 12:42:13 +0100
  • cfd7e74c25 p2p: add test for NewPeer Felix Lange 2014-11-26 22:49:40 +0100
  • 3a09459c4c p2p: make Disconnect not hang for peers created with NewPeer Felix Lange 2014-11-26 22:08:54 +0100
  • 9b85002b70 p2p: remove Msg.Value and MsgLoop Felix Lange 2014-11-25 16:01:39 +0100
  • f816fdcb69 rlp: include target type in decoder error messages Felix Lange 2014-11-25 16:00:48 +0100
  • 6049fcd52a p2p: use package rlp for baseProtocol Felix Lange 2014-11-25 12:25:31 +0100
  • c1fca72552 p2p: use package rlp Felix Lange 2014-11-24 19:02:48 +0100
  • 205af02a1f rlp: add NewListStream (for p2p) Felix Lange 2014-11-24 19:02:04 +0100
  • 5a5560f105 rlp: add Stream.Reset and accept any reader (for p2p) Felix Lange 2014-11-24 19:01:25 +0100
  • 8e69fbfa98 add special tests ethers 2014-11-21 17:42:05 -0800
  • 59b63caf5e p2p: API cleanup and PoC 7 compatibility Felix Lange 2014-11-21 21:48:49 +0100
  • e4a601c644 p2p: disable failing Server tests for now Felix Lange 2014-11-10 14:48:48 +0100
  • 7149191dd9 p2p: fix issues found during review Felix Lange 2014-11-05 01:28:46 +0100
  • f38052c499 p2p: rework protocol API Felix Lange 2014-11-04 13:21:44 +0100
  • 4cd9d57bad Merge pull request #187 from honestmoney/develop Jeffrey Wilcke 2014-11-21 13:22:14 -0500
  • 8cf9ed0ea5 Fixed test obscuren 2014-11-21 10:48:07 -0500
  • 28b7dcc204 go get deps doesnt work with develop branch Eric Robitaille 2014-11-21 08:16:32 -0500
  • eba3fca7bc go get dependencies on executable Eric Robitaille 2014-11-21 08:05:52 -0500
  • 6c098ee779 changed install.sh to change branch and install executable Eric Robitaille 2014-11-21 00:06:33 -0500
  • 90f4f942e6 typo ethers 2014-11-20 19:01:09 -0800
  • c0bbb7e69a fix for install script devel Eric Robitaille 2014-11-20 15:02:24 -0500
  • d5ac24907e Updated install.sh - github paths for executables Eric Robitaille 2014-11-20 14:25:26 -0500