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

Feature Branch - Full Node Streaming into protocol/v6.x #2273

Merged
merged 33 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bd349d9
Post only order breaks out of matching loop + Add post only crosses m…
jonfung-dydx Aug 1, 2024
b01af24
Full Node Status taker order status protos (#2003)
jonfung-dydx Aug 2, 2024
63951ce
Fix proto formatting (#2020)
jonfung-dydx Aug 2, 2024
c20ef99
FNS protos - add taker order in stream update oneof (#2021)
jonfung-dydx Aug 5, 2024
df696c9
add subaccount support for grpc stream (#1992)
dydxwill Aug 6, 2024
3b06a02
Restructure FNS global cache to be list (#2036)
dydxwill Aug 7, 2024
3ec47bc
Bump grpc stream flag default values (#2051)
dydxwill Aug 7, 2024
acecca3
[Full node streaming] emit taker order status at end of matching loop…
jonfung-dydx Aug 8, 2024
84746ef
fix merge conflict and metric emissions (#2065)
jonfung-dydx Aug 8, 2024
c643a29
Full node streaming batch size reset to 2000, properly zero out cache…
jonfung-dydx Aug 9, 2024
0805c93
FNS subaccount implementation (#2059)
dydxwill Aug 12, 2024
b95a24d
[CT-1050] DeliverTx state change reset for subaccount updates (#2063)
dydxwill Aug 12, 2024
87f94f8
Fix snapshot bool (#2078)
dydxwill Aug 12, 2024
7cfd0f3
Full Node Streaming Recurring snapshots (#2079)
jonfung-dydx Aug 13, 2024
297982b
Remove todo (#2087)
dydxwill Aug 14, 2024
4ca53f9
Add websocket support to full node streaming (#1908)
jayy04 Aug 14, 2024
b620982
Full Node Streaming default port 9092 (#2092)
jonfung-dydx Aug 15, 2024
c7b6d09
[CT-1103] FNS subaccount WS support (#2088)
dydxwill Aug 15, 2024
73fb9f6
Support empty params for websocket endpoint (#2111)
dydxwill Aug 20, 2024
a918df9
Full node streaming remove minimum for snapshot interval flag (#2138)
jonfung-dydx Aug 22, 2024
8ed863f
[CT-968] Fix snapshot validation by including subaccounts from propos…
dydxwill Aug 23, 2024
6a80188
[CT-1178] Only emit finalized subaccount update (#2181)
teddyding Sep 9, 2024
9558320
Full Node Streaming - reorder protobuf single length fields before va…
jonfung-dydx Sep 9, 2024
26c4554
[OTE-456] FNS x OE: stage `FinalizeBlock` events and emit in `Precomm…
teddyding Sep 16, 2024
78aac64
[CT-1190] Emit `FinalizeBlock` updates in single batch. (#2260)
teddyding Sep 16, 2024
4ecc133
[OTE-823] Fix FNS onchain events staging + retrieval logic (#2318)
teddyding Sep 26, 2024
b44e09d
Add OE Abort rate test flag (#2366)
teddyding Sep 26, 2024
202fbb1
Remove warning on OE as experimental feature
teddyding Sep 26, 2024
e64fdc4
Internalize logic to stage FinalizeBlock events (#2399)
teddyding Sep 30, 2024
b357592
Move FinalizeBlock event staging logic into a generic EventStager (#2…
teddyding Oct 2, 2024
ca6870d
FNS polish - metrics, max msg size, default flag values (#2517)
jonfung-dydx Oct 18, 2024
dd4629a
reusing subscription ids (#2518)
jonfung-dydx Oct 18, 2024
3d4c575
FNS - bounds check raw subscription payload int vals (#2523)
jonfung-dydx Oct 21, 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
2 changes: 1 addition & 1 deletion .github/workflows/protocol-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ jobs:
--platform amd64 \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$commit_hash \
-f testing/testnet-staging/Dockerfile .
docker push $ECR_REGISTRY/$ECR_REPOSITORY --all-tags
docker push $ECR_REGISTRY/$ECR_REPOSITORY --all-tags
Loading
Loading