FIX: [rebalance] round down quantity #5564
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, actions/setup-go@v4, codecov/codecov-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/
|
|
|
cmd/bbgo/main.go#L1
should have a package comment
|
pkg/datasource/wise/client.go#L1
should have a package comment
|
pkg/datasource/wise/rate_request.go#L11
comment on exported type RateRequest should be of the form "RateRequest ..." (with optional leading article)
|
pkg/exchange/max/maxapi/v3/get_wallet_closed_orders_request.go#L13
exported method Client.NewGetWalletClosedOrdersRequest should have comment or be unexported
|
pkg/exchange/max/maxapi/v3/cancel_order_request.go#L1
should have a package comment
|
pkg/exchange/max/maxapi/v3/get_margin_repayment_history_request.go#L16
exported type RepaymentRecord should have comment or be unexported
|
pkg/exchange/max/maxapi/v3/get_wallet_open_orders_request.go#L13
exported method Client.NewGetWalletOpenOrdersRequest should have comment or be unexported
|
pkg/exchange/max/maxapi/v3/margin_loan_request.go#L9
exported method Client.NewMarginLoanRequest should have comment or be unexported
|
pkg/datatype/bools/slice.go#L1
should have a package comment
|
This job succeeded
Loading