portal-network-specs VS annotated-spec

Compare portal-network-specs vs annotated-spec and see what are their differences.

portal-network-specs

Official repository for specifications for the Portal Network (by ethereum)

annotated-spec

Vitalik's annotated eth2 spec. Not intended to be "the" annotated spec; other documents like Ben Edgington's https://benjaminion.xyz/eth2-annotated-spec/ also exist. This one is intended to focus more on design rationale. (by ethereum)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
portal-network-specs annotated-spec
10 44
270 312
4.4% 0.0%
6.9 0.0
9 days ago 3 months ago
JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

portal-network-specs

Posts with mentions or reviews of portal-network-specs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-09.
  • Signal founder’s constructive criticism of web3
    1 project | /r/CryptoTechnology | 29 Mar 2023
    Other blockchain networks struggle because it's not trivial for wallets to have embedded nodes. It's not even really easy to do on Ethereum since light clients are hard to use, but this is improving with better infrastructure. The other hurdle for the Ethereum ecosystem is the reliance on the web stack, which trains users that the default way to interact with these networks is through a web browser, which is another limiting factor for being able to run your own node. And so yeah, obviously people will rely on Infura. But it doesn't have to be like that, this is a just result of the technology being limited (irrationally self-imposed, with the reliance on web browsers) rather than users' true desires.
  • POKT was one of the most interesting projects on ETH Denver, POKT North Star (v1) release is going to help decentralize the entire web3 in a big way
    1 project | /r/ethdev | 7 Mar 2023
    The solution is to build a different structure that eliminates the antagonistic relationships between the parties, where there's no economic advantage to scale. There's this project directly backed by EF doing that but that doesn't have VC backing and there's no token so obviously there's no hype machine pushing it along.
  • Web3APIs vs Ethers.Js?
    1 project | /r/ethdev | 8 Jul 2022
    Or better, eventually, do in a distributed way with something like the portal network: https://github.com/ethereum/portal-network-specs
  • Daily General Discussion - January 9, 2022
    3 projects | /r/ethfinance | 9 Jan 2022
  • My First Impressions of Web3
    12 projects | news.ycombinator.com | 7 Jan 2022
    From the post:

    > People don’t want to run their own servers, and never will...

    Fair enough, but there are active efforts to develop ultra-light clients for Ethereum together with the concept of "portal network":

    https://github.com/ethereum/portal-network-specs/

    https://our.status.im/nimbus-fluffly/

    > there’s not even a word for an actual untrusted client/server interface that will have to exist somewhere, and no acknowledgement that if successful there will ultimately be billions (!) more clients than servers.

    I would not say there's "no acknowledgement" of this; depending on how deep you are in the space, it's pretty obvious that the goal is to have layered networks and mission specific networks (storage vs. messaging vs. consensus), all economically incentivized, that are p2p through and through, from the resource constrained devices of end consumers to the staking nodes that secure the networks. That's the hope, the goal, and the focus of ongoing efforts.

    The opposite of the missing word is "a node in a p2p network".

    The points made about the difficulty in evolving protocols quickly are not lost on me, but I guess I'm more optimistic than the author that it will happen relatively quickly in coming years, including this one. In the process, there will be opportunities seized where the protocols fall short and half-measures or worse (with respect to decentralization) will generate excitement for a time. That seems like "growing pains" to me.

  • The Portal Network
    1 project | news.ycombinator.com | 15 Dec 2021
  • Impromptu technical AMA on history expiry
    2 projects | /r/ethereum | 22 Nov 2021
    Older blocks, transactions and receipts/logs would still be accessible through dedicated sub-protocols (eg. the Portal Network) or externally developed protocols (eg. TheGraph), in addition to a much smaller but still sufficient number of volunteer nodes and block explorers. Note that many dapps are already moving their historical data queries to TheGraph and similar protocols for efficiency.
  • State Network DHT - Development Update #2 - Eth1.x Research
    1 project | /r/ethereum | 25 Mar 2021
    Does this help? https://github.com/ethereum/stateless-ethereum-specs/wiki/Glossary
  • Making the ecosystem more light-client friendly
    2 projects | /r/ethereum | 8 Mar 2021
    Reorganize the p2p network to make providing proofs simpler and cheaper; see Piper Merriam's work on this.
  • Weak statelessness and/or state expiry: coming soon (x-post from EthMagicians)
    2 projects | /r/ethereum | 2 Mar 2021
    Piper Merriam's work on distributed state storage and state and witness availability: https://ethresear.ch/t/scalable-transaction-gossip/8660 and https://github.com/ethereum/stateless-ethereum-specs/pull/54

annotated-spec

