Skip to content

v1.5.2 RC1

Reinis Prikulis requested to merge Integration into master

Host module modifications:

  • Do not scan the entire blockchain for eventual contracts on first run (less first run start time)
  • Use single address for all transactions originating from host module
  • Check contract list periodically and remove corrupt, stale or expired but not resolved contracts and release the storage allocated to them

General:

  • reject pre-hardfork nodes (minimum acceptable peer version is 1.5.1) in gateway
  • revive automated update process

Merge request reports