Skip to content

feat: Add Stylus Constructors #1591

feat: Add Stylus Constructors

feat: Add Stylus Constructors #1591

Triggered via pull request February 4, 2025 15:31
@0xNeshi0xNeshi
synchronize #522
constructors
Status Failure
Total duration 7m 47s
Artifacts

gas-bench.yml

on: pull_request
Gas usage report
7m 36s
Gas usage report
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
Gas usage report: benches/src/erc20.rs#L39
failed to canonicalize path "/home/runner/work/rust-contracts-stylus/rust-contracts-stylus/benches/../examples/erc20/src/constructor.sol": No such file or directory (os error 2)
Gas usage report: benches/src/ownable.rs#L24
failed to canonicalize path "/home/runner/work/rust-contracts-stylus/rust-contracts-stylus/benches/../examples/ownable/src/constructor.sol": No such file or directory (os error 2)
Gas usage report: benches/src/vesting_wallet.rs#L41
failed to canonicalize path "/home/runner/work/rust-contracts-stylus/rust-contracts-stylus/benches/../examples/vesting-wallet/src/constructor.sol": No such file or directory (os error 2)
Gas usage report: benches/src/vesting_wallet.rs#L42
failed to canonicalize path "/home/runner/work/rust-contracts-stylus/rust-contracts-stylus/benches/../examples/erc20/src/constructor.sol": No such file or directory (os error 2)
Gas usage report: benches/src/erc20.rs#L97
failed to resolve: use of undeclared type `Erc20Example`
Gas usage report: benches/src/ownable.rs#L68
failed to resolve: use of undeclared type `OwnableExample`
Gas usage report: benches/src/vesting_wallet.rs#L97
failed to resolve: use of undeclared type `VestingWalletExample`
Gas usage report: benches/src/vesting_wallet.rs#L110
failed to resolve: use of undeclared type `Erc20Example`
Gas usage report
Process completed with exit code 101.
Gas usage report: contracts/src/token/erc20/extensions/erc4626.rs#L25
unused import: `IERC20Metadata`
Gas usage report: contracts/src/token/erc20/extensions/erc4626.rs#L25
unused import: `IERC20Metadata`
Gas usage report: benches/src/erc20.rs#L6
unused import: `SolConstructor`
Gas usage report: benches/src/ownable.rs#L6
unused import: `SolConstructor`