Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add initial test5.gno.land deployment #3092

Merged
merged 17 commits into from
Nov 12, 2024

Conversation

zivkovicmilos
Copy link
Member

@zivkovicmilos zivkovicmilos commented Nov 8, 2024

Description

This PR adds the initial test5.gno.land deployment params.

List of transaction changes as opposed to current master examples:
2e9f5ce

  • 131 txs in the genesis.json

All validator entities added:

Release we will use for the initial test5.gno.land deployment:
https://github.com/gnolang/gno/pkgs/container/gno%2Fgnoland/303668315?tag=chain-test5.0

Closes #3061

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests

@zivkovicmilos zivkovicmilos added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Nov 8, 2024
@zivkovicmilos zivkovicmilos self-assigned this Nov 8, 2024
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.77%. Comparing base (4f27a57) to head (ba05bff).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3092   +/-   ##
=======================================
  Coverage   63.77%   63.77%           
=======================================
  Files         548      548           
  Lines       78681    78681           
=======================================
+ Hits        50180    50182    +2     
- Misses      25117    25118    +1     
+ Partials     3384     3381    -3     
Flag Coverage Δ
contribs/gnodev 61.16% <ø> (+0.62%) ⬆️
contribs/gnofaucet 14.82% <ø> (ø)
gno.land 73.62% <ø> (ø)
gnovm 67.92% <ø> (ø)
misc/genstd 79.72% <ø> (ø)
tm2 62.42% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Kouteki Kouteki added the in focus Core team is prioritizing this work label Nov 8, 2024
zivkovicmilos and others added 5 commits November 9, 2024 09:54
- Modified Genesis file: added Core team validators
- Modified Config: added Persistent Peers
- Added DNS entry references
- Added checklist

---------

Co-authored-by: Miloš Živković <[email protected]>
This PR adds the Berty validator node in the config and README files for
the test5 launch.

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>

Signed-off-by: D4ryl00 <[email protected]>
Co-authored-by: Miloš Živković <[email protected]>
## modified
1. `config.toml` to add persistent peer
2. `genesis.json` to add validator and genesis account(with balance)
3. `genesis_balances.txt` to add genesis account(with balance)

Co-authored-by: Miloš Živković <[email protected]>
<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>
@Kouteki Kouteki added this to the 🚀 Mainnet launch milestone Nov 11, 2024
n0izn0iz and others added 7 commits November 11, 2024 11:03
<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>

Signed-off-by: Norman Meier <[email protected]>
Updated Config for Sentry Nodes DNS names of Core team
@zivkovicmilos zivkovicmilos marked this pull request as ready for review November 11, 2024 13:59
Copy link
Contributor

@r3v4s r3v4s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@zivkovicmilos
Copy link
Member Author

@moul
I'm merging this PR now, we've verified the deployment and releases ✅

@zivkovicmilos zivkovicmilos merged commit 5b64aa9 into master Nov 12, 2024
134 checks passed
@zivkovicmilos zivkovicmilos deleted the dev/zivkovicmilos/test5-deployment branch November 12, 2024 07:24
@Kouteki Kouteki removed the in focus Core team is prioritizing this work label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Test5 release
8 participants