-
Notifications
You must be signed in to change notification settings - Fork 91
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
Minor changes to permissionless refactoring #11
Merged
leovct
merged 16 commits into
refactor/permissionless-node-package
from
jhilliard/arch-diagram
Mar 19, 2024
Merged
Minor changes to permissionless refactoring #11
leovct
merged 16 commits into
refactor/permissionless-node-package
from
jhilliard/arch-diagram
Mar 19, 2024
Conversation
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
find . -type f | grep -v ".git" | xargs -I xxx sed -i 's/deployment_idx/deployment_suffix/gi' xxx
praetoriansentry
changed the title
Branch Combining
Minor changes to permissionless refactoring
Mar 19, 2024
leovct
reviewed
Mar 19, 2024
leovct
reviewed
Mar 19, 2024
leovct
reviewed
Mar 19, 2024
leovct
reviewed
Mar 19, 2024
leovct
merged commit Mar 19, 2024
49185e2
into
refactor/permissionless-node-package
3 of 4 checks passed
leovct
added a commit
that referenced
this pull request
Mar 19, 2024
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some minor consistency changes and simplification of the "trusted" and "permisionless" naming