This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Querying events endpoint with topic, senderAddress and transactionID does not work #1878
Merged
sameersubudhi
merged 8 commits into
release/0.7.0
from
1873-querying-events-endpoint-with-topic-senderAddress-and-transactionID-does-not-work
Oct 20, 2023
Merged
Querying events endpoint with topic, senderAddress and transactionID does not work #1878
sameersubudhi
merged 8 commits into
release/0.7.0
from
1873-querying-events-endpoint-with-topic-senderAddress-and-transactionID-does-not-work
Oct 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-topic-senderAddress-and-transactionID-does-not-work'
vardan10
force-pushed
the
1873-querying-events-endpoint-with-topic-senderAddress-and-transactionID-does-not-work
branch
from
October 18, 2023 12:05
c290db8
to
e72288d
Compare
Codecov Report
@@ Coverage Diff @@
## release/0.7.0 #1878 +/- ##
=================================================
+ Coverage 66.76% 66.82% +0.05%
=================================================
Files 298 298
Lines 5118 5112 -6
Branches 925 922 -3
=================================================
- Hits 3417 3416 -1
+ Misses 1701 1696 -5
|
services/blockchain-indexer/shared/dataService/business/events.js
Outdated
Show resolved
Hide resolved
services/blockchain-indexer/shared/dataService/business/events.js
Outdated
Show resolved
Hide resolved
services/blockchain-indexer/shared/dataService/business/events.js
Outdated
Show resolved
Hide resolved
services/blockchain-indexer/shared/dataService/business/events.js
Outdated
Show resolved
Hide resolved
vardan10
force-pushed
the
1873-querying-events-endpoint-with-topic-senderAddress-and-transactionID-does-not-work
branch
from
October 18, 2023 15:27
c5f6f14
to
93f5d79
Compare
sameersubudhi
suggested changes
Oct 19, 2023
priojeetpriyom
approved these changes
Oct 19, 2023
sameersubudhi
approved these changes
Oct 20, 2023
sameersubudhi
deleted the
1873-querying-events-endpoint-with-topic-senderAddress-and-transactionID-does-not-work
branch
October 20, 2023 08:19
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What was the problem?
This PR resolves #1873
How was it solved?
How was it tested?
Local