-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: permissionless node package (#8)
* chore: move cdk code to its own package * ci: update jobs * feat: add dbs to pless node * feat: add remaining components like prover, synchronizer and rpc * fix: typo * early draft pless node * chore: clean up * feat: add genesis file arg * chore: typos * fix: more typos * fix: db names * chore: update default parameters * chore: remove permissionless node deployment from cdk package * chore: lint * ci: only deploy cdk package for the moment * chore: nit * chore: nit * chore: remove debug wait * refactor: service names * chore: same * chore: lint * chore: nit * chore: nit * chore: nit * Minor changes to permissionless refactoring (#11) * docs: adding initial diagram * ops: sonarcloud setup * ops: removing unecessary debug service * refactor: dropping trusted * refactor: naming for pless * refactor: deployment_idx find . -type f | grep -v ".git" | xargs -I xxx sed -i 's/deployment_idx/deployment_suffix/gi' xxx * docs: adding note for running pless * ops: security * ops: updating for fid8 * docs: minor changes for fid8 testing * ops: kurtosis lint * fix: shellcheck * docs: path fix * docs: adding some comments * nit: comments --------- Co-authored-by: leovct <[email protected]> * chore: clean up * chore: clean up arch diagram changes --------- Co-authored-by: John Hilliard <[email protected]>
- Loading branch information
1 parent
0ef3c28
commit d809975
Showing
27 changed files
with
466 additions
and
291 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
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
File renamed without changes.
File renamed without changes
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,5 +1,4 @@ | ||
name: github.com/0xPolygon/kurtosis-cdk | ||
name: github.com/0xPolygon/kurtosis-cdk/cdk | ||
description: |- | ||
This package allows you to provision a full CDK environment within | ||
Kurtosis | ||
This package allows you to provision a full CDK environment within Kurtosis | ||
replace: {} |
Oops, something went wrong.