Skip to content

Modified implemantation of go-ethereum

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

aaxx/go-ethereum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacked go ethereum

There is 'hacked' go-ethereum library.

This package is modified and configured best way to use whisper protocol for native go-lang applications.

Changelog

package p2p

/server.go

Added fmt.Println for each log to get logs info in main go-app. (Should be removed when we will have logs handler inside main app)

set.v0

External dependency from gopkg.in is transferred inside library root cause of broken original namespace and import config.

whisper

/peer.go fixed broken import of set.v0

/whisper.go

fixed broken dependency (set.v0) line 65,95,118,123 - fixed p2p.Protocol method inside Whisper struct to be able to use outside go-ethereum added fmt.PrintLn for some logs.

possible bugs

p2p server do not start whisper sub-protocol automaticaly, so you need to start it manually.

About

Modified implemantation of go-ethereum

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 82.9%
  • C 7.4%
  • JavaScript 6.2%
  • C++ 1.0%
  • Python 0.7%
  • Assembly 0.5%
  • Other 1.3%