Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 4 additions & 17 deletions rust_hft/prediction-markets/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"horizon": "5m",
"time_cohort_boundary_ms": 0,
"prompt_snapshot_id": "sha256:2b55ba0e724dfc9f5a040911e397058a09c6229e42064e4998739d617b368dcb",
"search_policy_snapshot_id": "sha256:7f7843c1345dce4c722e1ca1a93e99b134ae15197a77de8c38a99ba22eacc5a5",
"search_policy_snapshot_id": "sha256:9da8d89272797d2cb124d7bc38f5287c226fa4787f6b3f59e3b6cd6fc1f145ef",
"search_budget": {
"max_candidates": 6,
"max_llm_calls": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"horizon": "5m",
"time_cohort_boundary_ms": 0,
"prompt_snapshot_id": "sha256:0816ebccf4c75ee6bdcfe315b253c84ddf1808a38687ebe3b924b87bd72a52a9",
"search_policy_snapshot_id": "sha256:7f7843c1345dce4c722e1ca1a93e99b134ae15197a77de8c38a99ba22eacc5a5",
"search_policy_snapshot_id": "sha256:9da8d89272797d2cb124d7bc38f5287c226fa4787f6b3f59e3b6cd6fc1f145ef",
"search_budget": {
"max_candidates": 6,
"max_llm_calls": 2,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256:3a34b6921bca1f258953c5c2690e3ecab4e13b9d0cf8956b9b0a71b07f9aff3a
sha256:557b94facd8dcd85ae0cc8bec99a74ac1c5157c80737f52c5f23dc395de4d107
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
prediction-policy-dependencies.v5
target=x86_64-unknown-linux-gnu
profile=default,db
input:Cargo.lock=sha256:c3346b8cd700b030d8f9a106ad7c3b6a8e776b8cdaf8d7aaa10f57b9d83b95ad
input:Cargo.lock=sha256:0ec363051667a229f6d51e27f0fddf503bf45b63784a9ed64613ebdcdb5f32d2
input:Cargo.toml=sha256:fbcd5c33c246ade9700e461e9fd62c1f56f3af262ac67d8206a29b4d0bf626f9
input:crates/ploy-research/Cargo.toml=sha256:6ca7b4b9068c6eee63e2d766399b7d79b9b0d300391149eb43b0905c8adfa957
input:crates/ploy-feed-loaders/Cargo.toml=sha256:abf8f1b8adec93b1ad84a66294cb58eb65f9cbca33c701cc81c7635eb9b35e2c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1676,8 +1676,8 @@ fn monday_polymarket_data_service_is_read_only_and_fail_closed() {
"strategy_variant = \"noop\"",
"market_data_source = \"external_direct\"",
"record_market_updates_to = \"/data/monday/spool/polymarket/market-updates.ndjson\"",
"record_market_updates_include_kinds = [\"quote\", \"event_discovered\", \"event_expired\", \"reference_price\"]",
"record_market_updates_quote_sample_ms = 1000",
"record_market_updates_include_kinds = [\"quote\", \"event_discovered\", \"event_expired\", \"reference_price\", \"spot_price\", \"agg_trade\", \"l2\"]",
"record_market_updates_quote_sample_ms = 0",
"record_market_updates_event_scoped_quotes = true",
"symbols = [\"BTCUSDT\", \"ETHUSDT\", \"SOLUSDT\", \"XRPUSDT\", \"DOGEUSDT\", \"HYPEUSDT\", \"BNBUSDT\"]",
] {
Expand Down
Loading