Skip to content

Releases: iExecBlockchainComputing/iexec-core

v6.1.6

21 Oct 08:28
7982717
Compare
Choose a tag to compare
  • Fixed Recovering for the Retryable updateReplicateStatus(..) method.

v6.1.5

21 Oct 08:08
1562e09
Compare
Choose a tag to compare
  • Added checks before locally upgrading to the INITIALIZED status
  • Removed 2-blocks waiting time before supplying a new replicate

v6.1.4

14 Oct 14:50
d32a577
Compare
Choose a tag to compare
  • Fixed OptimisticLockingFailureException happening when 2 detectors detect the same change at the same time, leading to race updates on a same task

v6.1.3

05 Oct 12:15
43bc204
Compare
Choose a tag to compare
  • Bump iexec-common dependency (iexec-common@5.5.1) featuring socket reuse when sending multiple requests to a blockchain node.

v6.1.2

01 Oct 09:51
b60715f
Compare
Choose a tag to compare

Bugfix for #425 - Replay fromBlockNumber now lives in a dedicated configuration:

  • A configuration document did store two different states. Updates on different states at the same time might lead to race conditions when saving to database. Now each state has its own document to avoid race conditions when saving.

v6.0.1

28 Sep 13:16
a9e6fd6
Compare
Choose a tag to compare
  • Fix #423 : TaskRepositoy.findByChainDealIdAndTaskIndex() returns non-unique result

v6.0.0

29 Jul 14:34
9e4b9d0
Compare
Choose a tag to compare

What's new?

  • #411 Added Prometheus actuators
  • #413 Moved TEE workflow configuration to dedicated service

v5.1.1

12 Apr 13:43
Compare
Choose a tag to compare

What is patched?

  • Updated management port and actuator endpoints

v5.1.0

26 Mar 15:03
Compare
Choose a tag to compare

What's new?

Fix WebSockets problem

#388 Enhance different task stages detection. When detecting unnotified contribute/reveal
we use the initialization block instead of the current block to lookup for the contribute/reveal metadata.
#386 Use a dedicated TaskScheduler for STOMP WebSocket heartbeats.
#386 Use a dedicated TaskScheduler for @Scheduled tasks.
#386 Use a dedicated TaskExecutor for @Async tasks.
#386 TaskService is now the entry point to update tasks.
#385 feature/task-replay

Also:

#396 Use the deal block as a landmark for a task.
#395 Keep the computing task list consistent.
#394 Worker should be instructed to contribute whenever it is possible (e.g. app/data download failure).
#393 Enhance worker lost detection.
#392 Enhance final deadline detection for tasks.

v5.0.0

22 Jul 15:20
18fc3e8
Compare
Choose a tag to compare

What's new?