Skip to content

Merge branch 'feat/live-balances' of https://github.com/defi-wonderla… #132

Merge branch 'feat/live-balances' of https://github.com/defi-wonderla…

Merge branch 'feat/live-balances' of https://github.com/defi-wonderla… #132

Triggered via push May 17, 2024 11:55
Status Failure
Total duration 32s
Artifacts

ci.yml

on: push
Run Unit Tests
17s
Run Unit Tests
Run Integration Tests
16s
Run Integration Tests
Lint Commit Messages
23s
Lint Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
Run Integration Tests
Process completed with exit code 1.
Run Unit Tests
Process completed with exit code 1.
Run Integration Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint Commit Messages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L16
global import of path ./BMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L17
global import of path ./BToken.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L19
Variable "Utils" is unused
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L21
Variable "IConditionalOrder" is unused
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L74
Immutable variables name should be capitalized SNAKE_CASE
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L79
Immutable variables name should be capitalized SNAKE_CASE
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L83
Immutable variables name should be capitalized SNAKE_CASE
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L87
Immutable variables name should be capitalized SNAKE_CASE
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L277
'approveUnlimited' should start with _
Lint Commit Messages: src/contracts/BaseBCoWPool.sol#L292
'requireMatchingCommitment' should start with _