Skip to content

Commit

Permalink
fix license and readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-dydx authored Jun 5, 2024
1 parent a99a73b commit 7223768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright (C) 2023 dYdX Trading Inc.

Subject to your compliance with applicable law and the v4 Terms of Use, available at dydx.exchange/legal, you are granted the right to use the Program or Licensed Work (defined below) under the terms of the GNU Affero General Public License as set forth below; provided, however, that if you violate any such applicable law in your use of the Program or Licensed Work, all of your rights and licenses to use (including any rights to reproduce, distribute, install or modify) the Program or Licensed Work will automatically and immediately terminate.

The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-clients, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.
The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-clients, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, v4-latency-scripts, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.


The GNU Affero General Public License
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Overview
This repo contains various scripts to understand the latency of the dYdX chain.
This repo contains various scripts to understand the latency of networks using the dYdX Chain software.
1. `listen_to_grpc_stream.py` - listens to a gRPC stream from a full node and writes and writes the received data to BigQuery.
2. `listen_to_websocket_stream.py` - listens to the indexer's websocket stream and writes and writes the received data to BigQuery.
3. `place_orders.py` - sends a new order to a public grpc node every block
Expand Down

0 comments on commit 7223768

Please sign in to comment.