Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-84.71%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.33%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.77%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.63%25-yellow.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-84.85%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.96%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.89%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.93%25-yellow.svg?style=flat) |

## Use CoW Protocol

Expand Down
2 changes: 1 addition & 1 deletion packages/app-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-60.74%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-33.33%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-62.29%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-61.98%25-red.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-60.9%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-22%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-60.46%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-62.26%25-red.svg?style=flat) |

AppData schema definitions

Expand Down
2 changes: 1 addition & 1 deletion packages/bridging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-79.28%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-73.43%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-75.25%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-80.22%25-yellow.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-79.32%25-red.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-73.35%25-red.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-75.25%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-80.26%25-yellow.svg?style=flat) |

This package provides bridging functionality for the CoW Protocol SDK, enabling cross-chain token transfers and interactions. It integrates with various bridge providers to facilitate seamless asset movement across supported blockchain networks.

Expand Down
2 changes: 1 addition & 1 deletion packages/composable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-100%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-97.69%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-95.54%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-98.31%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-98.13%25-brightgreen.svg?style=flat) |

This package provides advanced conditional and programmable order functionality for the CoW Protocol. It enables the creation, management, and execution of sophisticated trading strategies through conditional orders that execute automatically when specified conditions are met.

Expand Down
2 changes: 1 addition & 1 deletion packages/trading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-84.71%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.33%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.77%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.63%25-yellow.svg?style=flat) |
| ![Statements](https://img.shields.io/badge/statements-84.85%25-yellow.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-83.96%25-yellow.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-64.89%25-red.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-87.93%25-yellow.svg?style=flat) |

CoW Protocol is intent based, decentralized trading protocol that allows users to trade ERC-20 tokens.
This SDK makes it easier to interact with CoW Protocol by handling order parameters, calculating amounts, and signing orders.
Expand Down