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 Subspace to the list #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ maintained by [Parity Technologies](https://www.parity.io/). Source code availab
- [SubQuery](https://subquery.network) - A GraphQL indexer and query service that allows users to easily create indexed data sources and host them online for free.
- [Nova SubQuery API](https://github.com/nova-wallet/subquery-nova) - A SubQuery API implementation for operation history and staking analytics.
- [Subscan](https://www.subscan.io/) - Multi-network explorer for Substrate-based chains.
- [Subspace](https://github.com/subspace/subspace) - The first layer-one blockchain that can fully resolve the blockchain trilemma by simultaneously achieving scalability, security, and decentralization.
Copy link

@burdges burdges Feb 26, 2024

Choose a reason for hiding this comment

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

It's certainly not the first. This trilemma was always bullshit. It's just that early chains designs were dumb.

Copy link
Author

@EmilFattakhov EmilFattakhov Feb 26, 2024

Choose a reason for hiding this comment

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

Curious what other projects you're referring to that solved the scalability issues with no compromises?

Copy link

Choose a reason for hiding this comment

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

Polkadot. Mina maybe first. Many zk roll ups. (all somewhat conventional looking threat models)

Omniledger paper was kinda early too. An implementation even exists, unsure if ever deployed. (80% honest)

All the false cases poses a problem here too..

Optimistic roll ups claim this. Imho they're wrong, but arguing that gets nasty: Alone, the word "secure" means "in threat models reasonable experts accept", not "in the threat model that favors my pet project." You need to write down their implicit assumptions before arguing they're unreaosnable. Afaik nobody ever bothered.

Payment channels claim this. Afaik they're secure, but not really scalable. Although easier, arguing this still becomes nasty.

Individual bridges between two chains cannot be called scalable, but if both chains have real finality then their threat model is 2/3 honest on both, not all necessarily so bad. A bridge ecosystem like cosmos becomes scalable, but wrecks this threat model. It's plauslbe however that cosmos' airdrop culture kinda adequately addressed this in practice, if only by dumb luck. Afak nobody ever surveyed zones' validator overlap. At least this should fall appart easily if you keep everything in theory land.

- [Subsquid](https://subsquid.io) - An indexing framework (SDK + infrastructure) to quickly and easily turn Substrate and EVM on-chain data into APIs and host them.
- [Substate](https://github.com/arrudagates/substate) - 100% no-std/wasm compatible Substrate storage key generator library for Rust.
- [Substrate debug-kit](https://github.com/paritytech/substrate-debug-kit) - A collection of tools and libraries for debugging Substrate-based chains.
Expand Down