feat: add RouteRanker class for ranking bridge routes based on configurable weights #37
Annotations
10 errors and 9 warnings
|
Run npm run lint:
apps/docs/src/stories/Header.stories.ts#L7
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/docs/src/stories/Button.stories.ts#L75
Unsafe call of a type that could not be resolved
|
|
Run npm run lint:
apps/docs/src/stories/Button.stories.ts#L75
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/docs/src/stories/Button.stories.ts#L61
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/docs/src/index.ts#L29
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/docs/src/index.ts#L28
Unsafe call of a type that could not be resolved
|
|
Run npm run lint:
apps/docs/src/index.ts#L28
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/docs/src/index.ts#L18
Unsafe assignment of an error typed value
|
|
Run npm run lint:
apps/docs/src/index.ts#L17
Unsafe call of a type that could not be resolved
|
|
Run npm run lint:
apps/docs/src/index.ts#L17
Unsafe assignment of an error typed value
|
|
Run npm run lint:
src/main.ts#L11
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npm run lint:
libs/ui-components/src/theme/utils/merge-theme.ts#L31
Unsafe argument of type `any` assigned to a parameter of type `Record<string, any>`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/stellar.ts#L332
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/stellar.ts#L331
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/mock-rpc.ts#L44
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L110
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L85
Unsafe argument of type `any` assigned to a parameter of type `string | number | bigint | boolean`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L83
Unsafe argument of type `any` assigned to a parameter of type `string | number | bigint | boolean`
|
|
Run npm run lint:
apps/web/components/ui-lib/hooks/useTransactionPersistence.ts#L32
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<TransactionState>`
|
Loading