Skip to content

v3.0.0

Compare
Choose a tag to compare
@jbern0rd jbern0rd released this 05 Jun 14:41
· 131 commits to main since this release
3eb0f6e

⚠️ Do not use this release, a critical regression breaks task executions

New Features

  • Call IexecHubContract#viewDeal instead of legacy ABI in IexecHubAbstractService#getChainDeal. (#24)
  • Representations of on-chain and off-chain objects are now immutable. (#24 #25 #26 #30 #34)

Bug Fixes

  • Do not cast retryDelay to int in IexecHubAbstractService and Retryer. (#32)
  • Move blockTime from IexecHubAbstractService to Web3jAbstractService. (#33)
  • Set some logs to debug level in EIP712Entity. (#33)

Quality

  • Move methods to get event blocks to iexec-core. (#28)
  • Add IexecHubTestService and Web3jTestService classes for tests. (#29)
  • Load IexecHubContract instance only once in IexecHubAbstractService. (#31)