Daniel Liu
e83b87a80e
cicd, params: update bootnodes for testnet ( #1110 )
2025-06-17 13:35:28 +08:00
wanwiset25
6119591b7f
update mainnet bootnode
2025-05-19 15:03:47 +04:00
Daniel Liu
bcab248ac3
cicd, params: update bootnode 81.0.220.137 for mainet
2025-03-03 09:42:42 +08:00
Daniel Liu
9b77577dc5
params: update bootnodes
2025-02-17 09:53:38 +08:00
olumuyiwadad
b5abbfed79
new EVM Upgrade
...
- Solidity Upgraded up to v0.8.0
- Fixed and Added eth_chainId
- Fix error in TransactionRecipet
- Reward halving issue fixed
2021-09-21 16:53:46 +05:30
olumuyiwadad
571c41f891
FIx Bad block error.
2021-09-17 17:59:06 +05:30
Péter Szilágyi
2072c26a96
cmd, core, params: add support for Goerli
...
(cherry picked from commit b0ed083ead )
2019-02-19 10:53:47 +02:00
cdetrio
2b4c7e9b37
params: update ropsten bootnodes ( #16029 )
...
* params: update ropsten bootnodes
* params: fix linter
2018-02-08 15:30:26 +02:00
Péter Szilágyi
efc9209158
params: fix bootnodes gofmt
2018-02-02 15:57:13 +02:00
Afri Schoedon
4dedde7beb
params: Add Ropsten bootnodes ( #16008 )
2018-02-01 16:10:57 +02:00
Felföldi Zsolt
c335821479
cmd, params: update discovery v5 bootnodes ( #15954 )
2018-01-25 12:25:00 +02:00
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
Péter Szilágyi
a28390542c
params: add Rinkeby bootnode from Akasha
2017-12-21 13:19:42 +02:00
Péter Szilágyi
72af509abe
params: add Infura bootnode to Rinkeby
2017-09-13 11:25:50 +03:00
Péter Szilágyi
b0ca1b67ce
eth: use maxpeers from p2p layer instead of extra config
2017-09-05 19:18:28 +03:00
Péter Szilágyi
d51a9fd6b7
cmd, core, params: add --rinkeby flag for fast connectivity
2017-05-04 12:36:20 +03:00
Jamie Pitts
9de257505b
params: updated testnet bootnodes ( #14310 )
2017-04-11 11:57:54 +02:00
Jamie Pitts
dbd88a1aa4
params: updated bootnodes ( #3720 )
...
* Updated the list of go bootnodes: replaced BR with a new one, added US-WEST and AU.
* Updated bootnodes, minor go formatting change.
2017-02-28 12:30:44 +02:00
Felix Lange
b9683d3748
params: avoid importing p2p/discover for bootnodes
...
params is imported by leaf-ish library packages and should not pull in
the p2p stack.
2017-01-06 14:15:21 +01:00
Péter Szilágyi
dfe79cc784
cmd/utils, mobile: place bootnodes in LGPL packages
2016-11-14 18:00:14 +02:00