fix(price): Fix decimals conversion and offer list ratio to price con⦠#567
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Report
succeeded
Nov 9, 2023 in 0s
Test Report β
β Β coverage-tests-report.json
364 tests were completed in 136s with 364 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
test/integration/cleaner.integration.test.ts | 4β | 2s | ||
test/integration/mangrove.integration.test.ts | 4β | 8s | ||
test/integration/mangroveToyENS.integration.test.ts | 2β | 42s | ||
test/integration/market.integration.test.ts | 48β | 8s | ||
test/integration/mgvtoken.integration.test.ts | 12β | 418ms | ||
test/integration/offermaker.integration.test.ts | 16β | 2s | ||
test/integration/restingOrder.integration.test.ts | 8β | 2s | ||
test/integration/semibook.integration.test.ts | 44β | 9s | ||
test/unit/configuration.unit.test.ts | 4β | 2ms | ||
test/unit/densityLib.unit.test.ts | 5β | 176ms | ||
test/unit/liquidityProvider.unit.test.ts | 23β | 110ms | ||
test/unit/market.unit.test.ts | 21β | 36ms | ||
test/unit/prettyPrint.unit.test.ts | 3β | 38ms | ||
test/unit/semibook.unit.test.ts | 27β | 4ms | ||
test/unit/tickLib.unit.test.ts | 43β | 74ms | ||
test/unit/tickPriceHelper.unit.test.ts | 66β | 356ms | ||
test/unit/trade.unit.test.ts | 24β | 86ms | ||
test/unit/tradeEventManagement.unit.test.ts | 6β | 9ms | ||
test/unit/unitCalculations.unit.test.ts | 4β | 1ms |
β Β test/integration/cleaner.integration.test.ts
Cleaner integration tests suite
β
clean asks book, offer is successfully taken, therefore cannot clean it
β
clean failing offers collects bounty
β
clean using different takers funds
β
clean via callStatic for failing offers returns bounty
β Β test/integration/mangrove.integration.test.ts
Mangrove integration tests suite getMarkets
β
gets correct market info and updates with cashness
β
has reverse lookup of address
β
updates with mgvReader
Mangrove integration tests suite node utils
β
can deal a test token
β Β test/integration/mangroveToyENS.integration.test.ts
Mangrove functionality watch local addresses
β
can start watching after ToyENS has been created
β
can start watching before ToyENS has been created
β Β test/integration/market.integration.test.ts
Market integration tests suite
β
buying uses best price, with forceRoutingToMangroveOrder:false
β
buying uses best price, with no forceRoutingToMangroveOrder
β
crudely simulates market buy
β
get minimum volume
β
getOfferProvision agrees with calculateOfferProvision for asks with gasprice=100
β
getOfferProvision agrees with calculateOfferProvision for asks with gasprice=undefined
β
getOfferProvision agrees with calculateOfferProvision for bids with gasprice=100
β
getOfferProvision agrees with calculateOfferProvision for bids with gasprice=undefined
β
gets config
β
gets OB
β
max gasreq is added to gas estimates
β
max gasreq returns a BigNumber, even if the book is empty
β
mgvIntegrationTestUtils can post offers for asks
β
mgvIntegrationTestUtils can post offers for bids
β
returns correct data when taking offers
β
selling uses best price
β
subscribes
β
updates OB
β
uses expected gasLimit and forceRoutingToMangroveOrder=false with gasLowerBound=42 and gasLimit=6500000
β
uses expected gasLimit and forceRoutingToMangroveOrder=false with gasLowerBound=42 and gasLimit=undefined
β
uses expected gasLimit and forceRoutingToMangroveOrder=false with gasLowerBound=7000000 and gasLimit=6500000
β
uses expected gasLimit and forceRoutingToMangroveOrder=false with gasLowerBound=7000000 and gasLimit=undefined
β
uses expected gasLimit and forceRoutingToMangroveOrder=false with gasLowerBound=undefined and gasLimit=6500000
β
uses expected gasLimit and forceRoutingToMangroveOrder=false with gasLowerBound=undefined and gasLimit=undefined
β
uses expected gasLimit and forceRoutingToMangroveOrder=true with gasLowerBound=42 and gasLimit=6500000
β
uses expected gasLimit and forceRoutingToMangroveOrder=true with gasLowerBound=42 and gasLimit=undefined
β
uses expected gasLimit and forceRoutingToMangroveOrder=true with gasLowerBound=7000000 and gasLimit=6500000
β
uses expected gasLimit and forceRoutingToMangroveOrder=true with gasLowerBound=7000000 and gasLimit=undefined
β
uses expected gasLimit and forceRoutingToMangroveOrder=true with gasLowerBound=undefined and gasLimit=6500000
β
uses expected gasLimit and forceRoutingToMangroveOrder=true with gasLowerBound=undefined and gasLimit=undefined
Market integration tests suite estimateVolumeTest
β
return estimate value for buy
β
return estimate value for sell
β
return estimate value for sell
Market integration tests suite getMissingProvision
β
can miss some provision
Market integration tests suite getOutboundInbound
β
returns base as inbound and quote as outbound, when bids
β
returns base as outbound and quote as inbound, when asks
β
returns this.base as inbound and this.quote as outbound, when bids
β
returns this.base as outbound and this.quote as inbound, when asks
Market integration tests suite isActive
β
returns false, when asks and bids both not active
β
returns false, when asks is active and bids is not active
β
returns false, when asks is not active and bids is active
β
returns true, when asks and bids are active
Market integration tests suite isLive
β
returns false, when gives is negative
β
returns true, when gives is positive
Market integration tests suite offerInfo
β
return offer from ba semi book
β
returns asks offer info
β
returns bids offer info
Market integration tests suite Readonly mode
β
can read book updates in readonly mode
β Β test/integration/mgvtoken.integration.test.ts
MGV Token integration tests suite
β
allowanceInfinite is false if allowance is 2^200
β
allowanceInfinite is true if allowance is 2^200 + 1
β
allowanceInfinite is true if infinite allowance
β
approve can be set to 0
β
approve sets approved amount
β
approveIfHigher sets when higher but not when lower
β
approveIfNotInfinite creates approval TX only if finite
β
converts
β
get token from address
β
has checksum addresses
β
increaseApproval increases except when at max
β
reads allowance and sets
β Β test/integration/offermaker.integration.test.ts
OfferMaker integration test suite
β
checks allowance for EOA provider
β
checks allowance for onchain logic
β
checks provision for EOA provider
β
checks provision for onchain logic
β
checks provision for onchain logic by calling provisionOf
β
gets missing provision for eoa logic
β
gets missing provision for onchain logic
OfferMaker integration test suite After setup
β
approves signer for base transfer
β
cancels offer
β
fails, when trying to cancel a non-existing offer
β
fails, when trying to create an offer on a closed market
β
fails, when trying to push new offer without sufficient provision
β
fails, when trying to update on a closed market
β
OfferMaker updates offer
β
pushes a new offer
β
withdraws
β Β test/integration/restingOrder.integration.test.ts
RestingOrder Resting order integration tests suite
β
no resting order params, with forceRoutingToMangroveOrder:true
β
no resting order params, with forceRoutingToMangroveOrder:true
β
resting order with deadline and custom gasreq
β
resting order, using existing offer
β
simple resting order, with forceRoutingToMangroveOrder:false
β
simple resting order, with forceRoutingToMangroveOrder:true
β
simple resting order, with no forceRoutingToMangroveOrder
RestingOrder RestingOrder connectivity
β
deploys and connects
β Β test/integration/semibook.integration.test.ts
Semibook integration tests suite estimateVolume estimateVolume({to: buy}) - cache tests
β
returns all given as residue when cache and offer list is empty
β
returns correct estimate and residue when cache is empty and offer list is not
β
returns correct estimate and residue when cache is partial and insufficient while offer list is sufficient
β
returns correct estimate and residue when cache is partial and offer list is insufficient
Semibook integration tests suite estimateVolume estimateVolume({to: buy}) - calculation tests
β
estimates all available volume when offer list has 1 offer with insufficient volume
β
estimates all available volume when offer list has multiple offers with insufficient volume
β
estimates volume and no residue when offer list has 1 offer with sufficient volume
β
estimates volume and no residue when offer list has multiple offers which together have sufficient volume
β
returns zero when given is zero
Semibook integration tests suite estimateVolume estimateVolume({to: sell}) - cache tests
β
returns all given as residue when cache and offer list is empty
β
returns correct estimate and residue when cache is empty and offer list is not
β
returns correct estimate and residue when cache is partial and insufficient while offer list is sufficient
β
returns correct estimate and residue when cache is partial and offer list is insufficient
Semibook integration tests suite estimateVolume estimateVolume({to: sell}) - calculation tests
β
estimates all available volume when offer list has 1 offer with insufficient volume
β
estimates all available volume when offer list has multiple offers with insufficient volume
β
estimates volume and no residue when offer list has 1 offer with sufficient volume
β
estimates volume and no residue when offer list has multiple offers which together have sufficient volume
β
returns zero when given is zero
Semibook integration tests suite getBestInCache
β
returns offer id 1, because cache gets synced even though market is created before offer
β
returns offer id 1, because market made after offer
Semibook integration tests suite getConfig
β
returns the config of a block as Mangrove.LocalConfig, when given blocknumber
β
returns the config of a block, when given blocknumber
β
returns the config of the latest block as Mangrove.LocalConfig, when given no blocknumber
β
returns the config of the latest block as Mangrove.RawConfig, when given no blocknumber
Semibook integration tests suite getMaxGasReq
β
finds max gasreq on both asks and bids side of market
β
returns `undefined` when the semibook is empty
Semibook integration tests suite getMinimumVolume
β
gets 1 unit if density is 0
β
gets minimum volume
Semibook integration tests suite initialization options Option.desiredPrice
β
does not fail if offer list is empty
β
fetches all offers if all have a better price
β
fetches only one chunk if no offers have a better price
β
stops fetching when a chunk with a worse price has been fetched
Semibook integration tests suite initialization options Option.desiredVolume {to: buy}
β
does not fail if offer list is empty
β
fetches all offers if offer list has insufficient volume
β
fetches only one chunk if it has sufficient volume
β
stops fetching when sufficient volume has been fetched
Semibook integration tests suite initialization options Option.desiredVolume {to: sell}
β
does not fail if offer list is empty
β
fetches all offers if offer list has insufficient volume
β
fetches only one chunk if it has sufficient volume
β
stops fetching when sufficient volume has been fetched
Semibook integration tests suite offerInfo
β
returns offer from cache, when offer is in cache
β
returns offer from cache, when offer is in cache
β
returns offer from contract, when offer is not in cache
β
returns offer from contract, when offer is not in cache
β Β test/unit/configuration.unit.test.ts
Configuration unit tests suite
β
Adding token config does not affect existing config
β
Can add token config of unknown token
β
can read mangroveOrder config
β
Reset of configuration reverts additions and changes
β Β test/unit/densityLib.unit.test.ts
Density unit test suite
β
test_density_convert_auto
β
test_density_manual
β
test_density_multiply_auto
β
test_multiply_manual
β
test_paramsTo96X32
β Β test/unit/liquidityProvider.unit.test.ts
Liquidity provider unit tests suite
β
normalizeOfferParams, ask tick = 0 price = 10 different decimals
β
normalizeOfferParams, ask tick = 0 price = 10 different decimals
β
normalizeOfferParams, ask tick = 0 same decimals
β
normalizeOfferParams, ask with tick = -1 different decimals
β
normalizeOfferParams, ask with tick = -1 different decimals
β
normalizeOfferParams, ask with tick = -1 same decimals
β
normalizeOfferParams, ask with tick = -1 same decimals
β
normalizeOfferParams, ask with tick = 1 different decimals
β
normalizeOfferParams, ask with tick = 1 different decimals
β
normalizeOfferParams, ask with tick = 1 same decimals
β
normalizeOfferParams, ask with tick = 1 same decimals
β
normalizeOfferParams, bid tick = 0 different decimals
β
normalizeOfferParams, bid tick = 0 same decimals
β
normalizeOfferParams, with big gives and wants, as asks
β
normalizeOfferParams, with gives and wants, as asks
β
normalizeOfferParams, with gives and wants, as bids
β
normalizeOfferParams, with gives, tick, asks and funding
β
normalizeOfferParams, with gives, tick, bids and no funding
β
normalizeOfferParams, with non-equal decimals gives, tick, bids and no funding
β
normalizeOfferParams, with volume and price 1, as asks
β
normalizeOfferParams, with volume and price 1, as bids
β
normalizeOfferParams, with volume and price 2, as asks
β
normalizeOfferParams, with volume and price 2, as bids
β Β test/unit/market.unit.test.ts
Market unit tests suite getBaseQuoteVolumes
β
returns gives as baseVolume and wants as quoteVolume
β
returns gives as quoteVolume and wants as baseVolume
Market unit tests suite getDisplayDecimalsForPriceDifferences
β
returns 7 decimals when difference is 1e-7
β
returns 7 decimals when difference is 9e-7
β
returns 7 decimals when difference is 9e-7
β
returns no decimals for empty list
β
returns no decimals for list with offers with same price
β
returns no decimals for list with one offer
β
returns no decimals when price differences are integers
β
returns one decimal when difference is -0.1
β
returns one decimal when difference is -0.9999999
β
returns one decimal when difference is 0.1
β
returns one decimal when difference is 0.9999999
β
returns the decimals for the first difference when that is smallest
β
returns the decimals for the last difference when that is smallest
Market unit tests suite getGivesForPrice
β
returns wants divided by price
β
returns wants multiplied by price
Market unit tests suite getGivesWantsForVolumeAtPrice
β
return gives = volume && wants = volume*price for undefined type
β
return gives = volume*price && wants = volume for undefined type
Market unit tests suite getWantsForPrice
β
returns gives multiplied by price
β
returns wants divided by price
β Β test/unit/prettyPrint.unit.test.ts
PrettyPrint Unit test suite consoleOffers
β
should use default filter
β
should use given filter
PrettyPrint Unit test suite prettyPrint
β
prints the offers using the given filter
β Β test/unit/semibook.unit.test.ts
Semibook unit test suite getIsVolumeDesiredForAsks
β
returns false, when desiredVolume is undefined
β
returns false, when what is base and to is sell
β
returns false, when what is quote and to is buy
β
returns true, when what is base and to is buy
β
returns true, when what is quote and to is sell
Semibook unit test suite getIsVolumeDesiredForBids
β
returns false, when desiredVolume is undefined
β
returns false, when what is base and to is buy
β
returns false, when what is quote and to is sell
β
returns true, when what is base and to is sell
β
returns true, when what is quote and to is buy
Semibook unit test suite getOfferFromCacheOrFail
β
returns offer when offer is in cache
β
throws error when offer is not in cache
Semibook unit test suite insertOffer
β
inserting offer exceeds maxOffer size, offer is not worst offer
β
inserting offer exceeds maxOffer size, offer is worst offer
β
inserts offer in empty book
β
inserts offer in non empty book, offer is at a better tick, tick already exist
β
inserts offer in non empty book, offer is at worse tick, tick already exist
β
inserts offer in non empty book, offer is better
β
inserts offer in non empty book, offer is in the middle
β
inserts offer in non empty book, offer is in the middle at an already existing tick
β
inserts offer in non empty book, offer is worse
Semibook unit test suite removeOffer
β
removes last offer in book
β
removes offer from empty book
β
removes offer from non empty book, offer is best offer, does not have others at same tick
β
removes offer from non empty book, offer is best offer, has others at same tick
β
removes offer from non empty book, offer is worst offer, has others at same tick
β
removes offer from non empty book, offer is worst offer, has others at same tick
β Β test/unit/tickLib.unit.test.ts
TickLib unit test suite divExpUp
β
a==0 then rem == 0, should return (a >> e) + rem
β
e<256 and a > 0
β
e>255 then rem == 1, should return (a >> e) + rem
TickLib unit test suite floatLt
β
returns false when exp_a < exp_b
β
returns false when exp_a == exp_b and mantissa_a >= mantissa_b
β
returns true when exp_a == exp_b and mantissa_a < mantissa_b
β
returns true when exp_a > exp_b and mantissa_a < mantissa_b
TickLib unit test suite getTickFromPrice
β
should return the correct tick for price, MAX_TICK
TickLib unit test suite inboundFromOutbound
β
should return the correct value of inbound from outbound based on tick
TickLib unit test suite inboundFromOutboundUp
β
should return the correct rounded up value of inbound from outbound based on tick
TickLib unit test suite inRange
β
should return false if tick is outside the range
β
should return true if tick is within the range
TickLib unit test suite nonNormalizedPriceFromTick
β
Test with maximum tick
β
Test with minimum tick
β
Test with negative tick
β
Test with positive tick
β
Test with tick exceeding MAX_TICK
TickLib unit test suite normalizePrice
β
should handle negative shift correctly
β
should handle positive shift correctly
β
should throw an error if exp is less than 0 after normalization
β
should throw an error if mantissa is zero
TickLib unit test suite outboundFromInbound
β
should return the correct value of outbound from inbound based on tick
TickLib unit test suite outboundFromInboundUp
β
should return the correct rounded up value of outbound from inbound based on tick
TickLib unit test suite priceFromTick
β
should return the correct price for tick, 0
β
should return the correct price for tick, 1
β
should return the correct price for tick, MAX_TICK
β
should return the correct price for tick, MIN_TICK
TickLib unit test suite priceFromVolumes
β
should return the correct mantissa and exp for non-zero inboundAmt and outboundAmt
β
should return the correct mantissa and exp when inboundAmt is 0
β
should return the correct mantissa and exp when outboundAmt is 0
TickLib unit test suite priceToMantissaAndExponent
β
should return the correct mantissa and exponent for price, MAX_TICK
β
should return the correct mantissa and exponent for price, MIN_TICK
β
should return the correct mantissa and exponent for price, tick = -1
β
should return the correct mantissa and exponent for price, tick = -1000
β
should return the correct mantissa and exponent for price, tick = 0
β
should return the correct mantissa and exponent for price, tick = 1
β
should return the correct mantissa and exponent for price, tick = 1000
TickLib unit test suite ratioFromTick
β
test_ratioFromTick
TickLib unit test suite tickFromNormalizedPrice
β
should return the correct tick for normalizedPrice
β
should revert with mgv/tickFromRatio/tooHigh
β
should revert with mgv/tickFromRatio/tooLow
TickLib unit test suite tickFromRatio
β
should return the correct tick for price
TickLib unit test suite tickFromVolumes
β
should return tick
β Β test/unit/tickPriceHelper.unit.test.ts
TickPriceHelper unit tests suite
β
manual calculation
β
manual calculation inverse decimals
TickPriceHelper unit tests suite inboundFromOutbound
β
inboundFromOutbound ba=asks base=1 quote=2 price=2
β
inboundFromOutbound ba=asks base=1 quote=2 price=2
β
inboundFromOutbound ba=asks base=2 quote=1 price=0.5
β
inboundFromOutbound ba=asks base=2 quote=1 price=0.5
β
inboundFromOutbound ba=asks base=6 quote=3 price=0.5
β
inboundFromOutbound ba=asks base=6 quote=3 price=0.5
β
inboundFromOutbound ba=bids base=1 quote=2 price=2
β
inboundFromOutbound ba=bids base=1 quote=2 price=2
β
inboundFromOutbound ba=bids base=2 quote=1 price=0.5
β
inboundFromOutbound ba=bids base=2 quote=1 price=0.5
β
inboundFromOutbound ba=bids base=6 quote=3 price=0.5
β
inboundFromOutbound ba=bids base=6 quote=3 price=0.5
β
outboundFromInbound ba=asks base=1 quote=2 price=2
β
outboundFromInbound ba=asks base=1 quote=2 price=2
β
outboundFromInbound ba=asks base=2 quote=1 price=0.5
β
outboundFromInbound ba=asks base=2 quote=1 price=0.5
β
outboundFromInbound ba=asks base=6 quote=3 price=0.5
β
outboundFromInbound ba=asks base=6 quote=3 price=0.5
β
outboundFromInbound ba=bids base=1 quote=2 price=2
β
outboundFromInbound ba=bids base=1 quote=2 price=2
β
outboundFromInbound ba=bids base=2 quote=1 price=0.5
β
outboundFromInbound ba=bids base=2 quote=1 price=0.5
β
outboundFromInbound ba=bids base=6 quote=3 price=0.5
β
outboundFromInbound ba=bids base=6 quote=3 price=0.5
TickPriceHelper unit tests suite priceFromTick
β
returns price=1 for tick 0 with base decimals: 6, quote decimals: 6 (asks semibook)
β
returns price=1 for tick 0 with base decimals: 6, quote decimals: 6 (bids semibook)
β
returns price=1.00000396574 for tick 414486 with base decimals: 18, quote decimals: 0 (bids semibook)
β
returns price=1.000096 for tick -414487 with base decimals: 0, quote decimals: 18 (bids semibook)
β
returns price=100 for tick 0 with base decimals: 2, quote decimals: 0 (asks semibook)
β
returns price=100 for tick 0 with base decimals: 2, quote decimals: 0 (bids semibook)
β
returns price=1838.53469156 for tick -75171 with base decimals: 18, quote decimals: 18 (bids semibook)
β
returns price=1838.534691561 for tick 75171 with base decimals: 18, quote decimals: 18 (asks semibook)
β
returns price=1e-12 for tick 0 with base decimals: 6, quote decimals: 18 (asks semibook)
β
returns price=1e-12 for tick 0 with base decimals: 6, quote decimals: 18 (bids semibook)
TickPriceHelper unit tests suite priceFromTick is inverse of tickFromPrice (up to tick-step)
β
returns price=1 for tickFromPrice(..., tickFromPrice(..., 1))) with base decimals: 6, quote decimals: 6 for asks semibook
β
returns price=1 for tickFromPrice(..., tickFromPrice(..., 1))) with base decimals: 6, quote decimals: 6 for bids semibook
β
returns price=1.00000396574 for tickFromPrice(..., tickFromPrice(..., 1.00000396574))) with base decimals: 18, quote decimals: 0 for bids semibook
β
returns price=1.000096 for tickFromPrice(..., tickFromPrice(..., 1.000096))) with base decimals: 0, quote decimals: 18 for bids semibook
β
returns price=100 for tickFromPrice(..., tickFromPrice(..., 100))) with base decimals: 2, quote decimals: 0 for asks semibook
β
returns price=100 for tickFromPrice(..., tickFromPrice(..., 100))) with base decimals: 2, quote decimals: 0 for bids semibook
β
returns price=1838.53469156 for tickFromPrice(..., tickFromPrice(..., 1838.53469156))) with base decimals: 18, quote decimals: 18 for bids semibook
β
returns price=1838.534691561 for tickFromPrice(..., tickFromPrice(..., 1838.534691561))) with base decimals: 18, quote decimals: 18 for asks semibook
β
returns price=1e-12 for tickFromPrice(..., tickFromPrice(..., 1e-12))) with base decimals: 6, quote decimals: 18 for asks semibook
β
returns price=1e-12 for tickFromPrice(..., tickFromPrice(..., 1e-12))) with base decimals: 6, quote decimals: 18 for bids semibook
TickPriceHelper unit tests suite tickFromPrice
β
returns tick=-414487 for price 1.000096 with base decimals: 0, quote decimals: 18 (bids semibook))
β
returns tick=-75171 for price 1838.53469156 with base decimals: 18, quote decimals: 18 (bids semibook))
β
returns tick=0 for price 1 with base decimals: 6, quote decimals: 6 (asks semibook))
β
returns tick=0 for price 1 with base decimals: 6, quote decimals: 6 (bids semibook))
β
returns tick=0 for price 100 with base decimals: 2, quote decimals: 0 (asks semibook))
β
returns tick=0 for price 100 with base decimals: 2, quote decimals: 0 (bids semibook))
β
returns tick=0 for price 1e-12 with base decimals: 6, quote decimals: 18 (asks semibook))
β
returns tick=0 for price 1e-12 with base decimals: 6, quote decimals: 18 (bids semibook))
β
returns tick=414486 for price 1.00000396574 with base decimals: 18, quote decimals: 0 (bids semibook))
β
returns tick=75171 for price 1838.534691561 with base decimals: 18, quote decimals: 18 (asks semibook))
TickPriceHelper unit tests suite tickFromPrice is inverse of priceFromTick (up to tick-step)
β
returns tick=-414487 for priceFromTick(..., priceFromTick(..., -414487))) with base decimals: 0, quote decimals: 18 for bids semibook
β
returns tick=-75171 for priceFromTick(..., priceFromTick(..., -75171))) with base decimals: 18, quote decimals: 18 for bids semibook
β
returns tick=0 for priceFromTick(..., priceFromTick(..., 0))) with base decimals: 2, quote decimals: 0 for asks semibook
β
returns tick=0 for priceFromTick(..., priceFromTick(..., 0))) with base decimals: 2, quote decimals: 0 for bids semibook
β
returns tick=0 for priceFromTick(..., priceFromTick(..., 0))) with base decimals: 6, quote decimals: 18 for asks semibook
β
returns tick=0 for priceFromTick(..., priceFromTick(..., 0))) with base decimals: 6, quote decimals: 18 for bids semibook
β
returns tick=0 for priceFromTick(..., priceFromTick(..., 0))) with base decimals: 6, quote decimals: 6 for asks semibook
β
returns tick=0 for priceFromTick(..., priceFromTick(..., 0))) with base decimals: 6, quote decimals: 6 for bids semibook
β
returns tick=414486 for priceFromTick(..., priceFromTick(..., 414486))) with base decimals: 18, quote decimals: 0 for bids semibook
β
returns tick=75171 for priceFromTick(..., priceFromTick(..., 75171))) with base decimals: 18, quote decimals: 18 for asks semibook
β Β test/unit/trade.unit.test.ts
Trade unit tests suite comparePrices
β
returns false, when price = referencePrice and compare is βgtβ
β
returns false, when price = referencePrice and compare is βltβ
β
returns false, when price > referencePrice and compare is βgtβ
β
returns false, when price > referencePrice and compare is βltβ
β
returns true, when price < referencePrice and compare is βgtβ
β
returns true, when price < referencePrice and compare is βltβ
Trade unit tests suite getParamsForBuy
β
returns fillVolume as fillVolume, tick as tick and fillWants as fillWants, when params has tick, fillVolume and fillWants
β
returns fillVolume as fillVolume, tick as tick and fillWants as true, when params has fillVolume and tick, but no fillWants
β
returns fillVolume as gives, tick as TickLib.fromVolume(gives,wants) and fillWants as fillWants, when params has gives, wants and fillWants
β
returns fillVolume as total, tick as tick(price) and fillWants false, when params has price!=null and total
β
returns fillVolume as volume, tick as -1*tick(price) and fillWants true, when params has price!=null and volume
Trade unit tests suite getParamsForSell
β
returns fillVolume as fillVolume, tick as tick and fillWants false, when params has wants and gives, but no fillWants
β
returns fillVolume as gives, tick as TickLib.fromVolume(gives,wants) and fillWants as fillWants, when params has gives, wants and fillWants
β
returns fillVolume as total, tick as tick(price) and fillWants true, when params has price!=null and total
β
returns fillVolume as volume, tick as tick(price) and fillWants false, when params has price!=null and volume
β
returns wants as wants, gives as gives and fillWants as fillWants, when params has wants, gives and fillWants
Trade unit tests suite isPriceBetter
β
Uses βgtβ when ba = bids
β
Uses βltβ when ba = asks
Trade unit tests suite isPriceWorse
β
Uses βgtβ when ba = bids
β
Uses βltβ when ba = asks
Trade unit tests suite validateSlippage
β
return given slippage, when it is valid
β
returns 0, when slippage is undefined
β
throw error, when slippage is above 100
β
throw error, when slippage is lower than 0
β Β test/unit/tradeEventManagement.unit.test.ts
TradeEventManagement unit tests suite createPosthookFailure
β
returns posthookFailure object, always
TradeEventManagement unit tests suite createSuccess
β
returns Success object, always
TradeEventManagement unit tests suite createSummary
β
return summary with partialFill as true, when partialFill func returns true
TradeEventManagement unit tests suite createSummaryForOrderComplete
β
returns createSummary, always
TradeEventManagement unit tests suite createSummaryForOrderSummary
β
returns createSummary with offerId, always
TradeEventManagement unit tests suite createTradeFailure
β
returns TradeFailure object, always
β Β test/unit/unitCalculations.unit.test.ts
UnitCalculations unit tests suite fromUnits
β
returns Big number, amount is BigNumber and nameOrDecimal is number
β
returns Big number, amount is number and nameOrDecimal is number
β
returns Big number, amount is number and nameOrDecimal is string
β
returns Big number, amount is string and nameOrDecimal is number
Loading