Posts with mentions or reviews of annotated-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • Daily General Discussion - February 17, 2023
    5 projects | /r/ethfinance | 17 Feb 2023
  • Can't the Sync Committee be cheaply bribed, and therefor serves no real purpose for security?
    1 project | /r/ethdev | 14 Jan 2023
    My current understanding: The Sync Committee selects 512 validators to continually sign off on block header. Any block headers that get >2/3 are "valid"1, such that Light Clients using this header for verification can trust it.
  • Ethereum Mainnet Merge Announcement
    6 projects | news.ycombinator.com | 24 Aug 2022
    https://github.com/ethereum/annotated-spec/blob/master/phase...

    Here we have slashing fields in the block body where you insert your proofs of slashable offense. There are functions with a “slash” in the name that describes precise state transition.

    The hard part of slashing is finding these proofs because you have to do more work than necessary to detect slashing and produce proofs - that’s what this software does. It’s more expensive to run a slasher but you need only one and it does not matter who runs it, anyone can run it. The link that you sent says that this slasher broadcasts proofs by default - that way anyone can include it.

  • Explaining Ethereum's consensus mechanism after The Merge
    11 projects | news.ycombinator.com | 7 Jul 2022
    According to Eth docs:

    > One validator is randomly selected to be a block proposer in every slot. This validator is responsible for creating a new block and sending it out to other nodes on the network. Also in every slot, a committee of validators is randomly chosen, whose votes are used to determine the validity of the block being proposed.

    The annotated code for this can be found in [2].

    [1] https://github.com/ethereum/annotated-spec/blob/master/phase...

    [2] https://notes.ethereum.org/@vbuterin/Sys3GLJbD#Misc

  • Daily staking income was irregularly high, anyone knows why?
    1 project | /r/ethstaker | 27 Apr 2022
    Here's some more info on Sync committees if you are interested. https://github.com/ethereum/annotated-spec/blob/master/altair/sync-protocol.md
  • Daily General Discussion - February 20, 2022
    2 projects | /r/ethfinance | 20 Feb 2022
  • My First Impressions of Web3
    12 projects | news.ycombinator.com | 7 Jan 2022
    The crux of the article is that the front-ends are all routing calls through centralized APIs to get their message included on the blockchain. Infura and Alchemy don't do much. They just pass a JSON-RPC message to an Ethereum node running on their servers. There is some additional indexing services they provide, but there are many open, decentralized alternatives for that such as TheGraph Protocol. And it's not unfeasible for an application to run its own Postgres instance to index data from the ETH blockchain.

    As for full-fat clients on normal mobile devices, the main issue is the data requirements. Running a full node can take hundreds of gigabytes. It is possible on light hardware. People are running Beacon chain nodes on Raspberry Pis. But you do need the storage and that tends to be scarce on mobile.

    Meanwhile, the Ethereum core devs are aware of this issue and are actively working towards it. They shipped the Altair hard fork this year that has adds sync committees which make it possible to do without needing the whole chain history (using merkle trees): https://github.com/ethereum/annotated-spec/blob/master/altai...

    The light client to follow from those improvements is forthcoming:

  • ETH2.0 withdrawal roadmap post merge
    2 projects | /r/ethstaker | 23 Dec 2021
    It's not about validators going offline, it's about the validator set changing. To quote the annotated specs
  • Proof of stake is a scam and the people promoting it are scammers
    3 projects | news.ycombinator.com | 28 Nov 2021
    Even a relatively light reading of the Annotated Spec[1] for Eth2 and/or the Eth Org's Proof of Stake FAQs[2] suggests the designers (and independent implementer-teams who gave feedback to designers... lather, rinse, repeat) understand it's important to consider the overall system "outside of the comfort zone".

    [1] https://github.com/ethereum/annotated-spec/blob/master/phase...

    [2] https://eth.wiki/en/concepts/proof-of-stake-faqs

  • Help understanding staking factors
    1 project | /r/ethstaker | 19 Nov 2021
    Alpha leak: I am currently finishing up a full revision of my annotated specification for Altair, and plan to get it published in a couple of weeks. Meanwhile Vitalik's annotated spec has some info on how base rewards work under Altair.

What are some alternatives?

When comparing portal-network-specs and annotated-spec you can also consider the following projects:

iroha - Iroha - A simple, enterprise-grade decentralized ledger

ethmerge.com-content - Markdown formatted content for the ethmerge.com website.

nft.storage - 😋 NFT.Storage Classic (classic.nft.storage) offers free decentralized storage and bandwidth for NFTs on IPFS and Filecoin. April 2024 Update: Existing NFT.Storage Classic account holders can add data through their Classic accounts. New account holders can transition to the new version at NFT.Storage that preserves data in Filecoin for a small fee.

consensus-specs - Ethereum Proof-of-Stake Consensus Specifications

moonworm - codegen for crypto degens and other ethereum smart contract toolkit for python

pm - Project Management: Meeting notes and agenda items

go-ethereum - Go implementation of the Ethereum protocol

ens - Implementations for ENS core functionality: The registry, registrars, and public resolvers.

rotki - A portfolio tracking, analytics, accounting and management application that protects your privacy

crypto-fees - Website for comparing total daily fees of various blockchain protocols.

research

EIPs - The Ethereum Improvement Proposal repository