Skip to content

FIX: [rebalance] round down quantity #5564

FIX: [rebalance] round down quantity

FIX: [rebalance] round down quantity #5564

Triggered via pull request July 9, 2024 04:08
Status Success
Total duration 13m 15s
Artifacts

go.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build (6.2, 1.21)
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/
build (6.2, 1.21)
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/
build (6.2, 1.21)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
build (6.2, 1.21)
Unexpected input(s) 'reporter', 'fail_on_error', valid inputs are ['entryPoint', 'args', 'config', 'exclude', 'path']
build (6.2, 1.21): cmd/bbgo/main.go#L1
should have a package comment
build (6.2, 1.21): pkg/datasource/wise/client.go#L1
should have a package comment
build (6.2, 1.21): pkg/datasource/wise/rate_request.go#L11
comment on exported type RateRequest should be of the form "RateRequest ..." (with optional leading article)
build (6.2, 1.21): pkg/exchange/max/maxapi/v3/get_wallet_closed_orders_request.go#L13
exported method Client.NewGetWalletClosedOrdersRequest should have comment or be unexported
build (6.2, 1.21): pkg/exchange/max/maxapi/v3/cancel_order_request.go#L1
should have a package comment
build (6.2, 1.21): pkg/exchange/max/maxapi/v3/get_margin_repayment_history_request.go#L16
exported type RepaymentRecord should have comment or be unexported
build (6.2, 1.21): pkg/exchange/max/maxapi/v3/get_wallet_open_orders_request.go#L13
exported method Client.NewGetWalletOpenOrdersRequest should have comment or be unexported
build (6.2, 1.21): pkg/exchange/max/maxapi/v3/margin_loan_request.go#L9
exported method Client.NewMarginLoanRequest should have comment or be unexported
build (6.2, 1.21): pkg/datatype/bools/slice.go#L1
should have a package comment