Skip to content

Releases: Izzzio/izzzio

Release July 2020

26 Jun 08:02
32350bc
Compare
Choose a tag to compare
v1.2.0

Update package.json

v1.1.510 - April

27 Apr 10:48
32350bc
Compare
Choose a tag to compare

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

05 Mar 10:41
6f7314d
Compare
Choose a tag to compare

Ecma Contracts Backward Compatible Release.

v1.1.508 - February 2020 - Second release

19 Feb 09:57
fb3933d
Compare
Choose a tag to compare

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

05 Feb 12:24
Compare
Choose a tag to compare

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

28 Nov 15:54
338b7ac
Compare
Choose a tag to compare

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

05 Jul 14:52
Compare
Choose a tag to compare

Fixed critical bug: double VM starting in contract calls

v1.1.0 - May 2019

08 Jun 23:33
4f4f3e7
Compare
Choose a tag to compare
  • Network password protection support
  • Other majot and minor fixes

v1.0.96 - Latest Transaction Compatible Release

11 Apr 19:16
Compare
Choose a tag to compare

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

05 Apr 19:20
Compare
Choose a tag to compare

Fixed major bugs in ECMAContracts and synchronization