Releases: iExecBlockchainComputing/iexec-core
v6.1.6
- Fixed
Recovering
for theRetryable
updateReplicateStatus(..)
method.
v6.1.5
- Added checks before locally upgrading to the
INITIALIZED
status - Removed 2-blocks waiting time before supplying a new replicate
v6.1.4
v6.1.3
- Bump iexec-common dependency (iexec-common@5.5.1) featuring socket reuse when sending multiple requests to a blockchain node.
v6.1.2
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
v6.0.0
v5.1.1
What is patched?
- Updated management port and actuator endpoints
v5.1.0
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
What's new?
- #371 Dapp developers can browse worker computing logs over iexec-core API
- #374 Task result link is standardized and generic. It supports Ethereum, IPFS & Dropbox "storage" providers.
- #361 Result storage feature is moved to a dedicated component - https://github.com/iExecBlockchainComputing/iexec-result-proxy
- Full compatibility with new iExec Secret Managment Service - https://github.com/iExecBlockchainComputing/iexec-sms
- #370 Compatibility with latest PoCo 5.1.0 smart contracts