-
Notifications
You must be signed in to change notification settings - Fork 3
EVM PA Documentation Update #387
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
Merged
Merged
Conversation
This file contains hidden or 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
- Updated project version to 1.0.0 in pyproject.toml and VERSION file. - Removed obsolete Juvix documentation files related to various node engines and subsystems to streamline the codebase. - Adjusted mkdocs.yml to reflect the changes in documentation structure.
Simplified the architecture section by removing the Node architecture details to reference it as a work-in-progress found in release v0.2.0. Updated tags in multiple documentation files, aligning them with the current scope of content and removing outdated references to the Node architecture. These changes aim to streamline the documentation by focusing on existing, fully developed components while acknowledging ongoing development work separately.
Added a note about the removal of node architecture in the latest release. The node architecture details are available in the v0.2.0 documentation, with plans to reintegrate it in the upcoming v2.0.0 release.
|
The preview of this PR has been deleted. |
Make PA documentation correspond to main RM specs. Introduce a separate page for EVM integration.
cca9e04 to
b87fd33
Compare
cwgoes
reviewed
Aug 22, 2025
Contributor
cwgoes
left a comment
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.
Greatly improved! I just left a pretty quick review for now.
Co-authored-by: Christopher Goes <[email protected]>
Contributor
Author
|
Maybe would want some mermaid diagram for communication flow |
jonaprieto
approved these changes
Nov 18, 2025
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.
Make PA documentation correspond to main RM specs.
Introduce a separate page for EVM integration.