-
Notifications
You must be signed in to change notification settings - Fork 37
ROFL revamp for marketplace and ROFL node #1261
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
Open
matevz
wants to merge
19
commits into
main
Choose a base branch
from
matevz/docs/rofl-node-marketplace
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
cb75e9c
docs/node: Add ROFL node
matevz 35df110
external: Bump oasis-sdk for ROFL marketplace
matevz afca1c5
external: Bump cli
matevz 67ac788
docs/node: Troubleshooting
matevz 6199ec0
docs/node: TEE TDX
matevz 0c202fa
docs/node: ROFL node
matevz ae17b55
docs/node: Troubleshooting
matevz 8dc2f2a
docs/node: Stake requirements
matevz 3435fb6
docs/node: ROFL node another pass
matevz 99e56ee
sidebar/build: Add storage
matevz b1d7a46
docs/node/troubleshooting: Another storage error example
matevz b24750e
docs/node: rofl-node persistent storage
matevz 35d0f57
sidebarsBuild: Add marketplace chapter
matevz 047be74
external: bumps oasis-sdk
matevz e4441b1
node/run-your-node/rofl-node: Update marketplace links
matevz 61b8187
docs/node/run-your-node/paratime-node: Fix prerequisites anchor
matevz d937dd5
docs/node/rofl-node: Update
matevz eedfbd9
docs/node/troubleshooting: Fix anchors
matevz 6f6fbec
external: Bump oasis-sdk
matevz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -58,9 +58,7 @@ an interface for users or other applications to interact with the blockchain. | |||||
Unlike compute nodes, which handle transaction processing and smart contract | ||||||
execution, client nodes are primarily responsible for tasks such as querying | ||||||
the blockchain, submitting transactions, and retrieving other data from the | ||||||
network. For confidential ParaTimes such as Sapphire and Cipher, there is a | ||||||
special mode of client node called [Observer Node] that supports confidential | ||||||
smart contact queries. | ||||||
network. | ||||||
|
||||||
- **[Non-Validator Node]** is a type of node in the Oasis Network that does not | ||||||
participate in the consensus process of validating and proposing new blocks. | ||||||
|
@@ -85,12 +83,21 @@ an Ethereum-compatible environment on the Oasis Network, allowing developers | |||||
to deploy and manage decentralized applications (dApps) that utilize the | ||||||
Ethereum Virtual Machine (EVM). | ||||||
|
||||||
- **[ROFL Node]** is a very light **Sapphire Client Node** that supports the | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
TEE and hosts one or more [ROFLs]. | ||||||
|
||||||
- **[Observer Node]** is a special type of a client node for confidential | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
ParaTimes such as Sapphire and Cipher that supports confidential smart contact | ||||||
queries. | ||||||
|
||||||
[Non-Validator Node]: ./non-validator-node.mdx | ||||||
[Client Node]: ./paratime-client-node.mdx | ||||||
[Observer Node]: ./paratime-observer-node.mdx | ||||||
[Sapphire Client Node]: ./paratime-client-node.mdx | ||||||
[Cipher Client Node]: ./paratime-client-node.mdx | ||||||
[Emerald Client Node]: ./paratime-client-node.mdx | ||||||
[ROFL Node]: ./rofl-node.mdx | ||||||
[ROFLs]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/README.mdx | ||||||
|
||||||
## Archive Node | ||||||
|
||||||
|
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
Oops, something went wrong.
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.
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.
I would remove the Emerald Client Node.