eng-360: add openMarkets feature - save wip #73
pull-request.yml
on: pull_request
Verify
/
Lint
17s
Verify
/
Test
43s
Verify
/
Build
20s
Annotations
10 errors
Verify / Build:
src/actions/open-markets.ts#L7
Cannot find module '~mgv/types/index.js' or its corresponding type declarations.
|
Verify / Build:
src/actions/open-markets.ts#L8
Cannot find module '~mgv/types/actions/open-markets.js' or its corresponding type declarations.
|
Verify / Build:
src/builder/open-markets.ts#L58
Cannot find name 'CompleteOffer'.
|
Verify / Build:
src/builder/open-markets.ts#L59
Tuple type 'readonly [readonly { tkn0: `0x${string}`; tkn1: `0x${string}`; tickSpacing: bigint; }[], readonly { config01: { fee: bigint; active: boolean; rawDensity: bigint; binPosInLeaf: bigint; level3: bigint; level2: bigint; level1: bigint; root: bigint; kilo_offer_gasbase: bigint; lock: boolean; last: bigint; }; config10: {...' of length '2' has no element at index '2'.
|
Verify / Build:
src/builder/open-markets.ts#L59
Tuple type 'readonly [readonly { tkn0: `0x${string}`; tkn1: `0x${string}`; tickSpacing: bigint; }[], readonly { config01: { fee: bigint; active: boolean; rawDensity: bigint; binPosInLeaf: bigint; level3: bigint; level2: bigint; level1: bigint; root: bigint; kilo_offer_gasbase: bigint; lock: boolean; last: bigint; }; config10: {...' of length '2' has no element at index '3'.
|
Verify / Build:
src/builder/open-markets.ts#L61
Cannot find name 'unpackOffer'.
|
Verify / Build:
src/builder/open-markets.ts#L61
'offersPacked' is possibly 'undefined'.
|
Verify / Build:
src/builder/open-markets.ts#L62
Cannot find name 'unpackOfferDetail'.
|
Verify / Build:
src/builder/open-markets.ts#L62
'offerDetailsPacked' is possibly 'undefined'.
|
Verify / Build:
src/builder/open-markets.ts#L63
Cannot find name 'rpcOfferToHumanOffer'.
|