Skip to content

Commit

Permalink
[NEXT] 11155111-main DO NOT MERGE!
Browse files Browse the repository at this point in the history
  • Loading branch information
synthetixio-team committed Jun 17, 2024
1 parent 918ef8e commit 17fa972
Show file tree
Hide file tree
Showing 21 changed files with 19,142 additions and 4,384 deletions.
478 changes: 460 additions & 18 deletions 11155111-main/AllErrors.json

Large diffs are not rendered by default.

47 changes: 44 additions & 3 deletions 11155111-main/AllErrors.readable.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"error InsufficientMarketCollateralWithdrawable(uint128 marketId, address collateralType, uint256 tokenAmountToWithdraw)",
"error IncorrectMarketInterface(address market)",
"error NotEnoughLiquidity(uint128 marketId, uint256 amount)",
"error DeniedMulticallTarget(address)",
"error RecursiveMulticall(address)",
"error CapacityLocked(uint256 marketId)",
"error MinDelegationTimeoutPending(uint128 poolId, uint32 timeRemaining)",
"error PoolAlreadyExists(uint128 poolId)",
Expand All @@ -79,10 +77,53 @@
"error InvalidNodeDefinition(tuple(uint8 nodeType, bytes parameters, bytes32[] parents) nodeType)",
"error InvalidPrice(int256 price)",
"error NodeNotRegistered(bytes32 nodeId)",
"error OracleDataRequired(address oracleContract, bytes oracleQuery)",
"error OverflowInt56ToInt24()",
"error OverflowUint256ToUint160()",
"error OverflowUint56ToInt56()",
"error StalenessToleranceExceeded()",
"error UnprocessableNode(bytes32 nodeId)",
"error UnsupportedOperation(uint8 operation)"
"error UnsupportedOperation(uint8 operation)",
"error InsufficientCollateralMigrated(uint256 amountRequested, uint256 amountAvailable)",
"error MarketAlreadyRegistered(uint256 existingMarketId)",
"error MigrationInProgress()",
"error NothingToMigrate()",
"error Paused()",
"error AddressInsufficientBalance(address account)",
"error ERC2771ForwarderExpiredRequest(uint48 deadline)",
"error ERC2771ForwarderInvalidSigner(address signer, address from)",
"error ERC2771ForwarderMismatchedValue(uint256 requestedValue, uint256 msgValue)",
"error ERC2771UntrustfulTarget(address target, address forwarder)",
"error FailedInnerCall()",
"error InvalidAccountNonce(address account, uint256 currentNonce)",
"error InvalidShortString()",
"error StringTooLong(string str)",
"error InvalidMarketOwner()",
"error InvalidSynthImplementation(uint256 synthImplementation)",
"error OnlyMarketOwner(address marketOwner, address sender)",
"error ExceedsMaxSynthAmount(uint256 maxSynthAmount, uint256 synthAmountCharged)",
"error ExceedsMaxUsdAmount(uint256 maxUsdAmount, uint256 usdAmountCharged)",
"error InsufficientAmountReceived(uint256 expected, uint256 current)",
"error InvalidMarket(uint128 marketId)",
"error InvalidPrices()",
"error IneligibleForCancellation(uint256 timestamp, uint256 expirationTime)",
"error InsufficientSharesAmount(uint256 expected, uint256 actual)",
"error InvalidAsyncTransactionType(uint8 transactionType)",
"error InvalidClaim(uint256 asyncOrderId)",
"error InvalidCommitmentAmount(uint256 minimumAmount, uint256 amount)",
"error InvalidSettlementStrategy(uint256 settlementStrategyId)",
"error OrderAlreadySettled(uint256 asyncOrderId, uint256 settledAt)",
"error InvalidSettlementStrategy(uint8 strategyType)",
"error InvalidVerificationResponse()",
"error MinimumSettlementAmountNotMet(uint256 minimum, uint256 actual)",
"error OutsideSettlementWindow(uint256 timestamp, uint256 startTime, uint256 expirationTime)",
"error SettlementStrategyNotFound(uint8 strategyType)",
"error InvalidSettlementWindowDuration(uint256 duration)",
"error InvalidCollateralType(address configuredCollateralType)",
"error WrapperExceedsMaxAmount(uint256 maxWrappableAmount, uint256 currentSupply, uint256 amountToWrap)",
"error InvalidCollateralLeverage(uint256)",
"error InvalidFeeCollectorInterface(address invalidFeeCollector)",
"error InvalidWrapperFees()",
"error FeeRequired(uint256 amount)",
"error NotSupported(uint8 updateType)"
]
Loading

0 comments on commit 17fa972

Please sign in to comment.