Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
43e3569
feat(twap-monitor): workspace + skeleton (BLEU-825)
brunota20 Jun 15, 2026
2f7a96c
feat(twap-monitor): index ConditionalOrderCreated → local-store (BLEU…
brunota20 Jun 15, 2026
78808a7
feat(twap-monitor): eth_call poll path + PollOutcome decoder (BLEU-827)
brunota20 Jun 15, 2026
1b2e2b8
feat(twap-monitor): build OrderCreation and submit via cow-api (BLEU-…
brunota20 Jun 15, 2026
163dd5b
feat(twap-monitor): wire OrderPostError retry_hint on submit (BLEU-829)
brunota20 Jun 15, 2026
1de2304
feat(twap-monitor): PollOutcome lifecycle dispatch (BLEU-830)
brunota20 Jun 15, 2026
d0ab994
feat(ethflow-watcher): workspace + skeleton (BLEU-831)
brunota20 Jun 15, 2026
a638381
feat(ethflow-watcher): decode CoWSwapEthFlow OrderPlacement (BLEU-832)
brunota20 Jun 15, 2026
ca55c5f
feat(ethflow-watcher): build OrderCreation, submit, apply retry_hint …
brunota20 Jun 15, 2026
1e52d37
fix(ethflow-watcher): idempotency guard on re-delivered placements
brunota20 Jun 15, 2026
8cc1c15
feat(shepherd-sdk): workspace + skeleton (BLEU-835)
brunota20 Jun 17, 2026
8b0b80d
feat(shepherd-sdk): extract shared helpers from M2 modules (BLEU-840)
brunota20 Jun 17, 2026
aafb15b
refactor(modules): consume shepherd-sdk helpers (BLEU-843)
brunota20 Jun 17, 2026
0194ff3
feat(shepherd-sdk-test): in-memory host mocks for module tests (BLEU-…
brunota20 Jun 17, 2026
a1afd59
docs(shepherd-sdk): rustdoc polish + README + docs/sdk.md (BLEU-844)
brunota20 Jun 17, 2026
1382f78
feat(examples): price-alert Chainlink oracle reader (BLEU-846)
brunota20 Jun 17, 2026
d8c45b0
feat(examples): balance-tracker example module (BLEU-847)
brunota20 Jun 17, 2026
cf6087c
docs(tutorial): first-module walkthrough (BLEU-848)
brunota20 Jun 17, 2026
b21e59b
chore: rust-idiomatic compliance pass across M3 + M2 modules
brunota20 Jun 17, 2026
4395635
refactor(price-alert): port to Host trait + MockHost tests (BLEU-851)
brunota20 Jun 17, 2026
04394d3
feat(examples): stop-loss module + tutorial as guided tour (BLEU-852)
brunota20 Jun 17, 2026
66b16f8
refactor(twap-monitor): port to Host trait + MockHost tests (BLEU-854)
brunota20 Jun 17, 2026
a44ed0f
refactor(ethflow-watcher): port to Host trait + MockHost tests (BLEU-…
brunota20 Jun 17, 2026
077c2e4
chore(qa): workspace cargo fmt sweep + em-dash cleanup (COW-1063)
brunota20 Jun 17, 2026
dbaff9d
docs(qa): COW-1063 sign-off matrix + architectural findings
brunota20 Jun 17, 2026
87dc80f
docs: resolve QA findings - ADR-0009 + doc 05 status callouts
brunota20 Jun 17, 2026
e482510
ci: build all production module .wasm targets via matrix (COW-1066)
brunota20 Jun 17, 2026
dc5679d
ci: gate cargo doc warnings (-D warnings) + fix 3 broken intra-doc li…
brunota20 Jun 17, 2026
98469bb
docs(shepherd-sdk): add 6 doctests covering Host trait + helper API (…
brunota20 Jun 17, 2026
16dcb24
test(nexum-engine): supervisor integration tests for 5 production mod…
brunota20 Jun 17, 2026
164cb09
docs(m2): testnet runbook + engine.m2.toml + `just run-m2` (validated…
brunota20 Jun 17, 2026
748adb9
fix(event_loop): do not bail boot when block / log stream Vec is empty
brunota20 Jun 18, 2026
09f5314
docs(m3): testnet runbook + engine.m3.toml + `just run-m3` (validated…
brunota20 Jun 18, 2026
2e2f7ee
docs(m3): testnet edge-case validation report - 5 scenarios run, all …
brunota20 Jun 18, 2026
492ca92
fix(supervisor): mark module alive=false when init returns Err (COW-1…
brunota20 Jun 18, 2026
ccb9d53
review: address jeffersonBastos M3 epic feedback (PR #55)
brunota20 Jun 22, 2026
cc2e54e
chore(rust-idiomatic): M3 compliance pass (filtered from M4/M5 compli…
brunota20 Jun 23, 2026
2fce218
docs(deployment): operator runbook (BLEU-836) (#17)
brunota20 Jun 24, 2026
20f6ae3
chore(shepherd-sdk): derive strum::IntoStaticStr + non_exhaustive on …
brunota20 Jun 25, 2026
26381d1
chore(twap-monitor): derive strum::IntoStaticStr + non_exhaustive on …
brunota20 Jun 25, 2026
069ad70
fix(balance-tracker): replace Result<_, String> with typed AddressLis…
brunota20 Jun 25, 2026
7a41a6a
feat(shepherd-sdk): consolidate AddressParse helper from balance-trac…
brunota20 Jun 25, 2026
3d22acf
feat(sdk): mark HostErrorKind + LogLevel #[non_exhaustive] (COW-1029)
brunota20 Jun 18, 2026
a82c4b3
test(resource-limits): 2 evil fixtures + 3 trap-isolation tests (COW-…
brunota20 Jun 18, 2026
b5e5ee0
feat(logging): JSON formatter + structured dispatch fields (COW-1035)
brunota20 Jun 18, 2026
7c46151
feat(metrics): Prometheus /metrics endpoint + 4 recording sites (COW-…
brunota20 Jun 18, 2026
9f3755e
feat(supervisor): exponential-backoff restart with component reinstan…
brunota20 Jun 18, 2026
3029203
feat(event-loop): WS reconnect with exponential backoff per stream (C…
brunota20 Jun 18, 2026
b55da4a
feat(supervisor): poison-pill detection + quarantine (COW-1032)
brunota20 Jun 18, 2026
6482744
feat(event-loop+supervisor): graceful shutdown + last-block persisten…
brunota20 Jun 18, 2026
5246fc8
test(supervisor): multi-chain isolation regression tests (COW-1073)
brunota20 Jun 18, 2026
1983774
feat(ops): E2E testnet integration scaffold (COW-1064)
brunota20 Jun 18, 2026
81074c7
docs(ops): production deployment guide (COW-1030)
brunota20 Jun 18, 2026
9919402
ops(e2e): pin module configs + run-prep punch list for 2026-06-18 COW…
brunota20 Jun 18, 2026
29e764b
ops(e2e): automation scripts for COW-1064 run (.env-file pattern)
brunota20 Jun 18, 2026
d9bba19
fix(scripts): match JSON-shape supervisor-ready log line (COW-1064)
brunota20 Jun 18, 2026
d9dc276
fix(scripts): macOS bash 3.2 compatibility (COW-1064)
brunota20 Jun 18, 2026
dd81b6d
fix(scripts): idempotent on-chain submission + python deps pre-flight…
brunota20 Jun 18, 2026
3fd7974
fix(scripts): EthFlow quote uses WETH not native-ETH sentinel (COW-1064)
brunota20 Jun 18, 2026
9c3d395
fix(scripts): report-gen handles flat JSON + per-module marker patter…
brunota20 Jun 18, 2026
02074c3
feat(sdk + twap-monitor): resolve non-empty app_data via orderbook lo…
brunota20 Jun 18, 2026
11b1a10
fix(ethflow-watcher): apply resolve_app_data to submit_placement (COW…
brunota20 Jun 18, 2026
ac6634a
ops(e2e): COW-1064 run report 2026-06-18
brunota20 Jun 18, 2026
e9042e5
fix(cow-api): forward orderbook ApiError envelope to HostError.data (…
brunota20 Jun 19, 2026
202106b
feat(ethflow-watcher): downgrade ExcessiveValidTo drops to Info (COW-…
brunota20 Jun 19, 2026
df6f411
fix(scripts): derive TWAP calldata with t0=now-60 (COW-1077)
brunota20 Jun 19, 2026
efeb2e2
chore(sdk + twap-monitor): hex helpers via alloy_primitives::hex::encode
brunota20 Jun 19, 2026
a593c8d
feat(load-test): Anvil fork + mock orderbook + load-gen (COW-1079)
brunota20 Jun 19, 2026
81b936c
ops(load): baseline 5x5 report - engine clean, load-gen needs calibra…
brunota20 Jun 19, 2026
bcb95e9
fix(scripts): load-run.sh REPORTS_DIR set after lib.sh source (COW-1079)
brunota20 Jun 19, 2026
0568ab7
fix(load-gen): explicit nonce + unique EthFlow sellAmount (COW-1080)
brunota20 Jun 19, 2026
eb512c4
ops(load): medium + saturation reports - engine clean at 300 watches …
brunota20 Jun 19, 2026
818515e
feat(load-gen): --parallel mode + aggressive saturation report (COW-1…
brunota20 Jun 19, 2026
bdd822d
chore(rust-idiomatic): M4 compliance pass (blockers + majors) (#66)
brunota20 Jun 24, 2026
8cf22fc
fix(shepherd-sdk): add cow_api_request to chainlink StubHost + appDat…
brunota20 Jun 25, 2026
0af88cb
refactor(sdk): replace [u8; 32] with B256 across resolve_app_data sur…
brunota20 Jun 25, 2026
5cc41f0
refactor(cow-orderbook): extract DEFAULT_CHAINS const
brunota20 Jun 25, 2026
aef680a
chore(engine.e2e.toml): replace em-dash with ASCII hyphen
brunota20 Jun 25, 2026
c3b1496
feat(ops): baseline tool — EthFlow indexer creationDate semantics (CO…
brunota20 Jun 22, 2026
7e9a3df
feat(engine): forward eth_call ErrorResp.data into HostError.data (CO…
brunota20 Jun 22, 2026
e1c85a0
feat(ethflow-watcher): cap backoff: retries at MAX_BACKOFF_RETRIES (C…
brunota20 Jun 22, 2026
f1b5acf
feat(backtest): pre-soak EthFlow replay harness (COW-1078)
brunota20 Jun 22, 2026
4cd4f51
feat(deploy): Dockerfile + compose + ghcr CI for M5 deployment
brunota20 Jun 22, 2026
0aeb49c
chore(deploy): gitignore /engine.toml to protect operator RPC keys
brunota20 Jun 22, 2026
348192e
feat(engine): fail-fast on HTTP rpc_url + redact API keys in boot logs
brunota20 Jun 22, 2026
e3f2822
feat(engine): ${VAR} env-var substitution in engine.toml for RPC URLs
brunota20 Jun 22, 2026
6e7e47e
fix(deploy): healthcheck uses bash /dev/tcp (wget not in runtime image)
brunota20 Jun 22, 2026
3bd60aa
fix(deploy): healthcheck must invoke bash explicitly (CMD-SHELL is dash)
brunota20 Jun 22, 2026
e33f70e
deploy: ethflow-watcher observe + verify redesign rebased onto M5
brunota20 Jun 23, 2026
b9ce932
fix(twap-monitor): skip submit_order when submitted:{uid} already in …
brunota20 Jun 23, 2026
7905cf8
feat(event-loop): log block stream gap closures from alloy-internal r…
brunota20 Jun 23, 2026
d223ba6
chore(rust-idiomatic): M5 compliance pass (cherry-pick M4 + M5 deploy…
brunota20 Jun 24, 2026
b3a897b
chore(docs): reconcile vapor + capability-gating drift across M2-M5 (…
brunota20 Jun 24, 2026
209a9bb
fix(ethflow-watcher): drop bogus wildcard arm from observe_placement
brunota20 Jun 25, 2026
9a81213
chore(nexum-engine): derive strum::IntoStaticStr on EnvVarError + Fil…
brunota20 Jun 25, 2026
276598f
chore(engine.*.toml): replace em-dashes with ASCII hyphens
brunota20 Jun 25, 2026
9ad747e
refactor(shepherd-backtest): consume shepherd_sdk::address::AddressPa…
brunota20 Jun 26, 2026
0d1a1c1
feat(twap-monitor): consume composable-cow batched contract surface
brunota20 Jun 24, 2026
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
55 changes: 55 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Build context exclusion list for `docker build .`. Keeping the
# context lean matters: every byte sent to the daemon is hashed for
# the build's source-changed signal, and the production multi-stage
# Dockerfile already invalidates the dependency layer cache on any
# Cargo.lock / Cargo.toml change.

# Cargo build artefacts — re-built inside the build stage anyway.
/target/
target/
**/target/

# Runtime state directory the engine writes the redb file into. Never
# part of the image.
/data/
data/

# Backtest tooling output: large JSON fixtures + Python venv state.
# Re-collected on demand via `tools/backtest-collect/backtest_collect.py`.
tools/backtest-collect/fixtures-*.json
tools/baseline-latency/data/
tools/**/__pycache__/
tools/**/*.pyc

# NOTE: `modules/fixtures/*-bomb` are listed in the workspace
# `Cargo.toml`, so excluding them breaks `cargo build` ("failed to
# load manifest for workspace member"). They're tiny crates and the
# Dockerfile doesn't COPY them to the runtime stage, so the
# image size impact is zero. Keep them in the build context.

# Local-only configs. The production `engine.toml` is supplied at
# runtime via a bind-mount (`/etc/shepherd/engine.toml`).
engine.toml
engine.e2e.toml
engine.load.toml
engine.m2.toml
engine.m3.toml

# Git + GitHub metadata.
/.git/
/.github/
.gitignore

# Editor / OS noise.
.vscode/
.idea/
.DS_Store
*.swp

# Operator-side docs reports the image doesn't need. Source markdown
# stays so it's discoverable inside the container if an operator
# `docker exec`s in for a quick `cat docs/production.md`.
docs/operations/load-reports/
docs/operations/e2e-reports/
docs/operations/backtest-reports/
docs/operations/baselines/
25 changes: 25 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Operator template — copy to `.env` and fill in your paid RPC URLs.
# `.env` is gitignored; never commit a populated copy.
#
# Workflow:
# cp .env.example .env
# $EDITOR .env
# docker compose up -d
#
# The engine reads these via `${VAR}` placeholders in
# `engine.docker.toml` (substitution happens at config-load time,
# before TOML parse, so a missing variable fails fast).
#
# Use `wss://` schemes — `eth_subscribe` is WebSocket-only and the
# engine emits a boot-time ERROR on http(s):// URLs (see
# docs/production.md §6 and engine_config::validate_transports).

MAINNET_RPC_URL=wss://eth-mainnet.g.alchemy.com/v2/REPLACE_ME
GNOSIS_RPC_URL=wss://gnosis-mainnet.g.alchemy.com/v2/REPLACE_ME
SEPOLIA_RPC_URL=wss://eth-sepolia.g.alchemy.com/v2/REPLACE_ME
ARBITRUM_RPC_URL=wss://arb-mainnet.g.alchemy.com/v2/REPLACE_ME
BASE_RPC_URL=wss://base-mainnet.g.alchemy.com/v2/REPLACE_ME

# Optional: override the published image with a locally-built or
# pinned-by-SHA tag. Leave unset to pull `:latest` from ghcr.io.
# SHEPHERD_IMAGE=ghcr.io/bleu/nullis-shepherd:sha-abc1234
36 changes: 34 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,46 @@ jobs:
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
- run: cargo test --workspace --all-features --no-fail-fast

docs:
name: rustdoc
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master 2026-03-27
with:
toolchain: nightly
targets: wasm32-wasip2
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
- run: cargo doc --workspace --no-deps

build-module:
name: build example module
name: build ${{ matrix.module }} (wasm32-wasip2)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
module:
- example
- twap-monitor
- ethflow-watcher
- price-alert
- balance-tracker
- stop-loss
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master 2026-03-27
with:
toolchain: nightly
targets: wasm32-wasip2
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
- run: cargo build -p example --target wasm32-wasip2 --release
- run: cargo build -p ${{ matrix.module }} --target wasm32-wasip2 --release
- name: report wasm size
run: |
artifact_name=$(echo "${{ matrix.module }}" | tr '-' '_')
wasm_path="target/wasm32-wasip2/release/${artifact_name}.wasm"
if [ -f "$wasm_path" ]; then
size=$(wc -c < "$wasm_path")
echo "${{ matrix.module }} .wasm size: ${size} bytes"
fi
88 changes: 88 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Docker image build + publish to ghcr.io.
#
# Triggers:
# - push to `main` → publish `latest` + `sha-<sha>`
# - tag push `v*` → publish `v<tag>` + `latest`
# - workflow_dispatch (manual) → publish `manual-<run_id>`
# - pull_request to `main` → build only, no push (CI smoke)
#
# Image: ghcr.io/<owner>/nullis-shepherd
# Auth: GITHUB_TOKEN (scoped to packages:write below).
#
# Pinned action SHAs match the style of `.github/workflows/ci.yml`.

name: docker

on:
push:
branches: [main]
tags: ["v*"]
pull_request:
branches: [main]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
packages: write

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push:
name: build + push (${{ github.event_name }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Docker buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

- name: Log in to ghcr.io
if: github.event_name != 'pull_request'
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Compute image metadata
id: meta
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
# `latest` on push to main and on tag.
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag
# `sha-<short>` on every event so a soak run can pin an
# exact build.
type=sha,prefix=sha-,format=short
# manual-<run_id> for workflow_dispatch.
type=raw,value=manual-${{ github.run_id }},enable=${{ github.event_name == 'workflow_dispatch' }}
# `pr-<n>` on pull-request builds so the smoke artefact
# is identifiable. PR builds are NOT pushed (see `push:`).
type=ref,event=pr,prefix=pr-

- name: Build + push
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
file: ./Dockerfile
# Push on every non-PR event; PR builds are local-only smoke.
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# Layer cache via the registry: the previous successful
# build's intermediate layers are reused so a Cargo.toml-only
# change re-compiles only the changed crate.
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max,ignore-error=true
# `amd64` is enough for the soak VM. Add `arm64` once an
# operator surfaces a real need; multi-arch ~2x the build.
platforms: linux/amd64
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Thumbs.db
# Environment
.env
.env.*
# Exception: the committed template (operator copies it to `.env`,
# which is then caught by the rule above).
!.env.example

# Agent skills / AI tooling — installed locally, never committed.
.agents/
Expand All @@ -29,3 +32,19 @@ skills-lock.json

# Engine runtime state (default state_dir from engine.toml).
data/

# E2E automation: rendered configs with embedded RPC keys + script state
# never get committed.
*.local.toml
scripts/.state
scripts/.env

# Operator-supplied engine config (carries paid RPC URLs / API keys).
# The committed siblings `engine.example.toml`, `engine.docker.toml`,
# and `engine.{m2,m3,e2e,load}.toml` are placeholder templates.
/engine.toml

# Generated reports under e2e-reports/ (operator commits the filled-in ones
# manually via `git add -f`).
docs/operations/e2e-reports/engine-*.log
docs/operations/e2e-reports/metrics-*.txt
46 changes: 35 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
[workspace]
members = [
"crates/nexum-engine",
"crates/shepherd-backtest",
"crates/shepherd-sdk",
"crates/shepherd-sdk-test",
"modules/ethflow-watcher",
"modules/example",
"modules/examples/balance-tracker",
"modules/examples/price-alert",
"modules/examples/stop-loss",
"modules/fixtures/flaky-bomb",
"modules/fixtures/fuel-bomb",
"modules/fixtures/memory-bomb",
"modules/twap-monitor",
"tools/load-gen",
"tools/orderbook-mock",
]
resolver = "2"

Expand Down Expand Up @@ -99,18 +112,29 @@ dbg_macro = "deny"
todo = "deny"

# `cowprotocol` v1.0.0-alpha.3 (the crates.io release the engine
# depends on) was cut from `cowdao-grants/cow-rs` PR #5 at commit
# `1742ffa`. `bleu/cow-rs` main has diverged since with: the
# `composable::Proof` width fix (relevant to the TWAP poll path),
# `OrderCreation` zero-from-address fast-fail, the `order_book` /
# `composable` submodule splits, `OrderPostErrorKind` + `retry_hint()`
# (BLEU-822, the protocol-level retry contract M2 modules dispatch
# on), and `OrderBookApi::with_base_url(chain, base_url)` for barn /
# staging routing (BLEU-823). Patching to that commit picks the lot
# up without waiting for an alpha.4 publish. Drop once
# `cowprotocol >= 1.0.0-alpha.4` ships.
# depends on) was cut from an earlier commit; bleu/cow-rs main has
# diverged with the `composable::Proof` width fix, `OrderCreation`
# zero-from-address fast-fail, the `order_book` / `composable`
# submodule splits, `OrderPostErrorKind` + `retry_hint()` (the
# protocol-level retry contract modules dispatch on), and
# `OrderBookApi::with_base_url(chain, base_url)` for barn / staging
# routing.
#
# Bumped to a head that additionally lands the composable-cow
# bindings:
# - `ComposableCoW::ConditionalOrderRegistered` event (handler-indexed)
# - `BatchOrderRequest` / `BatchOrderResult` +
# `batchGetTradeableOrdersWithSignatureCall`
# - `OrderInfo` + `getOrderInfoCall`
# - `PollOutcome`, `BatchOrderOutcome`, `ComposableCoWError` enums
# - `decode_conditional_order_revert`, `decode_composable_cow_error`,
# `decode_batch_order_result(s)`,
# `registered_topic_filter_by_handler` helpers
# Patching to that commit lets the twap-monitor consume the new
# surface behind a runtime flag. Drop once bleu/cow-rs main absorbs
# these changes and a tagged release ships.
[patch.crates-io]
cowprotocol = { git = "https://github.com/bleu/cow-rs", rev = "57f5f553ab28c9fff54089daf2d39b4282f3e4dd" }
cowprotocol = { git = "https://github.com/bleu/cow-rs", rev = "3ba20753d91c71c1bd594e78b94b013052e963ba" }

[profile.dev]
panic = "abort"
Expand Down
Loading