Skip to content

v1.5.0

Choose a tag to compare

@Tschuck Tschuck released this 11 Jan 15:18
· 247 commits to master since this release

Features

  • allow listening for events on other contract addresses when using executeContractTransaction
  • add dbcp schema version 2 with the following updates
    • add /identities propety
    • add /license property
  • default dbcpVersion is now 1. so old descriptions without version will be checked as version 1, descriptions without versions will be set as version 1

Fixes

  • throw error when using events on executor without an registered eventhub
  • add checks to prevent calls and transactions against null and zero address contracts

Deprecations

  • (future deprication) invalid descriptions now log a warning and invalid description will throw in the near future