Skip to content
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

Add the story of how this codebase came to be #1882

Merged
merged 1 commit into from
Nov 24, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Nov 21, 2018

Problem

When folks first come across us or our project, some of the first questions are: "why do we need another blockchain?", "how is yours different?", "what got you to pull the trigger on starting a company?" and "why the name Solana?"

Summary of Changes

Consolidating those answers turned out to be a nice intro for the markdown book.

@garious garious requested a review from pgarg66 November 21, 2018 23:48
src/introduction.md Outdated Show resolved Hide resolved
@garious garious merged commit 69802e1 into solana-labs:master Nov 24, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
…na-labs#1882)

Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.27.0...v7.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
andreisilviudragnea pushed a commit to andreisilviudragnea/solana that referenced this pull request Jun 28, 2024
The fifo compaction option was originally added to mitigate write
stalls that were occurring with level compaction. Since fifo was
introduced, the level compaction implementation has been optimized
to reduce I/O amplification. With these improvements, level and fifo
are comparable and sticking with level only simplifies things.

For now, only a deprecation warning will be printed. In the next
release branch (2.1.0), specifying fifo will be an error
tao-stones pushed a commit to tao-stones/solana that referenced this pull request Jul 1, 2024
…abs#1882) (solana-labs#1907)

Deprecate --rocksdb-shred-compaction fifo (solana-labs#1882)

The fifo compaction option was originally added to mitigate write
stalls that were occurring with level compaction. Since fifo was
introduced, the level compaction implementation has been optimized
to reduce I/O amplification. With these improvements, level and fifo
are comparable and sticking with level only simplifies things.

For now, only a deprecation warning will be printed. In the next
release branch (2.1.0), specifying fifo will be an error

(cherry picked from commit e15e235)

Co-authored-by: steviez <steven@anza.xyz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants