Skip to content

Commit

Permalink
remove todo that are done
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr committed Aug 28, 2024
1 parent e28428b commit 6919638
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ jobs:

# Push and deploy GitHub pages branch automatically
auto-push: true

# TODO: Change the results to include all the data in one graph
1 change: 0 additions & 1 deletion client/ts/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ export type WrapperPlaceOrderParamsExternal = {
function toWrapperPlaceOrderParams(
wrapperPlaceOrderParamsExternal: WrapperPlaceOrderParamsExternal,
): WrapperPlaceOrderParams {
// TODO: Make a helper and test it for this logic.
const { priceMantissa, priceExponent } = toMantissaAndExponent(
wrapperPlaceOrderParamsExternal.price,
);
Expand Down

0 comments on commit 6919638

Please sign in to comment.