
Novo 0.1.1 source code released
Novo 0.1.1 source code is now released (being hidden temporarily).
The source code of Novo is released regularly for public audits. It complies with the Semantic Versioning (semver.org).
- For bug fixes and minor improvements, please submit Pull Requests directly.
- For significant enhancements, please write a draft so that we can discuss them more deeply.
Release Notes
Novo 0.1.0
Feature changes:
- The mining algorithm is changed to Tagged SHA256 (with ‘PoW’ tagged).
- The difficulty adjustment algorithm is changed to ASERT.
- The block interval is set to 150 seconds.
- The decimal is four digits.
- The initial block reward is 2,000,000 NBC.
- The max total supply is 840,000,000,000 NBC.
- The hashing of TXID is now based on Rich Transaction Body.
- The block size limit is 8MB initially.
- The maximum transaction size is 1MB initially.
- The script size is limited to 10KB (in policy which is customizable)
- The default fee is 8 sat/byte for ordinary transactions.
Implementation changes:
- Use different Magic Numbers for network messages and data persistence.
- The minimum transaction size (
MIN_TX_SIZE_CONSENSUS
) is set to 65 bytes. MAX_FUTURE_BLOCK_TIME
is set to 150 seconds.
Novo 0.1.1
- The maximum transaction size (
MAX_TX_SIZE_CONSENSUS
) is set to 8MB (same as block size limit). - The maximum script size (
MAX_SCRIPT_SIZE
) is set to 8MB (same as block size limit).
Please check out the doc/release-notes directory for details.
Novo Repository
Please check out the repository address for details:
renovoner