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

FNS changes on top of 5.2.x #2098

Merged
merged 31 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b232282
[CT-964] Send deleveraging events in grpc stream (#1903)
dydxwill Jul 12, 2024
d113cb7
gRPC streaming clean up (#1906)
jayy04 Jul 13, 2024
41c4057
Post only order breaks out of matching loop + Add post only crosses m…
jonfung-dydx Aug 1, 2024
ec44fce
GPRC Streaming change default flag options, break upon connection ord…
jonfung-dydx Aug 2, 2024
987134d
Full Node Status taker order status protos (#2003)
jonfung-dydx Aug 2, 2024
f627b04
Fix proto formatting (#2020)
jonfung-dydx Aug 2, 2024
5bf5e3d
FNS protos - add taker order in stream update oneof (#2021)
jonfung-dydx Aug 5, 2024
566282b
add subaccount support for grpc stream (#1992)
dydxwill Aug 6, 2024
460454f
Fix orders issue for deleveraging events (#1958)
dydxwill Jul 24, 2024
73d39d3
Restructure FNS global cache to be list (#2036)
dydxwill Aug 7, 2024
a7d0270
Bump grpc stream flag default values (#2051)
dydxwill Aug 7, 2024
8b6c3d2
Bump grpc stream flag default values (#2051)
dydxwill Aug 7, 2024
a4bed83
[Full node streaming] emit taker order status at end of matching loop…
jonfung-dydx Aug 8, 2024
c23eb39
fix merge conflict and metric emissions (#2065)
jonfung-dydx Aug 8, 2024
3da874b
Full node streaming batch size reset to 2000, properly zero out cache…
jonfung-dydx Aug 9, 2024
3f76b54
FNS subaccount implementation (#2059)
dydxwill Aug 12, 2024
6b8e014
[CT-1050] DeliverTx state change reset for subaccount updates (#2063)
dydxwill Aug 12, 2024
5297fbd
Fix snapshot bool (#2078)
dydxwill Aug 12, 2024
0fa54f4
Full Node Streaming Recurring snapshots (#2079)
jonfung-dydx Aug 13, 2024
e06739d
Remove todo (#2087)
dydxwill Aug 14, 2024
66e7d98
Add websocket support to full node streaming (#1908)
jayy04 Aug 14, 2024
b960fe4
Full Node Streaming default port 9092 (#2092)
jonfung-dydx Aug 15, 2024
1ee13ed
[CT-1103] FNS subaccount WS support (#2088)
dydxwill Aug 15, 2024
06f1012
fix merge conflicts (#2115)
dydxwill Aug 23, 2024
2e62083
modify gh wf
dydxwill Aug 26, 2024
8a0261f
paginate liquidation daemon response (backport #2118) (#2119)
mergify[bot] Aug 21, 2024
06cba16
add telemetry and logs for liquidation daemon (backport #2122) (#2123)
mergify[bot] Aug 21, 2024
b839bb3
skip liquidation task loop if last committed block height is the same…
mergify[bot] Aug 21, 2024
08be416
revert gh wf
dydxwill Aug 26, 2024
086e07c
Full node streaming remove minimum for snapshot interval flag (#2138)
jonfung-dydx Aug 22, 2024
a2bf192
Support empty params for websocket endpoint (#2111)
dydxwill Aug 20, 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
Bump grpc stream flag default values (#2051)
dydxwill authored and jonfung-dydx committed Aug 15, 2024
commit 8b6c3d29aa5bc337f585b40391b91d0b2f150005
4 changes: 2 additions & 2 deletions protocol/app/flags/flags_test.go
Original file line number Diff line number Diff line change
@@ -162,8 +162,8 @@ func TestGetFlagValuesFromOptions(t *testing.T) {
expectedGrpcEnable: true,
expectedGrpcStreamingEnable: false,
expectedGrpcStreamingFlushMs: 50,
expectedGrpcStreamingBatchSize: 2000,
expectedGrpcStreamingMaxChannelBufferSize: 2000,
expectedGrpcStreamingBatchSize: 1000000,
expectedGrpcStreamingMaxChannelBufferSize: 1000000,
},
"Sets values from options": {
optsMap: map[string]any{