Skip to content

Releases: AvaProtocol/EigenLayer-AVS

Release v1.9.6

14 Jul 16:40
Compare
Choose a tag to compare

What's Changed

  • Updated the output data of loop and fixed broken tests (#352)
  • Fixed when decimals call returns error, valueRaw is null problem (#351)
  • Created a no-op implementation of the sdklogging.Logger interface that safely handles all logger method calls without panicking
  • Updated core/taskengine/vm.go
  • Removed fallback logic of matching output data of previous nodes
  • Removed BlockTimestamps from enriched data of Transfer event (#348)
  • Updated EventTrigger to preserve type of contract ABI (#347)
  • Updated task_id to id in Cancel and Delete Task (#346)
  • Replaced simple boolean return of Cancel and Delete operations (#345)
  • Used int64 for blockTimestamp in core/testutil/utils.go

Full Changelog: v1.9.5...v1.9.6

v1.9.5

25 Jun 08:25
Compare
Choose a tag to compare

1.9.5 (2025-06-25)

Bug Fixes

  • prevent invalid block trigger configurations from being accepted (#339) (4261042)

Documentation

  • move RELEASE.md to docs and rename docs files to Pascal case (#342) (b4ebe73)

What's Changed

  • fix: added conditions to EventTrigger; renovated ContractRead and ContractWrite by @chrisli30 in #344

Full Changelog: v1.9.4...v1.9.5

v1.9.4

18 Jun 08:11
Compare
Choose a tag to compare
v1.9.4 Pre-release
Pre-release

1.9.4 (2025-06-18)

Bug Fixes

  • solved operator not get re-assignment after re-connect issue (b819e7b)

Code Refactoring

  • extract user address to local variable in CreateTask logging (035a839)

v1.9.3

18 Jun 00:27
Compare
Choose a tag to compare
v1.9.3 Pre-release
Pre-release

1.9.3 (2025-06-18)

Bug Fixes

  • udpate operator.go to solve contract not found startup issue (1de6d98)
  • resolve input data shows as undefined in simulateTask problem (490b568)

v1.9.2

11 Jun 09:59
Compare
Choose a tag to compare
v1.9.2 Pre-release
Pre-release

1.9.2 (2025-06-11)

Bug Fixes

  • tested and fixed empty data returned from customCode, restApi, and eventTrigger (164c866)

v1.9.1

10 Jun 09:46
Compare
Choose a tag to compare
v1.9.1 Pre-release
Pre-release

1.9.1 (2025-06-10)

Bug Fixes

  • fixed filter node output data inconsistency issue (#324) (0ba3bdf)

v1.9.0

09 Jun 06:46
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release

1.9.0 (2025-06-09)

Feature

  • add SimulateTask function and updated protobuf (#305) (2fca4ba)

Bug Fixes

  • runTrigger with transfer and use oneOf for transfer_log and evm_log (#310) (428cebc)
  • Token metadata API whitelist loading and source tracking - Fix engine initialization to properly load token whitelist at startup - Add source field to TokenMetadata struct to track data origin - Update GetTokenMetadata to return nil for not-found tokens without RPC - Fix gRPC handler to use metadata.Source instead of guessing - Improve error handling for invalid addresses - Add comprehensive unit tests for TokenEnrichmentService - Add integration tests for engine GetTokenMetadata endpoint (f44acf6)
  • add enhanced logging to RPC endpoint validation for better debugging (2d47177)
  • use JSON-RPC POST request for RPC endpoint validation instead of GET (484f70d)

v1.8.3

28 May 04:09
Compare
Choose a tag to compare
v1.8.3 Pre-release
Pre-release

1.8.3 (2025-05-28)

Bug Fixes

  • improve RPC endpoint validation and add comprehensive operator diagnostics (a3230c2)
  • added chain specific eth_rpc and eigenlayer contract address check (1421dff)

v1.8.2

28 May 02:08
Compare
Choose a tag to compare
v1.8.2 Pre-release
Pre-release

What's Changed

  • Fixed ETHtransfer task trigger and re-organized list tasks by @chrisli30 in #297
  • feat!: implement API message renaming and flexible field control by @chrisli30 in #298
  • fix: implement API message renaming and flexible field control by @chrisli30 in #299

Full Changelog: v1.8.1...v1.8.2

v1.8.1

27 May 04:20
Compare
Choose a tag to compare
v1.8.1 Pre-release
Pre-release

1.8.1 (2025-05-27)

Bug Fixes

  • Implement cursor-based pagination for ListExecutions (#291) (35e7649)