You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for plural form of event-filter like for "output" , in case of failure add "outputs"
Add support for event filters containing operator despite having multiple properties
eg: address have multiple properties and previously only its properties were used for filter. Now it is also added as filter along with all filter containing operators.
Add support for filters having no properties. (fee doesn't have properties so previously it was ignored)
Test for different filters and note down the drawbacks in transactionSchema
The text was updated successfully, but these errors were encountered:
address
have multiple properties and previously only its properties were used for filter. Now it is also added as filter along with all filter containing operators.fee
doesn't have properties so previously it was ignored)transactionSchema
The text was updated successfully, but these errors were encountered: