Skip to content

Commit fcb6f23

Browse files
[NEXT] 8453-andromeda DO NOT MERGE!
1 parent ac9d5d4 commit fcb6f23

File tree

4 files changed

+76
-109
lines changed

4 files changed

+76
-109
lines changed

8453-andromeda/PerpsMarketProxy.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,11 @@
11031103
}
11041104
]
11051105
},
1106+
{
1107+
"type": "error",
1108+
"name": "OverflowInt256ToInt128",
1109+
"inputs": []
1110+
},
11061111
{
11071112
"type": "error",
11081113
"name": "OverflowUint128ToInt128",
@@ -1160,6 +1165,14 @@
11601165
}
11611166
]
11621167
},
1168+
{
1169+
"type": "function",
1170+
"name": "__fixFundingOnSpecificAccounts",
1171+
"constant": false,
1172+
"payable": false,
1173+
"inputs": [],
1174+
"outputs": []
1175+
},
11631176
{
11641177
"type": "function",
11651178
"name": "getAccountCollateralIds",
@@ -1688,11 +1701,6 @@
16881701
}
16891702
]
16901703
},
1691-
{
1692-
"type": "error",
1693-
"name": "OverflowInt256ToInt128",
1694-
"inputs": []
1695-
},
16961704
{
16971705
"type": "error",
16981706
"name": "ZeroSizeOrder",

8453-andromeda/PerpsMarketProxy.readable.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@
7575
"error KeeperCostsNotSet()",
7676
"error MaxCollateralExceeded(uint128 synthMarketId, uint256 maxAmount, uint256 collateralAmount, uint256 depositAmount)",
7777
"error MaxCollateralsPerAccountReached(uint128 maxCollateralsPerAccount)",
78+
"error OverflowInt256ToInt128()",
7879
"error OverflowUint128ToInt128()",
7980
"error PendingOrderExists()",
8081
"error PriceFeedNotSet(uint128 marketId)",
8182
"error SynthNotEnabledForCollateral(uint128 synthMarketId)",
8283
"event CollateralModified(uint128 indexed accountId, uint128 indexed synthMarketId, int256 amountDelta, address indexed sender)",
84+
"function __fixFundingOnSpecificAccounts()",
8385
"function getAccountCollateralIds(uint128 accountId) view returns (uint256[])",
8486
"function getAccountOpenPositions(uint128 accountId) view returns (uint256[])",
8587
"function getAvailableMargin(uint128 accountId) view returns (int256 availableMargin)",
@@ -106,7 +108,6 @@
106108
"error MaxOpenInterestReached(uint128 marketId, uint256 maxMarketSize, int256 newSideSize)",
107109
"error MaxPositionsPerAccountReached(uint128 maxPositionsPerAccount)",
108110
"error MaxUSDOpenInterestReached(uint128 marketId, uint256 maxMarketValue, int256 newSideSize, uint256 price)",
109-
"error OverflowInt256ToInt128()",
110111
"error ZeroSizeOrder()",
111112
"event OrderCommitted(uint128 indexed marketId, uint128 indexed accountId, uint8 orderType, int128 sizeDelta, uint256 acceptablePrice, uint256 commitmentTime, uint256 expectedPriceTime, uint256 settlementTime, uint256 expirationTime, bytes32 indexed trackingCode, address sender)",
112113
"event PreviousOrderExpired(uint128 indexed marketId, uint128 indexed accountId, int128 sizeDelta, uint256 acceptablePrice, uint256 commitmentTime, bytes32 indexed trackingCode)",

0 commit comments

Comments
 (0)