mainnet release check list #390

Closed
opened 2022-06-14 06:53:31 +00:00 by bobinson · 28 comments
bobinson commented 2022-06-14 06:53:31 +00:00 (Migrated from gitlab.com)

In addition to the completion of the tickets, we need to address the following items

In addition to the completion of the tickets, we need to address the following items - [x] Manual installation documentation needs be updated https://gitlab.com/PBSA/peerplays/-/issues/385 (updated, & published) - [x] Docker installation documentation update https://gitlab.com/PBSA/peerplays/-/issues/385 - [x] upgrade of `run.sh` peerplays-in-a-box script https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/20 - [x] decide HF date ( 2022-07-16T00:00:00) - [x] update seed list - [x] mainnet release tag to be created by @bobinson ( https://gitlab.com/PBSA/peerplays/-/tags/1.5.18 ) - [x] New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21 [update: docker images themself are published, need to update the steps for upgrading via `run.sh install`]
bobinson commented 2022-06-14 06:53:32 +00:00 (Migrated from gitlab.com)

assigned to @Hiltos1, @robert.hedler, and @serkixenos

assigned to @Hiltos1, @robert.hedler, and @serkixenos
bobinson commented 2022-06-14 06:57:01 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
bobinson commented 2022-06-14 06:57:40 +00:00 (Migrated from gitlab.com)

assigned to @bobinson

assigned to @bobinson
bobinson commented 2022-06-14 06:59:31 +00:00 (Migrated from gitlab.com)

marked this issue as related to #385

marked this issue as related to #385
bobinson commented 2022-06-14 06:59:42 +00:00 (Migrated from gitlab.com)

marked this issue as related to PBSA/tools-libs/peerplays-docker#21

marked this issue as related to PBSA/tools-libs/peerplays-docker#21
bobinson commented 2022-06-14 07:00:06 +00:00 (Migrated from gitlab.com)

marked this issue as related to PBSA/tools-libs/peerplays-docker#20

marked this issue as related to PBSA/tools-libs/peerplays-docker#20
serkixenos commented 2022-06-16 00:16:21 +00:00 (Migrated from gitlab.com)

We should also update the list of seed nodes.

Current list is:

         "51.222.110.110:9777",
         "95.216.90.243:9777",
         "seed.i9networks.net.br:9777",
         "witness.serverpit.com:9777"
We should also update the list of seed nodes. Current list is: ``` "51.222.110.110:9777", "95.216.90.243:9777", "seed.i9networks.net.br:9777", "witness.serverpit.com:9777" ```
serkixenos commented 2022-06-16 03:56:14 +00:00 (Migrated from gitlab.com)

We should decide on hardfork date, too.

We should decide on hardfork date, too.
bobinson commented 2022-06-16 05:29:12 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
bobinson commented 2022-06-16 05:30:25 +00:00 (Migrated from gitlab.com)

@serkixenos - this is to be updated in the configuration files ?

@serkixenos - this is to be updated in the configuration files ?
serkixenos commented 2022-06-16 14:38:53 +00:00 (Migrated from gitlab.com)

Previously, we had them hardcoded, and they were implicitly used, and basically hidden from the user (not visible in the configuration, and user was not able to change this list). This is changed recently (commit 1788038224), and default seed nodes will be added to configuration file as a default value of seed-nodes option, so all the seed nodes will be visible to the user, and he will be able to change the default list.

However, we still need to be hardcode this list, as a default value for the seed-nodes options.

