plugeth/mobile
Felföldi Zsolt 92580d69d3 p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)
This commit affects p2p/discv5 "topic discovery" by running it on
the same UDP port where the old discovery works. This is realized
by giving an "unhandled" packet channel to the old v4 discovery
packet handler where all invalid packets are sent. These packets
are then processed by v5. v5 packets are always invalid when
interpreted by v4 and vice versa. This is ensured by adding one
to the first byte of the packet hash in v5 packets.

DiscoveryV5Bootnodes is also changed to point to new bootnodes
that are implementing the changed packet format with modified
hash. Existing and new v5 bootnodes are both running on different
ports ATM.
2018-01-22 13:38:34 +01:00
..
accounts.go mobile: don't retain transient []byte in CallMsg.SetData (#14804) 2017-07-17 15:25:46 +03:00
android_test.go mobile: add a regression test for signer recovery 2017-06-13 13:39:39 +03:00
big.go mobile: Add GetSign to BigInt (#15558) 2017-12-09 23:45:46 +01:00
bind.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
common.go mobile: don't retain transient []byte in CallMsg.SetData (#14804) 2017-07-17 15:25:46 +03:00
context.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
discover.go mobile: iOS naming and API fixes for generators and Swift (#3408) 2016-12-08 13:09:26 +01:00
doc.go mobile: Fix typo ( Ethereun -> Ethereum ) 2017-03-07 01:30:06 +01:00
ethclient.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
ethereum.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
geth_android.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth_ios.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth_other.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
geth.go p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) 2018-01-22 13:38:34 +01:00
init.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
interface.go build: enable unconvert linter (#15456) 2017-11-10 19:06:45 +02:00
logger.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
p2p.go all: update license information 2017-04-14 10:29:00 +02:00
params.go mobile: add RinkebyGenesis method 2017-07-31 17:44:08 +09:00
primitives.go all: update license information 2017-04-14 10:29:00 +02:00
types.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
vm.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00