Skip to content

Files

Latest commit

138a460 · Feb 21, 2024

History

History
This branch is 173 commits behind harmony-one/harmony:main.

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 9, 2023
Jan 2, 2019
Jan 16, 2024
Mar 19, 2021
Jun 16, 2021
Feb 21, 2024
Nov 15, 2023
Nov 29, 2022
Jun 7, 2023
Jan 16, 2024
Dec 5, 2023
Nov 10, 2023
Feb 13, 2024
Nov 10, 2023
Dec 5, 2023
Oct 17, 2023
May 2, 2023

Node struct is the core entity that represents a network node participating in the Harmony protocol.

A node is the main message handler to all kinds of protocol messages such as consensus message, block sync, transactions etc. A node contains all the necessary references to other objects (e.g. blockchain object and consensus object) to handle the incoming messages.