Skip to content

v8.3.0

Choose a tag to compare

@jbern0rd jbern0rd released this 10 Jan 17:02
· 63 commits to main since this release
ff6ce5c

New Features

  • Send up to 2 blockchain transactions per block.
    With a big enough latency, the nonce is properly computed in web3j library against the pending block. (#111)
  • Add BlockchainAdapterService class to implement interactions with REST API. (#117 #118 #119 126)
  • Expose version through prometheus endpoint and through VersionController. (#122 #123)

Bug Fixes

  • Remove contribute and reveal endpoints. (#110)
  • Fix web security depreciation warning. (#112)

Quality

  • Add and use a non-root user in the dockerfile. (#113)
  • Reindent build.gradle file. (#114)
  • Standardisation of the dockerfile and its location in regard to other java components. (#115)
  • Rename Status to CommandStatus in library. (#117)
  • Remove com.iexec.blockchain.command.task.contribute package. (#124)
  • Remove com.iexec.blockchain.command.task.reveal package. (#125)

Dependency Upgrades

  • Upgrade to eclipse-temurin:11.0.21_9-jre-focal. (#121)
  • Upgrade to Spring Boot 2.7.17. (#120)
  • Upgrade to Spring Dependency Management Plugin 1.1.4. (#120)
  • Upgrade to Spring Doc OpenAPI 1.7.0. (#122)
  • Upgrade to jenkins-library 2.7.4. (#116)
  • Upgrade to iexec-commons-poco 3.2.0. (#127)
  • Upgrade to iexec-common 8.3.1. (#127)