filecoin-project / filecoin-docs

Filecoin Docs
https://docs.filecoin.io
218 stars 293 forks source link

Update README.md for mainnet params #2243

Closed f8-ptrk closed 2 months ago

f8-ptrk commented 6 months ago

update mainent boostrap peer list to current lotus/v1.15.2 branch ones

f8-ptrk commented 6 months ago

see https://github.com/filecoin-project/lotus/blob/release/v1.25.2/build/bootstrap/mainnet.pi

f8-ptrk commented 6 months ago

lets not play the game again - change the PR as needed to pass the checks... thx

jennijuju commented 6 months ago

need to update to release/v1.26.0 ones

smagdali commented 5 months ago

So they should be these instead? https://github.com/filecoin-project/lotus/blob/release/v1.26.0/build/bootstrap/mainnet.pi

btw there was an obviously typo 'bootstarp' on the current commit.

eshon commented 2 months ago

@f8-ptrk

f8-ptrk commented 2 months ago

is isn't. but if we do it they need to be correct

f8-ptrk commented 2 months ago

it needs a source of truth for these things - the lotus code i think - and if we display the information somewhere else we should "pull" the lotus code - i agree

eshon commented 2 months ago

@f8-ptrk - Why pull the Lotus code? Why not just link to it from the Docs? Like this:

"Bootstrap peers for current mainnet can be found at:

https://github.com/filecoin-project/lotus/blob/release/[latest release]/build/bootstrap/mainnet.pi

The latest release can be found at https://github.com/filecoin-project/lotus/releases/latest/

Is that sufficient?

Like otherwise it seems circular that we want to list them here but originally also get them from Lotus source code.

f8-ptrk commented 2 months ago

it is sufficient

everything that doesn't show wrong data is sufficient

eshon commented 2 months ago

Replaced by https://github.com/filecoin-project/filecoin-docs/pull/2265