sacha
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Nimbus status update -- February so far Hello everyone, and welcome to our February status update. Before we start, we want to apologise that such a long period of time has passed since our [last update](https://news.nimbus.team/nimbus-status-update-pre-interop/). Bruno's boots have not been easy to fill. While you can expect more regular updates from now on, we're still on the lookout for a full-time technical writer (please don't hesitate to [get in touch]() if you're interested in this role). tldr; - First mobile Eth2 testnet - Fully connected mesh using discovery v5 - BLS implementation ready - Replacement of Nim’s default stack tracing mechanism with a lightweight alternative - Introduction of monthly sprints ## Brussels We met in Brussels at the beginning of this month to discuss priorities, goals, and plans. ![](https://i.imgur.com/R2GNseF.png) https://twitter.com/m_ratsim/status/1224769743892230151 </br> And, as you may have seen already, we ended the week by playing with the first mobile Eth2 testnet! ![](https://i.imgur.com/iuIM4Jv.png) https://twitter.com/VitalikButerin/status/1224934068455911426 </br> While a step in the right direction, the testnet did not have a way to discover peers. This means it wasn't a very realistic implementation. ![](https://i.imgur.com/liCtIDh.png) https://twitter.com/m_ratsim/status/1224972130200236032 </br> ~~Integrating a more realistic peer [discovery protocol](https://github.com/ethereum/devp2p/wiki/Discovery-Overview) is one of our main focus points going forward.~~ However, we're happy to announce that in the last two weeks we've made some great progress on the peer [discovery](https://github.com/ethereum/devp2p/wiki/Discovery-Overview) side. ## Discovery v5 The mechanism by which peers discover each other in ethereum is called *discovery* (for more on how discovery works, see [here](https://github.com/ethereum/devp2p/wiki/Discovery-Overview#discovery-v4)). The latest version is [v5](https://github.com/ethereum/devp2p/wiki/Discovery-Overview#discovery-v5-aka-discv5). The great news is that, as of last week, **our nodes are able to form a fully connected mesh using discovery v5!** > Note that, since the networking part of ethereum 2 was not specified until recently, peer discovery was, for a long time, the most important blocker for ethereum 2. > > As it stands, eth2 uses a simplified draft protocol for interoperability testing as the mainnet protocol parameters and details are still being worked on -- this includes discovery v5 as well as encryption specifics. ~~Since we've been working in Nim -- a new language -- and writing libp2p from scratch, we've fallen a bit behind on v5. Which means that, as it stands, our discovery v5 support is not enough to run on our testnet.~~ Up until now, we've been relying on the go daemon's built-in discovery mechanism. This was less than ideal, as it made it cumbersome to connect to other networks (one needed to specify all peers manually, instead of discovering them via a [distributed hash table](https://en.wikipedia.org/wiki/Distributed_hash_table)). Now that we have discovery v5 support, we can start thinking about connecting to other clients' testnets. ## BLS signatures We've finished implementing BLS -- a digital signature scheme that allows anyone to compress a set of n signatures into 1 signature. BLS is being [standardised](https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-00) by the EF, the IETF, Stanford university, and other reputable organisations. We're now onto the 5th draft of the standardisation document, so we can expect it to be pretty stable going forward. The only thing missing is the release of the next version of the beacon chain spec (v10.2), as the EF test vectors in v10.1 have a bug on aggregate verification -- [fixed](https://github.com/ethereum/eth2.0-specs/pull/1599) and pending release (see bug examples [1](ttps://github.com/ethereum/eth2.0-specs/issues/1618) and [2](https://github.com/ethereum/eth2.0-specs/issues/1597)). ## Lightweight stack traces This month, we've replaced Nim's default stack tracing mechanism with a (fully open-source and reusable) [lightweight alternative](https://github.com/status-im/nim-libbacktrace) based on libbacktrace and libunwind. This means we can now get useful debugging information without giving up on release builds, or the C compiler's tail-call optimization (an important optimization for some parts of our code base). Additionally, since the default stack tracing mechanism inserts C preprocessor macros that expand to lines of code inside our functions, lightweight stack traces allow us to get rid of this extra code. Combined with the ability to use `-d:release` instead of `-d:debug`, this helps speed up compilation time by ≈ 25%. > Note: `-d:debug` and `-d:release` are Nim compiler flags. The compiler uses the `-d:debug` flag to create slow, but debugging-friendly binaries, and `-d:release` to create optimised binaries. The default stack tracing mechanism only works in debug builds. While the new one works in both. Finally, the default stack tracing mechanism also has an important runtime overhead which our lightweight alternative removes. The removal of this overhead is particularly relevant for our CI runs: we can now build all the nim-beacon-chain tools and run all the tests in [less than half the time](https://github.com/status-im/nim-beacon-chain/pull/745#issuecomment-588360225). ## Monthly sprints We now have monthly sprints with milestones (decided in Brussels). Hopefully this will lead to more visibility on what we are working on. Our **main focus** for the remainder of this month is the **multi-client testnet MVP**. Here are our february milestones in readable format: ### Networking - Libp2p: - Stability - Validation - Peer lifetime - Discovery - Discv5 - DHT ### Eth 2 - Naive attestation - Block sync - Peer pool - Eth1 integration - Fork choice - v0.10.x / BLS ### Testing - Block, attestation and validator pools - Finalization tests in CI - Monitoring - Improve the debugging experience to easily pinpoint where issue came from. - Multinet scripts - Mainnet ### Extras - Technical debt - Debugging - Documentation - Communication See [here](https://github.com/status-im/nim-beacon-chain/milestone/3) and [here](https://github.com/status-im/nim-beacon-chain/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Feb+2020%22) for more. 🚀

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully