Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

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

Merged
garious merged 1 commit intosolana-labs:masterfrom
garious:add-history
Nov 24, 2018
Merged

Add the story of how this codebase came to be#1882
garious merged 1 commit intosolana-labs:masterfrom
garious:add-history

Conversation

@garious
Copy link
Copy Markdown
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
Comment thread src/introduction.md
Comment thread src/introduction.md
Comment thread src/introduction.md Outdated
@garious garious merged commit 69802e1 into solana-labs:master Nov 24, 2018
vkomenda referenced this pull request in vkomenda/solana Aug 29, 2021
…-xyz#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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants