Skip to content
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] Make WebSocket responses from data providers consistent with Access REST API responses #6802

Draft
wants to merge 72 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
fed835a
Added skeleton for events data provider
AndriiDiachuk Nov 22, 2024
ea73371
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk Nov 22, 2024
9c10d24
Added initializing of events filter, added missing data to factory
AndriiDiachuk Nov 22, 2024
9547b5d
Fixed factory test
AndriiDiachuk Nov 22, 2024
b7f5ca7
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk Nov 25, 2024
0f34ae1
Added test skeleton for testing invalid arguments
AndriiDiachuk Nov 25, 2024
411f9e5
Added test for messageIndex check
AndriiDiachuk Nov 26, 2024
9a402de
Merged
AndriiDiachuk Nov 27, 2024
636740a
Added check for a valid event types in parse function
AndriiDiachuk Nov 28, 2024
f70c8e1
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk Nov 28, 2024
588688e
Changed type of arguments for consistency
AndriiDiachuk Nov 28, 2024
b537a5f
Added test case for event provider in factory_test
AndriiDiachuk Nov 28, 2024
4f63403
Added implementations for account provider functions
AndriiDiachuk Nov 29, 2024
867fcf7
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk Nov 29, 2024
dca9a25
Fixed remarks
AndriiDiachuk Nov 29, 2024
867fc98
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk Nov 29, 2024
9624894
Added test for invalid arguments and for message index
AndriiDiachuk Nov 29, 2024
309b148
Added check for starting index value
AndriiDiachuk Dec 2, 2024
756c21d
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk Dec 2, 2024
47a4c19
Added check for msgIndex
AndriiDiachuk Dec 2, 2024
8f1f99c
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk Dec 2, 2024
0abe203
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
AndriiDiachuk Dec 2, 2024
8ffe023
changed handleResponse to generic
AndriiDiachuk Dec 2, 2024
1384405
Added happy path for testing all subscribe methods
AndriiDiachuk Dec 3, 2024
57a7c0f
Linted
AndriiDiachuk Dec 3, 2024
3e48960
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
peterargue Dec 3, 2024
e076072
Changed order of params
AndriiDiachuk Dec 4, 2024
89bc4c2
Fixed issues with params order
AndriiDiachuk Dec 4, 2024
1cc0a74
Merge branch 'master' of github.com:The-K-R-O-K/flow-go into AndriiDi…
AndriiDiachuk Dec 4, 2024
a1d7aa7
Refactored parse function
AndriiDiachuk Dec 4, 2024
8d9e090
Using json arrays instead of comma separeted lists
AndriiDiachuk Dec 4, 2024
416ff58
Added heartbeat handling in handleResponse, updated type of expected …
AndriiDiachuk Dec 4, 2024
2239802
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk Dec 4, 2024
0e85d16
Merged
AndriiDiachuk Dec 5, 2024
179a664
Fixed small remarks
AndriiDiachuk Dec 5, 2024
e0aa808
Made parse function private
AndriiDiachuk Dec 5, 2024
19bf3c9
Changed Arguments type and refactored code
AndriiDiachuk Dec 5, 2024
8d0543d
Removed comment
AndriiDiachuk Dec 5, 2024
d6fc9df
Fixed parse function for event privoder
AndriiDiachuk Dec 6, 2024
1bb4112
Linted
AndriiDiachuk Dec 9, 2024
2e90387
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk Dec 9, 2024
30e27df
Merge branch 'master' of github.com:The-K-R-O-K/flow-go into AndriiDi…
AndriiDiachuk Dec 9, 2024
bb04f4a
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk Dec 9, 2024
df387ec
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
AndriiDiachuk Dec 9, 2024
f81c794
Changed parse args function, added hearbeat for hadnling
AndriiDiachuk Dec 9, 2024
50fd289
Fixed error msg
AndriiDiachuk Dec 9, 2024
37836f9
Added happy path cases, fixed remarks from event provider PR
AndriiDiachuk Dec 9, 2024
3565546
Moved common used models to common rest models package, refactored re…
UlyanaAndrukhiv Dec 9, 2024
8716c92
Updated websocket response types for block headers and block digests,…
UlyanaAndrukhiv Dec 10, 2024
2785b93
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
UlyanaAndrukhiv Dec 10, 2024
e027b13
Updated blocks responses, added tests, merged with AndriiDiachuk/6588…
UlyanaAndrukhiv Dec 10, 2024
88e0333
Merge branch 'AndriiDiachuk/6587-accounts-data-provider' of github.co…
AndriiDiachuk Dec 10, 2024
9d94c22
Updated websocket response for events
UlyanaAndrukhiv Dec 11, 2024
3f83d86
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
UlyanaAndrukhiv Dec 11, 2024
8432297
Fixed account statuses test
AndriiDiachuk Dec 11, 2024
ada49d9
Updated websocket account statuses responses, updated tests
UlyanaAndrukhiv Dec 11, 2024
9795328
Merge branch 'AndriiDiachuk/6588-events-data-provider' of github.com:…
UlyanaAndrukhiv Dec 11, 2024
ad054f2
Merged with AndriiDiachuk/6588-events-data-provider
UlyanaAndrukhiv Dec 11, 2024
d3035cb
Added missed godoc
UlyanaAndrukhiv Dec 11, 2024
3ba47e8
Refacored events provider tests to use generic testHappyPath function
AndriiDiachuk Dec 11, 2024
85e4464
Refactored account statuses test
AndriiDiachuk Dec 11, 2024
03e5e42
Decreased expected events count
AndriiDiachuk Dec 11, 2024
32d4850
Merge branch 'master' into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk Dec 11, 2024
3d13ca2
Merged event response tests with AndriiDiachuk/6588-events-data-provider
UlyanaAndrukhiv Dec 11, 2024
de5f077
Added description for missing func params
AndriiDiachuk Dec 11, 2024
ec025d6
Merged account statuses response tests with AndriiDiachuk/6588-events…
UlyanaAndrukhiv Dec 11, 2024
1033526
Fixed test, merged with AndriiDiachuk/6588-events-data-provider
UlyanaAndrukhiv Dec 11, 2024
396d87b
Linted, added more godoc
UlyanaAndrukhiv Dec 12, 2024
e1905d7
Added godoc for block digest rest model
UlyanaAndrukhiv Dec 12, 2024
8f184ca
Added helper Build for event response
UlyanaAndrukhiv Dec 12, 2024
5c4f672
Added account statuses response build helper
UlyanaAndrukhiv Dec 12, 2024
3f2906f
Updated unit tests to more readable
UlyanaAndrukhiv Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'UlyanaAndrukhiv/6585-block-data-provider' of github.com…
…:The-K-R-O-K/flow-go into AndriiDiachuk/6588-events-data-provider
AndriiDiachuk committed Nov 28, 2024
commit f70c8e1c132451b9d9d1fe11cd3fa0636ab86dba

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.