-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Access] Add implementation for transaction statuses data providers #6818
Open
AndriiDiachuk
wants to merge
96
commits into
onflow:master
Choose a base branch
from
The-K-R-O-K:AndriiDiachuk/6586-tx-statuses-data-providers-impl
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 82 commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
38e7151
Implemented pending transaction trigger
Guitarheroua 2ac2742
fixed tests
Guitarheroua 8eee89a
Added documentation
Guitarheroua 6766a38
revert unnecessary changes
Guitarheroua fed835a
Added skeleton for events data provider
AndriiDiachuk ea73371
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk 9c10d24
Added initializing of events filter, added missing data to factory
AndriiDiachuk 9547b5d
Fixed factory test
AndriiDiachuk b7f5ca7
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk 0f34ae1
Added test skeleton for testing invalid arguments
AndriiDiachuk 411f9e5
Added test for messageIndex check
AndriiDiachuk 9a402de
Merged
AndriiDiachuk 636740a
Added check for a valid event types in parse function
AndriiDiachuk f70c8e1
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk 588688e
Changed type of arguments for consistency
AndriiDiachuk b537a5f
Added test case for event provider in factory_test
AndriiDiachuk 4f63403
Added implementations for account provider functions
AndriiDiachuk 867fcf7
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk dca9a25
Fixed remarks
AndriiDiachuk 867fc98
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk 9624894
Added test for invalid arguments and for message index
AndriiDiachuk 6456d40
Merge branch 'master' into AndriiSlisarchuk/6573-pending-should-retur…
Guitarheroua 309b148
Added check for starting index value
AndriiDiachuk 756c21d
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk 47a4c19
Added check for msgIndex
AndriiDiachuk 8f1f99c
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk 0abe203
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk 8ffe023
changed handleResponse to generic
AndriiDiachuk 1384405
Added happy path for testing all subscribe methods
AndriiDiachuk 57a7c0f
Linted
AndriiDiachuk 3e48960
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
peterargue 378afa8
Merge branch 'master' into AndriiSlisarchuk/6573-pending-should-retur…
Guitarheroua e076072
Changed order of params
AndriiDiachuk 89bc4c2
Fixed issues with params order
AndriiDiachuk 1cc0a74
Merge branch 'master' of github.com:The-K-R-O-K/flow-go into AndriiDi…
AndriiDiachuk a1d7aa7
Refactored parse function
AndriiDiachuk 8d9e090
Using json arrays instead of comma separeted lists
AndriiDiachuk 416ff58
Added heartbeat handling in handleResponse, updated type of expected …
AndriiDiachuk 2239802
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk 0e85d16
Merged
AndriiDiachuk 179a664
Fixed small remarks
AndriiDiachuk e0aa808
Made parse function private
AndriiDiachuk 19bf3c9
Changed Arguments type and refactored code
AndriiDiachuk 8d0543d
Removed comment
AndriiDiachuk d6fc9df
Fixed parse function for event privoder
AndriiDiachuk 1bb4112
Linted
AndriiDiachuk 2e90387
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk 30e27df
Merge branch 'master' of github.com:The-K-R-O-K/flow-go into AndriiDi…
AndriiDiachuk bb04f4a
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk df387ec
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk f81c794
Changed parse args function, added hearbeat for hadnling
AndriiDiachuk 50fd289
Fixed error msg
AndriiDiachuk 8ced75a
Implemented subsscribe tx statuses. Make refactoring.
Guitarheroua ff1a95f
linted
Guitarheroua c817414
Merge branch 'master' into AndriiSlisarchuk/6573-pending-should-retur…
Guitarheroua 37836f9
Added happy path cases, fixed remarks from event provider PR
AndriiDiachuk 815419b
Clean up code. Added comments
Guitarheroua 88e0333
Merge branch 'AndriiDiachuk/6587-accounts-data-provider' of github.co…
AndriiDiachuk 8432297
Fixed account statuses test
AndriiDiachuk 3ba47e8
Refacored events provider tests to use generic testHappyPath function
AndriiDiachuk 85e4464
Refactored account statuses test
AndriiDiachuk 03e5e42
Decreased expected events count
AndriiDiachuk 32d4850
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk a9e7bc3
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk 2bbd399
Added skeleton for tx account data provider
AndriiDiachuk de5f077
Added description for missing func params
AndriiDiachuk 683f026
Implemented tx statuses provider
AndriiDiachuk 3b19cd0
Separate subscribe tx statuses to 3 function
Guitarheroua 699b243
Added invalid params test
AndriiDiachuk 71c7f6c
Merge branch 'AndriiSlisarchuk/6573-pending-should-return-immediately…
AndriiDiachuk e83930e
Refactored parse functions
AndriiDiachuk 5c9f16c
Refactored args filter init
AndriiDiachuk c002841
Created separate file for generic testHappyPath method and for testTy…
AndriiDiachuk 90d86fd
Merge branch 'master' of github.com:The-K-R-O-K/flow-go into AndriiDi…
AndriiDiachuk 39f7a48
Merged
AndriiDiachuk 9ed9207
Changed parse args function, added invalid args testcases
AndriiDiachuk d660c7f
Linted
AndriiDiachuk 3126cd9
Changed api in test to mock api
AndriiDiachuk 2f0142d
Removed commented code
AndriiDiachuk 213a5ed
Merge branch 'onflow:master' into AndriiDiachuk/6586-tx-statuses-data…
UlyanaAndrukhiv e028162
Merge branch 'AndriiDiachuk/6586-tx-statuses-data-providers-impl' of …
AndriiDiachuk 2ec3817
Linted
AndriiDiachuk a7a6f76
Fixed type in the log msg
AndriiDiachuk cb81354
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk e34d787
Added new topic for send and subcribe tx statuses
AndriiDiachuk 13c4102
Renamed util filke for tests
AndriiDiachuk 1360891
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk 7b8ee77
Initializing msg index by 0
AndriiDiachuk dd23b79
Changed type of msgIndex in model to uint64:
AndriiDiachuk bf28e2f
Refactored parse arguments function
AndriiDiachuk f419a5c
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk 907c708
Fixed msg index start from 0
AndriiDiachuk 101ff68
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk 3492dc1
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk 08f4b29
Refactored tx statuses parse function
AndriiDiachuk 80c97a6
Added test for tx statuses data provider for msgIndex increment
AndriiDiachuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
...ne/access/rest/http/request/event_type.go → ...e/access/rest/common/parser/event_type.go
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package request | ||
package parser | ||
|
||
import ( | ||
"fmt" | ||
|
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.