-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple rootchain contracts deployment from development environment (#…
…1005) * Rootchain init contracts read validators from the genesis configuration. Introduce manifest.json. * Introduce admin-key flag to the rootchain init-contracts * Revert polybft params changes * Fix comment * Populate rootchain admin address to manifest * Update Manifest struct and adapt init-contracts workflow * Remove sidechain smart contract addresses from genesis spec * Update genesis command and cleanup genesis from unnecessary parameters * Remove rootchain contracts hardcoded addresses * Decouple emit command from contant StateSender address * Manifest command * Polybft manifest command * Adapt e2e tests workflow * Update comment * Adapt cluster script and change flags descriptions in manifest command * Comments * Adapt TestE2E_CheckpointSubmission * Remove manifest.json in cluster script * Initial version of polybft readme * Update readme with a precondition step * Address comments (part 1) * Update manifest command short help * Comments * Use sidechain addresses from the polybft config in fsm UTs * Minimize changes * Merge fix Co-authored-by: Goran Rojovic <goran.rojovic@ethernal.tech>
- Loading branch information
1 parent
a8ff39c
commit e993b3b
Showing
27 changed files
with
846 additions
and
478 deletions.
There are no files selected for viewing
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,5 +1,6 @@ | ||
peers.json | ||
genesis.json | ||
manifest.json | ||
secretsManagerConfig.json | ||
*-packr.go | ||
config*.json | ||
|
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.