vechain / vechain-sdk-js

The official JavaScript SDK for VeChain.
19 stars 6 forks source link

BREAKING CHANGES: Refactor Event Filtering and Grouping Mechanism #961

Closed Valazan closed 4 weeks ago

Valazan commented 1 month ago

This PR organizes the results of contract event filtering into maps and arrays of EventLogs. The elements are grouped by topic hash, enabling users to work with specific sets of results efficiently.

github-actions[bot] commented 1 month ago

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (3407/3407) 100% (794/794) 100% (704/704)
Title Tests Skipped Failures Errors Time
core 494 0 :zzz: 0 :x: 0 :fire: 1m 5s :stopwatch:
network 658 0 :zzz: 0 :x: 0 :fire: 3m 57s :stopwatch:
errors 48 0 :zzz: 0 :x: 0 :fire: 11.53s :stopwatch: