Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ appearing. To check for progress:
If this happens and the error is non-fatal, click "Retry" on the "publish crate" job

### Update software on testnet.solana.com
See the documentation at https://github.com/solana-labs/cluster-ops/. devnet.solana.com and mainnet-beta.solana.com run stable releases that have been tested on testnet. Do not update devnet or mainnet-beta with a beta release.
devnet.solana.com and mainnet-beta.solana.com run stable releases that have been tested on testnet. Do not update devnet or mainnet-beta with a beta release.
2 changes: 1 addition & 1 deletion docs/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.features {
display: flex;
align-items: top;
align-items: flex-start;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see changes in this css file. Can you pull the latest changes from the master branch and then run:
git checkout master -- docs/src/pages/styles.module.css

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So i'm confused, i need to delete this file from my PR?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes if it is not in use and you cannot confirm the before and after changes.

padding: 2rem 0;
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion svm/doc/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We envision the following applications for SVM
The SVM is currently viewed as realizing two stages of the
Transaction Engine Execution pipeline as described in Solana
Architecture documentation
[https://docs.solana.com/validator/runtime#execution](https://docs.solana.com/validator/runtime#execution),
[https://docs.anza.xyz/validator/runtime#execution](https://docs.anza.xyz/validator/runtime#execution),
namely ‘load accounts’ and ‘execute’ stages.

- **SVM Rollups**
Expand Down