forks

package
v0.3.2-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

README

SSV - Network Forks

This document contains information regards network forks SSV.Network.

Overview

Forks

Future network forks will follow the general forks mechanism and design in SSV.
The idea is to wrap procedures that have potential to be changed in future versions.

Currently, the following are covered:

  • validator topic mapping
  • message encoding/decoding
  • user agent
Fork v0

validator topic mapping

Validator public key is used as the topic name:

bloxstaking.ssv.<hex(validator-public-key)>

message encoding

JSON is used for encoding/decoding of messages.

user agent

User Agent contains the node version and type, and in addition the operator id.

SSV-Node:v0.x.x:<node-type>:<?operator-id>

Fork v1

validator topic mapping

Validator public key hash is used to determine the validator's subnet which is the topic name:

bloxstaking.ssv.<hash(validatiorPubKey) % num_of_subnets>

message encoding

SSZ will be used to encode/decode network messages. It is efficient with traversing on fields, and is the standard encoding in ETH 2.0.

user agent

User Agent in v1 will be reduced in the favor of the handshake process.

A short and simple user agent is kept for acheiving libp2p interoperability.

SSV-Node/v0.x.x

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fork

type Fork interface {
	// contains filtered or unexported methods
}

Fork is an interface for network specific fork implementations

type MsgIDFunc added in v0.2.0

type MsgIDFunc func(msg []byte) string

MsgIDFunc is the function that maps a message to a msg_id

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL