Skip to content

Commit

Permalink
feat: prove rounding loss
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Jun 20, 2024
1 parent b8b9399 commit c27a9e1
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libs/LibMarket.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;

import { AppStorage, LibAppStorage, MarketInfo, TokenAmount, OrderMatchingCalcs } from "../shared/AppStorage.sol";
import { AppStorage, LibAppStorage, MarketInfo, TokenAmount, CalculatedFees, OrderMatchingCalcs } from "../shared/AppStorage.sol";
import { LibHelpers } from "./LibHelpers.sol";
import { LibTokenizedVault } from "./LibTokenizedVault.sol";
import { LibConstants } from "./LibConstants.sol";
import { LibFeeRouter } from "./LibFeeRouter.sol";
Expand Down
Loading

0 comments on commit c27a9e1

Please sign in to comment.