Skip to content

LSBBA / Migrate batch auctions code to benefit from atomic auction changes #41

LSBBA / Migrate batch auctions code to benefit from atomic auction changes

LSBBA / Migrate batch auctions code to benefit from atomic auction changes #41

Triggered via pull request January 18, 2024 11:25
Status Success
Total duration 57s
Artifacts

test.yml

on: pull_request
Foundry project
46s
Foundry project
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Foundry project
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Foundry project: src/AuctionHouse.sol#L202
'calculateFees' should start with _
Foundry project: src/bases/Derivatizer.sol#L4
imported name Veecode is not used
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L4
global import of path src/modules/Auction.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L73
Variable "id_" is unused
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L74
Variable "bids_" is unused
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L84
Variable "recipient_" is unused
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L85
Variable "referrer_" is unused
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L86
Variable "id_" is unused
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L87
Variable "amount_" is unused
Foundry project: src/modules/auctions/bases/BatchAuction.sol#L88
Variable "minAmountOut_" is unused