Skip to content

Commit

Permalink
impl: merkle witness pair
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Feb 3, 2024
1 parent c301f98 commit 7a0677a
Show file tree
Hide file tree
Showing 9 changed files with 630 additions and 271 deletions.
11 changes: 8 additions & 3 deletions packages/xane/src/RollupErrors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ export enum Errors {
LiqudityNotFound = "liquidity is not found",
LiqudityExists = "liquidity already exists",
CallerSignatureNotValid = "caller signature is not valid",
InvalidCalculatedRoot = "invalid calculated root",
InsufficientBalance = "insufficient balance",
BalanceNotEnough = "balance not enough",
NonEmptyStruct = "non empty struct",
SameTokenIds = "same token ids",
InvalidTokenIds = "invalid token ids",
MistakenOwner = "balance owner is not sender",
MistakenProvider = "liquidity provider is not sender",
LimitIsLow = "limit is low",
InvalidCalculatedRoot = "invalid calculated root",
InvalidSignature = "invalid signature",
InsufficientBalance = "insufficient balance",
InvalidTokenId = "invalid token id",
InvalidSender = "invalid sender",
InvalidBalanceOwner = "invalid balance owner",
InvalidLiquidityProvider = "invalid liquidity provider",
ExceededLimit = "exceeded limit",
}
Loading

0 comments on commit 7a0677a

Please sign in to comment.