From 2ee88a220ac22a814def1d568f80d7f29ede7095 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 9 Mar 2015 18:05:56 +0100 Subject: core: remove Hash method from Message interface This will simplify the next commmit. Hash was only used for logging. --- core/state_transition.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/state_transition.go b/core/state_transition.go index 00e383f3f..c487f8514 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -3,6 +3,7 @@ package core import ( "fmt" "math/big" + "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/ethutil" "github.com/ethereum/go-ethereum/state" @@ -44,8 +45,6 @@ type StateTransition struct { } type Message interface { - Hash() []byte - From() []byte To() []byte @@ -152,7 +151,7 @@ func (self *StateTransition) preCheck() (err error) { } func (self *StateTransition) TransitionState() (ret []byte, err error) { - statelogger.Debugf("(~) %x\n", self.msg.Hash()) + // statelogger.Debugf("(~) %x\n", self.msg.Hash()) // XXX Transactions after this point are considered valid. if err = self.preCheck(); err != nil { -- cgit '>gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fix e-import.c not to be included twice & added invocation of xsltproc toNot Zed2005-08-313-3/+10
* added missing localedir thing.Not Zed2005-08-312-0/+18
* Added some e-import stuff.Not Zed2005-07-123-0/+156
* added some stuff about the pseudo mime types used for finer control of theNot Zed2005-05-192-4/+49
* added some info on the menu tag for popup menus.Not Zed2005-05-132-2/+40
* Fix the load-on-startup definitionMichael Zucci2004-11-181-1/+1
* define load-on-startup parameter.Not Zed2004-11-182-0/+18
* Stupid idiot, I thought i lost these files and remade them.Michael Zucci2004-11-177-0/+185
* added author section to eplugin definition.Not Zed2004-11-032-0/+17
* setup for more auto-built stuff.Not Zed2004-10-283-461/+243
* Various updates, some more work on auto-generated stuff.Michael Zucci2004-10-252-3/+137
* Script which autogenerates some entities for the manual.Michael Zucci2004-10-221-0/+124
* some doc updatesMichael Zucci2004-10-221-33/+29
* doc updates for new 'check' callback.Not Zed2004-10-122-0/+29
* some updates.Not Zed2004-10-072-57/+131
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-202-0/+2939
* Dead.JP Rosevear2003-12-301-12/+0
* Removing more dead docs.JP Rosevear2003-12-3012-1093/+0
* Removing old, dead docs.JP Rosevear2003-12-3032-4581/+4
* Use non-static libraries.Dan Winship2003-09-113-7/+13
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-132-1/+4
* Roll over ChangeLogs.Ettore Perazzoli2003-06-104-1432/+1432
* (HTML_DIR): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-1/+5
* Sync for 1.1.90.Ettore Perazzoli2002-10-292-0/+13
* Sync for 1.1.2.Ettore Perazzoli2002-10-081-1/+11
* Sync for 1.1.1.Ettore Perazzoli2002-09-103-5/+64
* updatedJeffrey Stedfast2002-08-262-0/+2
* Added new library to scan programRodrigo Moya2002-08-161-0/+1
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-183-6/+14
* more fixes for libversit.la -> libversit.aDan Winship2002-03-203-2/+9
* Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.Ettore Perazzoli2002-01-252-2/+3
* Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS.Ettore Perazzoli2002-01-252-10/+13
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-113/+123
* cal-client needs bonobo-conf nowJP Rosevear2001-12-194-188/+195
* Updated docs for repeating alarms.Federico Mena Quintero2001-10-309-226/+425
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-15