-
Notifications
You must be signed in to change notification settings - Fork 378
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- 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>
<!-- 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
…om/gnolang/gno into dev/zivkovicmilos/test5-deployment
@moul |
Description
This PR adds the initial
test5.gno.land
deployment params.List of transaction changes as opposed to current
master
examples:2e9f5ce
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...
BREAKING CHANGE: xxx
message was included in the description