Releases: Izzzio/izzzio
Releases · Izzzio/izzzio
Release July 2020
v1.2.0 Update package.json
v1.1.510 - April
Improves:
- Networking plugins support: Now you can implement additional netwroking methods by plugin system.
- Removed 5-block rule: Starting 5-block rule removed for next versions. Now support only one genesis block - 0
- New Proof-of-Authority consensus: New PoA consensus supports creating and deleting additional keys by "Admin" keys. Initial admin key loads from config file
- StarWave broadcast id support: Create broadcast messages in StarWave protocol
v1.1.508r2 - March 2020 Backward Compatible Release
Ecma Contracts Backward Compatible Release.
v1.1.508 - February 2020 - Second release
Warning:
New release numeration policy: Current dist version numerated as v1.1.5 and 08 - is minor dist version.
Next release will be v.1.1.509
Improved:
- DApp application section on config file
- Added API method contractExists
- Added logger method fatalFall. Shows fatal message and makes process.exit(1)
- Improved peer lists syncing: automatically detects remote port
- DApp methods refactoring
- Added method contractExists for DApp
- Added method getAppConfig for DApp
- Contract owner change supports while deploying contract
- Updated isolated-vm version
Fixes:
- Fixed "Generators functions not found"
- NodeMetaInfo validators list
- Calling External methods from "contracts" getter
- DeployMethod stuck in exception situtatons
v1.1.507 - February 2020
Known as v1.1.7
Improves:
- More validators and plugins search path. Now you can put plugins in application folder or install it with npm locally
- Contract size (in bytes) limiting by config & master contract
- Contracts calls speed improve
Fixes:
- Synchronization fixes
- Initial sync fix
- Added genesis block checking on network start (saved chain validation)
- Fixed benchmark config
- Fixed Waterfall test
Other minor fixes and refactor
v1.1.506 - November 2019
Known as v1.1.6
- Sync module removed
- Support for Node.js 12
- Node.js API added
- REPL terminal added
- Removed custom sqlite depency
- Refactor
- Minor fixes
v1.1.2 - June 2019
Fixed critical bug: double VM starting in contract calls
v1.1.0 - May 2019
- Network password protection support
- Other majot and minor fixes
v1.0.96 - Latest Transaction Compatible Release
Latest Transaction Compatible Release.In subsequent releases, the system of embedded tokens as well as wallets registrations is removed in favor of the use of smart contracts..
v1.0.95 - Ready for commercial use
Fixed major bugs in ECMAContracts and synchronization