Skip to content

Host module modifications

Reinis Prikulis requested to merge modify_host_contracting into Integration

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
Edited by Reinis Prikulis

Merge request reports