Previously, we had them hardcoded, and they were implicitly used, and basically hidden from the user (not visible in the configuration, and user was not able to change this list). This is changed recently (commit https://gitlab.com/PBSA/peerplays/-/commit/1788038224a3882e7ea70f00cac221e55978ac8d), and default seed nodes will be added to configuration file as a default value of seed-nodes option, so all the seed nodes will be visible to the user, and he will be able to change the default list. However, we still need to be hardcode this list, as a default value for the seed-nodes options.
Hiltos1 commented 2022-06-16 15:33:26 +00:00 (Migrated from gitlab.com)

Hi @bobinson

I have a change request in review in gitbook for updates I've made to the Manual Install docs (both Ubuntu 18.04 and 20.04).

I have not yet updated the Docker install instructions because I have that document based on the peerplays-in-a-box Docker script that we need updated.

Thanks,
Sean

Hi @bobinson I have a change request in review in gitbook for updates I've made to the Manual Install docs (both Ubuntu 18.04 and 20.04). - Located here: https://app.gitbook.com/o/-Lpj4bCPw8iNnqCwrLCQ/s/-McxuwdOwK1wrj2xdejn/~/changes/iVLQhw6VrdJh8DXS4phY/witnesses/installation-guides/manual-install - And here: https://app.gitbook.com/o/-Lpj4bCPw8iNnqCwrLCQ/s/-McxuwdOwK1wrj2xdejn/~/changes/iVLQhw6VrdJh8DXS4phY/witnesses/installation-guides/manual-install-1 I have not yet updated the Docker install instructions because I have that document based on the peerplays-in-a-box Docker script that we need updated. Thanks, Sean
robert.hedler commented 2022-06-16 20:39:58 +00:00 (Migrated from gitlab.com)

We have these too:

  • ca.peerplays.info:9777
  • de.peerplays.xyz:9777
  • pl.peerplays.org:9777
We have these too: - ca.peerplays.info:9777 - de.peerplays.xyz:9777 - pl.peerplays.org:9777
serkixenos commented 2022-06-16 22:33:05 +00:00 (Migrated from gitlab.com)
List of all seed nodes so far: https://gitlab.com/PBSA/peerplays/-/blob/develop/libraries/app/application.cpp#L841
bobinson commented 2022-06-20 06:27:52 +00:00 (Migrated from gitlab.com)

Hi @Hiltos1 - the docs LGTM. For the docker method, no changes are required in the documentation as that must be handled in the script itself.

Hi @Hiltos1 - the docs LGTM. For the docker method, no changes are required in the documentation as that must be handled in the script itself.
bobinson commented 2022-06-21 13:34:36 +00:00 (Migrated from gitlab.com)

marked the checklist item update seed list as completed

marked the checklist item **update seed list** as completed
bobinson commented 2022-06-27 07:34:36 +00:00 (Migrated from gitlab.com)

marked the checklist item upgrade of run.sh peerplays-in-a-box script https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/20 as completed

marked the checklist item **upgrade of `run.sh` peerplays-in-a-box script https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/20** as completed
bobinson commented 2022-06-27 07:35:12 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
bobinson commented 2022-06-27 07:35:19 +00:00 (Migrated from gitlab.com)

marked the checklist item decide HF date ( 2022-07-16T00:00:00) as completed

marked the checklist item **decide HF date ( 2022-07-16T00:00:00)** as completed
bobinson commented 2022-06-28 03:46:11 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
bobinson commented 2022-06-28 03:46:16 +00:00 (Migrated from gitlab.com)

marked the checklist item mainnet release tag to be created by @bobinson ( https://gitlab.com/PBSA/peerplays/-/tags/1.5.18 ) as completed

marked the checklist item **mainnet release tag to be created by @bobinson ( https://gitlab.com/PBSA/peerplays/-/tags/1.5.18 )** as completed
bobinson commented 2022-06-28 03:54:34 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
bobinson commented 2022-06-28 03:54:38 +00:00 (Migrated from gitlab.com)

marked the checklist item Manual installation documentation needs be updated https://gitlab.com/PBSA/peerplays/-/issues/385 (updated, & published) as completed

marked the checklist item **Manual installation documentation needs be updated https://gitlab.com/PBSA/peerplays/-/issues/385 (updated, & published)** as completed
robert.hedler commented 2022-06-28 18:01:36 +00:00 (Migrated from gitlab.com)

marked the checklist item New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21 as completed

marked the checklist item **New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21** as completed
bobinson commented 2022-06-29 07:25:28 +00:00 (Migrated from gitlab.com)

marked the checklist item New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21 as incomplete

marked the checklist item **New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21** as incomplete
bobinson commented 2022-06-29 07:34:23 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
robert.hedler commented 2022-06-30 13:39:56 +00:00 (Migrated from gitlab.com)

marked the checklist item New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21 [update: docker images themself are published, need to update the steps for upgrading via run.sh install] as completed

marked the checklist item **New docker images needs to be published by @robert.hedler once the release is created. https://gitlab.com/PBSA/tools-libs/peerplays-docker/-/issues/21 [update: docker images themself are published, need to update the steps for upgrading via `run.sh install`]** as completed
bobinson commented 2022-07-04 08:35:42 +00:00 (Migrated from gitlab.com)

marked the checklist item Docker installation documentation update https://gitlab.com/PBSA/peerplays/-/issues/385 as completed

marked the checklist item **Docker installation documentation update https://gitlab.com/PBSA/peerplays/-/issues/385** as completed
serkixenos (Migrated from gitlab.com) closed this issue 2022-07-04 08:40:03 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#390
No description provided.