buddh0
a1c2491aab
Merge tag 'v1.13.11' from go-ethereum
2024-02-02 15:55:18 +08:00
Martin HS
6a724b94db
docs: remove reference to being official ( #28858 )
2024-01-23 09:26:00 +01:00
buddh0
1469bce18a
go.mod: upgrade prysm to support built with go@v1.21
2024-01-15 17:09:47 +08:00
drstevenbrule
5c2de7fcbe
docs: fix badge in README ( #28796 )
...
* Fix broken badge in README.md
Replaced broken Github link with IPFS link for long-term storage.
* update go badge
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
---------
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2024-01-12 07:43:52 +01:00
buddho
0ba5816cc7
core/genesis: support chapel to run without geth init
( #2100 )
2023-12-25 10:58:52 +08:00
zzzckck
4b107c5303
readme: update hardware requirements for BSC full node ( #2057 )
2023-12-12 18:44:06 +08:00
Ng Wei Han
c92b6ce2ad
cmd/utils: exit process if txlookuplimit flag is set ( #2000 )
2023-11-25 20:57:23 +08:00
joey
72ffb0cbed
doc: add instructions for starting fullnode with pbss ( #1977 )
2023-11-10 19:23:14 +08:00
lx
01d75a9d21
dependency: go version to 1.20 and some dependencies in go.mod ( #1939 )
...
* go.mod: upgrade prysm and the indrect dependency
prysm from v4.0.2 to v4.0.8, and run go mod tidy
* ci: upgrade go version from 1.19 to 1.20
* go-version: upgrade from v1.19 to v1.20
there is some dependency on go v1.20, such as go-libp2p v0.27.8
and also run go mod tidy
* dependency: upgrade docker version for security
it is not a big issue, since docker is only used for test purpose.
* rand: update the usage of math/rand after golang v1.20
2 APIs of math/rand module were deprecated since golang v1.20.
that is: rand.Seed() and rand.Read(), refer: ettps://pkg.go.dev/math/rand
"rand.Seed(seed int64)" has been replaced by: "r := rand.New(rand.NewSource(seed int64))",
need to initialize it with an instance before use
"rand.Read()" has been replaced by "crypto/rand.Read()"
* readme: need golang v1.20+ to build bsc
2023-10-24 21:51:30 +08:00
NathanBSC
b5e862b9a8
Merge branch 'develop' into merge_develop_to_big_merge_v1.10.16_v1.12.2
2023-09-07 17:50:15 +08:00
Matus Kysel
d40f382fe1
doc: add simple guide to run bootnode
2023-09-06 13:02:47 +02:00
NathanBSC
872d22ed2d
upstream: Merge tag 'v1.12.2' into develop
2023-08-23 17:46:08 +08:00
Matus Kysel
4560dc2f66
readme: add minimal compiler version
2023-06-13 10:25:07 +02:00
Péter Szilágyi
c7c84ca16c
all: remove the Rinkeby testnet ( #27406 )
2023-06-02 14:03:21 +03:00
lx
11d16dff3c
readme: update the disk requirement to 2.5TB ( #1642 )
2023-05-23 22:35:04 +08:00
larry.lx
060aba5813
readme: update full sync from genesis
2023-05-18 14:37:41 +08:00
dylanhuang
779f4a80ee
fix: lint error and docs ( #1520 )
...
* ci: upgrade golangci-lint
* build: move blst env to build stage
* chore: fix lint error
* docs: update readme
2023-04-25 09:11:29 +08:00
dylanhuang
282ef8952d
ci: fix release job ( #1519 )
...
* ci: remove CGO_ENABLE=0 due to blst package
* ci: fix arm binary build
* ci: remove arm5-7 version
* ci: fix arm64 build script
* ci: fix generate_change_log.sh
2023-04-24 22:30:27 +08:00
Stephen Flynn
b5c9be3358
all: update links in documentation ( #26882 )
...
Co-authored-by: Stephen Flynn <stephen.flynn@gapac.com>
2023-03-14 10:23:49 -04:00
Péter Szilágyi
403cac71eb
README, go.mod, event, internal/version: bump min Go to 1.19 ( #26803 )
2023-03-03 12:24:09 +02:00
Péter Szilágyi
095e365fac
all: remove support for Ropsten ( #26644 )
2023-02-09 10:03:00 +02:00
Marius Kjærstad
10c14847af
README: remove text about GPU mining ( #26609 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-02-06 15:10:46 +01:00
delihiros
bd726f86b8
readme: fix broken link ( #26612 )
2023-02-06 05:18:50 -05:00
Ng Wei Han
0f744c7f73
docs: minor fix on geth links ( #1287 )
2023-02-01 11:34:16 +08:00
Martin Holst Swende
8ded6a9fcd
cmd/puppeth: remove puppeth
2023-01-31 10:16:30 +01:00
David Hwang
450d771bee
readme: fix broken link to installation instructions ( #26497 )
...
update link to the installation instructions
2023-01-15 03:23:58 -05:00
Joseph Cook
b8bc8c2465
README.md: add website contribution instructions ( #26442 )
2023-01-10 14:20:47 +01:00
zjubfd
d22153b9da
docs: minor fix about the readme ( #1267 )
2023-01-06 10:51:57 +08:00
zjubfd
b34453e3eb
docs: update the readme ( #1266 )
2023-01-05 18:41:46 +08:00
setunapo
8894b65590
doc: update readme ( #1233 )
2022-12-07 14:59:37 +08:00
Felix Lange
62c973eba6
go.mod: minimum Go version 1.18 ( #26160 )
...
This will allow use of generics and other new standard library APIs
such as package net/netip.
2022-11-11 13:11:24 +01:00
Zachinquarantine
660f920cde
README,rpc: remove mention of "shh" RPC API ( #25137 )
2022-10-21 12:42:41 +08:00
xternet
198fa956f4
README.md: improve grammar ( #25646 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-09-02 16:58:20 +02:00
Marius Kjærstad
44b36a0cdd
docs: specify execution client ( #25566 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-30 14:48:04 +02:00
Zachinquarantine
f49e298330
README,rpc: remove mention of "shh" RPC API ( #25137 )
2022-06-21 11:59:02 +02:00
lightclient
1cf58c7b81
readme,eth: remove references to eth.wiki ( #25086 )
2022-06-14 12:59:05 +02:00
RumeelHussainbnb
02e91287d6
Updated Links to docs.bnbchain.org
2022-06-10 13:22:59 +05:00
cosinlink
979bb8fca9
feat: add release info of BSC v1.1.11
2022-06-07 17:19:26 +08:00
zjubfd
b679ba81f2
prepare for release v1.1.10 ( #889 )
2022-05-05 11:29:33 +08:00
Koosha K
7163e6d47f
README.md: update Go min required version to 1.16 ( #24713 )
2022-04-22 01:31:33 +02:00
John Adler
aa123939c2
README: update free space required ( #24636 )
2022-04-05 08:45:13 +03:00
Yash Atwal
7307d97ae1
README.md: add hardware requirements ( #24395 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2022-03-01 11:00:44 +01:00
dylanhuang
6499b3f890
doc: update discord link ( #740 )
2022-01-26 14:30:07 +08:00
Dmitriy Fishman
9aa2e98191
README: fix a typo ( #24196 )
2022-01-06 16:02:57 +02:00
Marius van der Wijden
bc6bf1e193
README: remove mentions of snap sync ( #24122 )
2021-12-16 11:50:05 +01:00
nala
46f701ca93
readme: use correct link for web3.js docs ( #24046 )
...
Previous link leads to incorrect (more recent) version of web3.js docs.
go-ethereum uses v0.20.1. The docs for 0.2x.x have been archived at this Github link.
2021-12-03 13:34:18 +01:00
z89
3d11a22c99
fixed broken web3 methods link in README.md ( #23703 )
2021-10-12 08:44:07 +02:00
Jonathan Verhees
578bc8164d
README: add londonBlock to example genesis config ( #23565 )
...
Updated example genesis.json configuration section, added londonBlock within config.
2021-09-13 13:34:00 +03:00
ligi
56e9001a1a
README: fix default sync mode ( #23282 )
2021-07-28 19:14:46 +03:00
Sachin Kumar Singh
1e44c3585f
README: Discord server instead of gitter for communication with devs ( #23080 )
...
The `README.md` links the Gitter channel for discussions, but the
official docs and even the Gitter channel itself recommend using the
official Discord Server for such discussions.
This PR simply changes the Gitter link and provides Discord invite link.
2021-06-22 11:33:49 +03:00