v0.2.0
🕟 When does the fork happen?
- [ Epoch ] 102,594
- [ Date ] 22.06.22 13:20 UTC
⚙️ Pre Requirements
- The default ports (TCP & UDP) changed to 13001 & 12001 (accordingly).
Please make sure your machine ports are aligned with the ports within your config.yaml. If not -
Please find our document regarding config.yaml
*config.yaml allow you to change to any ports that fits you and align the machine ports accordingly.
Summary
This version includes many code changes and improvements.
This version supports backward compatibility with current and older versions. post fork will NOT support older versions (v0.1.12 and below).
POST-FORK (once fork passes)
- Saving a non committee decided messages.
- Network Subnet Topics
- Network New Protocol
Added
-
Light/Full node flag -
Now you can run your operator node as light node. saving only the height decided without the history. this will allow reduced resources usage and better performance.
❕ light node will be a default post fork and recommended ❕
Full Node - will keep storing decided history. -
Fork Preparation
-
Protocol Layer
Changed
- New Network Infrastructure
- New Network messages processor
Improved
- Lower Go-routines Count
- Reduced CPU & Memory Usage