This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* downgrade error msg to info * cleanup unused prometheus log code * downgrade state sync error message to info * makefile for set-waypoint * patch makefile * refresh onchain state * genesis should assign vouches * set layout for devnet has 4 nodes * init val in genesis first * github repo tools can put file in genesis repo * save files to genesis repo * reorganize testnet scripts * cleanup * documentation * patch makefile * makefile * makefile * text [skip-ci] * update yaml configs so that node file uses multiple fullnode networks [skip-ci] * patch [skip ci] * patch ports [skip ci] * validator init on genesis and ol init, will use seed peers * trim whitespace on genesis_waypoint.txt * makefile * reverse state-sync default params * add helper in init to reset safety data * bump version * ol restore has --boundary-only or -b which will not attempt to restore an advanced version. This is the safest restore option. * ol restore defaults to only fetch the epoch boundary. --highest-version must be explicitly passed if the user wants versions beyond the epoch boundary (this is still experimental). * ol serve: deprecating the --run-checks or -c option. We now assume the user wants to run checks while running the web-monitor * improve error messages on safety rules initialize * validator should panic on trying to startup safety rules * patch * makefile * make testnet start with alice, bob, carol only * add execution.genesis_file_location to fullnode yaml * set layout to have 5 addresses for testnet genesis * alway use cargo release mode even in testnet * undo * update fixture files with ip addresses for reference. * patch validator yaml file generation * ol start doesn't need to swtich between validator and fullnode mode with the new configs! * make pubnet config use onchain discovery * remove setting for fullnode identity in validator file * rename ol restore option highest_version -> latest_version
- Loading branch information
1 parent
7a15188
commit eb54e83
Showing
41 changed files
with
397 additions
and
304 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diem-config" | ||
version = "5.1.2" | ||
version = "5.1.3" | ||
authors = ["Diem Association <[email protected]>"] | ||
description = "Diem diem-config" | ||
repository = "https://github.com/diem/diem" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diem-management" | ||
version = "5.1.2" | ||
version = "5.1.3" | ||
authors = ["Diem Association <[email protected]>"] | ||
description = "Diem Management is a tool used to manage the configuration of a Diem Node" | ||
repository = "https://github.com/diem/diem" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.