Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AstariaXYZ/starport
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed66465a819a202482491572db8ac8fde28424e7
Choose a base ref
..
head repository: AstariaXYZ/starport
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e833f161f83167831f607f3b35c15e98d67694ae
Choose a head ref
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./AstariaV1Test.sol";
import "starport-test/AstariaV1Test.sol";

import {BaseRecall} from "starport-core/hooks/BaseRecall.sol";
// import {Base} from "starport-core/pricing/CompoundInterestPricing.sol";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";
import {FixedPointMathLib} from "solady/src/utils/FixedPointMathLib.sol";
import {LibString} from "solady/src/utils/LibString.sol";

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";
import {FixedPointMathLib} from "solady/src/utils/FixedPointMathLib.sol";
import {LibString} from "solady/src/utils/LibString.sol";

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";
import {AstariaV1Pricing} from "starport-core/pricing/AstariaV1Pricing.sol";

contract TestNewLoan is StarPortTest {
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";

contract TestRepayLoan is StarPortTest {
function testRepayLoan() public {
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";
import {FixedPointMathLib} from "solady/src/utils/FixedPointMathLib.sol";
import {LibString} from "solady/src/utils/LibString.sol";

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";
import {DeepEq} from "starport-test/utils/DeepEq.sol";
import {MockCall} from "starport-test/utils/MockCall.sol";
import "forge-std/Test.sol";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "./StarPortTest.sol";
import "starport-test/StarPortTest.sol";
import {StarPortLib} from "starport-core/lib/StarPortLib.sol";

contract MockOriginator is StrategistOriginator, TokenReceiverInterface {