neo-go/ROADMAP.md

27 lines
858 B
Markdown
Raw Normal View History

2019-01-25 12:41:43 -05:00
# Roadmap for neo-go
2019-09-18 12:06:10 +03:00
This defines approximate plan of neo-go releases and key features planned for
them. Things can change if there is a need to push a bugfix or some critical
functionality.
2019-09-18 12:06:10 +03:00
## Versions 0.7X.Y (as needed)
* Neo 2.0 support (bug fixes, minor functionality additions)
## Version 0.109.0 (~April 2025)
* protocol updates
* bug fixes
* NeoFS-based synchronization
## Version 1.0 (2024, TBD)
* stable version
# Deprecated functionality
As the node and the protocol evolve some external APIs can change. Usually we
try keeping backwards compatibility for some time (like half a year) unless
it's impossible to do for some reason. But eventually old
APIs/commands/configurations will be removed and here is a list of scheduled
breaking changes. Consider changing your code/scripts/configurations if you're
using anything mentioned here.