aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-05 10:16:16 +0800
committerFelix Lange <fjl@twurst.com>2015-02-06 07:03:59 +0800
commit56f777b2fc77275bc636562b66a08b19afe2ec56 (patch)
treec9a34bd23e13adb0d850957b9a66cd748d34b3e3 /core
parent8e8ec8f5f8974aafeac5e4a9ead76878fe22cefd (diff)
downloaddexon-56f777b2fc77275bc636562b66a08b19afe2ec56.tar.gz
dexon-56f777b2fc77275bc636562b66a08b19afe2ec56.tar.zst
dexon-56f777b2fc77275bc636562b66a08b19afe2ec56.zip
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
Diffstat (limited to 'core')
-rw-r--r--core/block_processor.go1
-rw-r--r--core/helper_test.go8
2 files changed, 0 insertions, 9 deletions
diff --git a/core/block_processor.go b/core/block_processor.go
index 6db3c25f5..e6d4a1cda 100644
--- a/core/block_processor.go
+++ b/core/block_processor.go
@@ -34,7 +34,6 @@ type EthManager interface {
IsListening() bool
Peers() []*p2p.Peer
KeyManager() *crypto.KeyManager
- ClientIdentity() p2p.ClientIdentity
Db() ethutil.Database
EventMux() *event.TypeMux
}
diff --git a/core/helper_test.go b/core/helper_test.go
index 7b41b86f1..473576e3f 100644
--- a/core/helper_test.go
+++ b/core/helper_test.go
@@ -9,7 +9,6 @@ import (
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/event"
- "github.com/ethereum/go-ethereum/p2p"
)
// Implement our EthTest Manager
@@ -54,13 +53,6 @@ func (tm *TestManager) TxPool() *TxPool {
func (tm *TestManager) EventMux() *event.TypeMux {
return tm.eventMux
}
-func (tm *TestManager) Broadcast(msgType p2p.Msg, data []interface{}) {
- fmt.Println("Broadcast not implemented")
-}
-
-func (tm *TestManager) ClientIdentity() p2p.ClientIdentity {
- return nil
-}
func (tm *TestManager) KeyManager() *crypto.KeyManager {
return nil
}
ending / to WWWMichael Haro2000-02-241-1/+1 * update WWWMichael Haro2000-02-241-1/+1 * add trailling / to WWWMichael Haro2000-02-242-2/+1 * add trailling / to WWW and remove extra blank lineMichael Haro2000-02-241-2/+1 * update WWWMichael Haro2000-02-241-1/+1 * reword and update WWWMichael Haro2000-02-241-3/+5 * add WWWMichael Haro2000-02-241-0/+2 * remove extra `.' and space at end of WWW lineMichael Haro2000-02-242-4/+4 * Upgrade to latest release (xmcd-2.6).Daniel Eischen2000-02-233-9/+12 * Add support for the Alpha.Steve Price2000-02-212-9/+18 * Add support for FreeBSD/Alpha.Steve Price2000-02-212-8/+22 * Add support for the Alpha and create a directory on install so this packagesSteve Price2000-02-214-2/+42 * Remove the two i386 binaries and rebuild them from source so this portSteve Price2000-02-212-0/+6 * Update to 0.3.10Ade Lovett2000-02-206-12/+43 * Make gtcd work with SCSI cdroms.Jeremy Lea2000-02-206-132/+339 * Update port to 0.4Chris D. Faulhaber2000-02-184-3/+22 * - Fix MASTER_SITESYukihiro Nakai2000-02-182-1/+3 * Update IPv6 patch to fix a problem with handling IPv4 http redirects.Joseph Koshy2000-02-172-2/+2 * USE_BZIP2 and update email addressTom Hukins2000-02-163-4/+4 * Remove giflib dependence.R. Imura2000-02-153-6/+3 * WWW movedMichael Haro2000-02-152-2/+2 * developer's site movedMichael Haro2000-02-152-2/+2 * remove extra blank lines and add ending / to URLMichael Haro2000-02-151-3/+1 * update to 1.20Michael Haro2000-02-1513-998/+215 * Actually add patches.Chris Piazza2000-02-141-0/+11 * Update to 0.6Chris D. Faulhaber2000-02-143-3/+4 * Update to 1.3.4Chris Piazza2000-02-143-4/+19 * Update port from 2.0.0-pre to 2.0.0Chris D. Faulhaber2000-02-132-2/+2 * PortlintChris Piazza2000-02-111-1/+1 * Fix this port on 3.x.Chris Piazza2000-02-111-0/+8 * PREFIX->LOCALBASE in dependsChris Piazza2000-02-101-1/+1 * Add the xmms-liveice port.Chris Piazza2000-02-101-0/+26 * Add the xmms-liveice port.Chris Piazza2000-02-106-0/+28 * Add the xmms-mikmod port.Chris Piazza2000-02-101-0/+1 * Update to version 1.0.1Chris Piazza2000-02-105-39/+114 * Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-085-5/+5 * Add another MASTER_SITE to fix distfile fennerage.Jim Mock2000-02-081-1/+2 * fix my mistakeMichael Haro2000-02-081-2/+4 * Update to 0.2.17Ade Lovett2000-02-072-3/+3 * Remove extra whitespaces (portlint).Dirk Froemberg2000-02-053-7/+6 * Enable support for RadioTrack radio cards.Chris D. Faulhaber2000-02-054-9/+31 * Update to 2.25Yukihiro Nakai2000-02-032-4/+4 * Update to version 2.1. It is now built with GTK+ unlessChris Piazza2000-02-034-8/+26 * portlintMichael Haro2000-02-031-2/+1 * $Id$ -> $FreeBSD$Michael Haro2000-02-031-1/+1 * fix bad dependency pathMichael Haro2000-02-031-1/+1 * portlintMichael Haro2000-02-032-3/+2 * portlintMichael Haro2000-02-032-0/+3 * Correct patch breakage introduced in rev 1.15.Joseph Koshy2000-01-311-17/+23 * Adding krio version 19990721.Steve Price2000-01-307-0/+76 * Standardize my e-mail as reg@FreeBSD.org.Jeremy Lea2000-01-303-3/+3 * fix some pkg/MESSAGE stuffMichael Haro2000-01-305-7/+6 * Add mixer fixYukihiro Nakai2000-01-302-0/+22 * Adding yamt version 0.2.Steve Price2000-01-296-0/+49 * use -pthread instead of -lc_rMichael Haro2000-01-291-0/+41 * use -pthread instead of -lc_r and other minor changesMichael Haro2000-01-291-6/+4 * Make this port compile on -current. Fix CFLAGS and libc_r usage.Jeremy Lea2000-01-284-26/+36 * Correct usage of libc_r.Jeremy Lea2000-01-282-3/+14 * Fix this for -current.Jeremy Lea2000-01-281-2/+0 * Enable 3DNow! support. You can set OPT_ARCH=3dnow to get an mpg123 withBrian Feldman2000-01-282-29/+31 * Add -pedantic to override the default -pedantic-errors, to allowBill Fenner2000-01-281-0/+11 * Make this compile on -CURRENTJim Mock2000-01-282-0/+15 * Make this compile on -current and respect CFLAGS.Jeremy Lea2000-01-272-6/+33 * PLIST fix.Yukihiro Nakai2000-01-271-0/+4 * Remove 'ipv6' from CATEGORIES, because this port support IPv4 only nowMunechika SUMIKAWA2000-01-271-1/+1 * Add cdda2wav feature.Yukihiro Nakai2000-01-262-4/+23 * Support IPv6.Munechika SUMIKAWA2000-01-263-13/+30 * MASTER_SITE fix.Yukihiro Nakai2000-01-261-1/+1 * fix checksum.Munechika SUMIKAWA2000-01-261-1/+1 * Update to 2.24cYukihiro Nakai2000-01-252-6/+6 * fix building error on FreeBSD-current.Munechika SUMIKAWA2000-01-252-1/+14 * Update port to 0.5Chris D. Faulhaber2000-01-243-6/+6 * Fix boneheadedness. Such great programming practicesChris Piazza2000-01-247-0/+74 * Correct grammar in commentsKris Kennaway2000-01-231-3/+3 * add dependency on gtk. found by bentoMichael Haro2000-01-221-0/+2 * add WWW:Michael Haro2000-01-221-0/+2 * * Small cleanup of the MakefileChris D. Faulhaber2000-01-212-4/+4 * Add a WWW linkJim Mock2000-01-211-0/+2 * - Add sfreflect and sflaunch to be installedR. Imura2000-01-157-9/+99 * Correct MD5 checksum.Chris D. Faulhaber2000-01-131-1/+1 * Fix pkg/PLISTChris D. Faulhaber2000-01-111-2/+2 * Update to 0.3.8Ade Lovett2000-01-103-3/+8 * Provide FreeBSD pthread capability to the GNU configure scriptChris D. Faulhaber2000-01-101-4/+2 * Update to 0.3Chris D. Faulhaber2000-01-092-4/+6 * A program to rename mp3 files based on their id3tag.Ade Lovett2000-01-096-0/+33 * Fix distfile fennerageChris Piazza2000-01-081-1/+1 * Upgrade to 0.91.Dirk Froemberg2000-01-082-4/+4 * Change MAINTAINER address from nacai@iname.comYukihiro Nakai2000-01-072-2/+2 * Activate knapsterChris D. Faulhaber2000-01-071-0/+1 * Napster client for KDEChris D. Faulhaber2000-01-075-0/+43 * Add mp3blaster.Chris Piazza2000-01-066-0/+50 * Update port to 2.4Chris D. Faulhaber2000-01-066-111/+140 * Update port to 0.99.4Chris D. Faulhaber2000-01-062-3/+3 * Update to 0.3.4Chris Piazza2000-01-033-25/+5 * Clarify the meaning of "console based" --- ie. "text-based".Tim Vanderhoek2000-01-031-1/+1 * update to 3.1.8Michael Haro2000-01-022-3/+3 * *smacks self* -- GNOME ports need to depend on GNOME!Chris Piazza2000-01-021-0/+2 * Update to version 7.1.Steve Price2000-01-016-407/+153 * Update to reflect new MASTER_SITE.Steve Price1999-12-311-1/+1 * Fix a path in one of the MASTER_SITESChris Piazza1999-12-311-1/+1 * Upgraded to version 0.9BETA, the old version is no longer available.Donald Burr1999-12-303-8/+10 * * Removed dependancy to gmakeSteve Price1999-12-304-129/+227 * General comment cleanups.Tim Vanderhoek1999-12-299-9/+9 * Add support for FreeBSD/Alpha and minor tweaks to Makefile.Steve Price1999-12-284-5/+82 * Some fix about MASTER_SITES, LIB_DEPENDS, I18N support, CC/CFLAGS.Yukihiro Nakai1999-12-274-10/+67 * Initial buffer correctly by zeroing out before use.Steve Price1999-12-273-2/+11 * Oops, I meant cd-console.Steve Price1999-12-261-1/+1 * Adding soundtracker version 0.3.6.Steve Price1999-12-2511-0/+85 * Adding cd-control version 2.3.Steve Price1999-12-258-0/+81 * Gnapster: a simple GNOME client for the online mp3 community called napsterChris Piazza1999-12-255-0/+21 * Gnapster: a simple GNOME client for the online mp3 community calledChris Piazza1999-12-251-0/+1 * add gsm support optionMichael Haro1999-12-251-0/+5 * Update MASTER_SITESChris D. Faulhaber1999-12-241-4/+2 * Fix a problem where with 1-track repeat enabled, sometimes the next trackSteve Price1999-12-241-6/+13 * * Fixed patches not to change one file twiceSteve Price1999-12-2415-33/+743 * * Modified patches to support INSTALL_MACROS instead of cp/mv commandSteve Price1999-12-243-94/+63 * Remove myself from MAINTAINERAndrey A. Chernov1999-12-231-2/+1 * Grrr. when I switched back to the linux binary version of this,Donald Burr1999-12-231-0/+2 * Remove myself from MAINTAINERAndrey A. Chernov1999-12-231-1/+1 * Remove myself from MAINTAINERAndrey A. Chernov1999-12-232-2/+2 * Checksum changed on MASTER_SITE, fixup accordingly. Seems they addedSteve Price1999-12-234-20/+18 * Upgrade to napster 0.8BETA. This fixes the "cannot connect socket" (forgetDonald Burr1999-12-233-5/+8 * Update to version 1.30.1Chris Piazza1999-12-232-3/+3 * Add a symlink nasm-0.98 -> nasm to distinguish the latest version.Satoshi Asami1999-12-111-1/+1 * Fix some compilation problem.R. Imura1999-12-10