Add external liquidity providers #223
Annotations
10 errors and 1 warning
unit tests:
server/internal/core/ports/repo_manager.go#L3
could not import github.com/ark-network/ark/internal/core/domain (-: import cycle not allowed in test) (typecheck)
|
unit tests:
server/internal/core/domain/events.go#L1
: import cycle not allowed in test (typecheck)
|
unit tests:
server/internal/infrastructure/tx-builder/covenant/builder.go#L9
could not import github.com/ark-network/ark/internal/core/domain (-: import cycle not allowed in test) (typecheck)
|
unit tests:
server/internal/core/application/service.go#L14
could not import github.com/ark-network/ark/internal/core/domain (-: import cycle not allowed in test) (typecheck)
|
unit tests:
server/internal/core/application/utils.go#L45
p.Receivers undefined (type *timedPayment has no field or method Receivers) (typecheck)
|
unit tests:
server/internal/core/application/utils.go#L71
p.Receivers undefined (type *timedPayment has no field or method Receivers) (typecheck)
|
unit tests:
server/internal/core/application/utils.go#L91
p.Id undefined (type timedPayment has no field or method Id) (typecheck)
|
unit tests:
server/internal/core/application/utils.go#L133
payment.Id undefined (type *timedPayment has no field or method Id) (typecheck)
|
unit tests:
server/internal/core/application/utils.go#L134
payment.Inputs undefined (type *timedPayment has no field or method Inputs) (typecheck)
|
unit tests:
server/internal/core/application/utils.go#L135
payment.Receivers undefined (type *timedPayment has no field or method Receivers) (typecheck)
|
unit tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|