From 4d0f4b40c73a81cefc84a80e7be5e505a06cf2f4 Mon Sep 17 00:00:00 2001 From: sacha Date: Mon, 13 Sep 2021 22:07:30 +0200 Subject: [PATCH 1/3] cp (#113) * Website update (#104) * Remove technical material from eth2 section + minor edits (#97) * Update team.yml * Update Nimbus docs * add newsletter to header, footer, and mobile * remove eth2-temp * add mamy's feedback * add donation address * fix github link, add page on fluffy * edit contribute message * Update fluffy.md (#112) Remove some outdated resources and small clean-up Co-authored-by: Kim De Mey --- source/docs/fluffy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/docs/fluffy.md b/source/docs/fluffy.md index 6b545e5..d4520df 100644 --- a/source/docs/fluffy.md +++ b/source/docs/fluffy.md @@ -6,6 +6,10 @@ title: Fluffy: an ultra-light client for Ethereum Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the portal network. In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the ethereum light client, and develop a practical and functional light client experience. +======= +Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the Portal Network. + +In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience. In particular, our aim is to work together with the EF to develop a new set of Ethereum protocols alongside the existing Eth protocol that will specifically serve this new way of accessing Ethereum data. @@ -20,10 +24,12 @@ This has the potential to both improve the security and privacy of our users (we ## Resources - [Our introductory post](https://our.status.im/nimbus-fluffly/) -- The Nimbus Light Portal Network client (nlpn) can be found in our nimbus-eth1 repository: https://github.com/status-im/nimbus-eth1/tree/master/fluffy - The Portal Wire protocol is added to the nim-eth repository, as Node Discovery v5.1 sub-protocol: https://github.com/status-im/nim-eth - Specifications: https://github.com/ethereum/stateless-ethereum-specs/ - Website: https://www.ethportal.net/ - Some quick notes regarding first Portal Wire interop tests with ddht and trin- https://gist.github.com/kdeme/36795f5deae7d02ce1785e9c7d501e53 +- Fluffy, our Portal Network client can be found in our nimbus-eth1 repository: https://github.com/status-im/nimbus-eth1/tree/master/fluffy +- Portal Network specifications: https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md +- Portal Network website: https://www.ethportal.net/ - [The winding road to functional light clients](https://snakecharmers.ethereum.org/the-winding-road-to-functional-light-clients/) blog post series of Piper Merriam - [This video talk](https://www.youtube.com/watch?v=MZxqRs_tLNs) about the subject. From 1118c39bcf8fafadbc454c5db3ccfb6f6408c745 Mon Sep 17 00:00:00 2001 From: sacha Date: Mon, 13 Sep 2021 23:20:57 +0200 Subject: [PATCH 2/3] Fix fluffy (#114) * Website update (#104) * Remove technical material from eth2 section + minor edits (#97) * Update team.yml * Update Nimbus docs * add newsletter to header, footer, and mobile * remove eth2-temp * add mamy's feedback * add donation address * fix github link, add page on fluffy * edit contribute message * Update fluffy.md (#112) Remove some outdated resources and small clean-up * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 * try and fix fluffy 404 Co-authored-by: Kim De Mey --- source/_data/sidebar.yml | 8 +------- source/docs/fluffy.md | 6 +++++- themes/navy/languages/en.yml | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/source/_data/sidebar.yml b/source/_data/sidebar.yml index 6200623..e347da5 100644 --- a/source/_data/sidebar.yml +++ b/source/_data/sidebar.yml @@ -6,10 +6,4 @@ docs: eth2: /docs/eth2.html fluffy: /docs/fluffy.html libraries: /docs/libraries.html - contributor_guide: /docs/contributor_guide.html -# Guides: -# Ethereum 1: /docs/eth1.html -# Testnet 0: /docs/t0.html -# Testnet 1: /docs/t1.html -# Custom Testnet: /docs/custom-nimbus-testnet.html - + contributor_guide: /docs/contributor_guide.html diff --git a/source/docs/fluffy.md b/source/docs/fluffy.md index d4520df..b2e0663 100644 --- a/source/docs/fluffy.md +++ b/source/docs/fluffy.md @@ -1,6 +1,6 @@ --- id: fluffy -title: Fluffy: an ultra-light client for Ethereum +title: Fluffy, an ultra light client for Ethereum --- Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the portal network. @@ -11,6 +11,10 @@ Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience. +Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the Portal Network. + +In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience. + In particular, our aim is to work together with the EF to develop a new set of Ethereum protocols alongside the existing Eth protocol that will specifically serve this new way of accessing Ethereum data. The overarching goal is to provide a mode of operation for Ethereum that serves common usage patterns, as opposed to keeping track of the full state at all times, as current clients do. diff --git a/themes/navy/languages/en.yml b/themes/navy/languages/en.yml index 3ee98d8..0f1a80a 100644 --- a/themes/navy/languages/en.yml +++ b/themes/navy/languages/en.yml @@ -23,7 +23,7 @@ sidebar: introduction: What Is Nimbus? eth1: eth1 client eth2: eth2 client - fluffy: Fluffy (Light Portal Network client) + fluffy: Fluffy libraries: Software Libraries milestones: Milestones design: Design From deca4c8b64cf386cdbf76cf57c4ff8751301a67b Mon Sep 17 00:00:00 2001 From: yslcrypto Date: Mon, 13 Sep 2021 23:27:25 +0200 Subject: [PATCH 3/3] fix fluffy --- source/docs/fluffy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/fluffy.md b/source/docs/fluffy.md index b2e0663..361f5e3 100644 --- a/source/docs/fluffy.md +++ b/source/docs/fluffy.md @@ -6,7 +6,7 @@ title: Fluffy, an ultra light client for Ethereum Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the portal network. In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the ethereum light client, and develop a practical and functional light client experience. -======= + Nimbus has joined the Ethereum Foundation’s Portal Network team as one of the launch clients for the Portal Network. In a sentence, [the Portal Network](https://github.com/ethereum/stateless-ethereum-specs/blob/master/portal-network.md#network-functionality) is an in-progress cross-team effort to re-imagine the Ethereum light client, and develop a practical and functional light client experience.