Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

EcPairing precompile implementation #178

EcPairing precompile implementation

EcPairing precompile implementation #178

Triggered via pull request November 12, 2023 22:00
Status Failure
Total duration 1m 58s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: test/EcPairing.spec.ts#L15
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000001"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000001"`
lint: test/EcPairing.spec.ts#L49
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000001"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000001"`
lint: test/EcPairing.spec.ts#L67
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000001"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000001"`
lint: test/EcPairing.spec.ts#L77
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000000"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000000"`
lint: test/EcPairing.spec.ts#L87
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000001"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000001"`
lint: test/EcPairing.spec.ts#L97
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000000"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000000"`
lint: test/EcPairing.spec.ts#L107
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000000"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000000"`
lint: test/EcPairing.spec.ts#L113
Replace `⏎········ecPairing,⏎········""⏎······` with `ecPairing,·""`
lint: test/EcPairing.spec.ts#L117
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000001"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000001"`
lint: test/EcPairing.spec.ts#L127
Replace `⏎········"0x0000000000000000000000000000000000000000000000000000000000000001"⏎······` with `"0x0000000000000000000000000000000000000000000000000000000000000001"`
lint: contracts/AccountCodeStorage.sol#L5
global import of path ./interfaces/IAccountCodeStorage.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/AccountCodeStorage.sol#L6
global import of path ./libraries/Utils.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/AccountCodeStorage.sol#L26
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L37
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L48
Use Custom Errors instead of require statements
lint: contracts/AccountCodeStorage.sol#L57
Use Custom Errors instead of require statements
lint: contracts/BootloaderUtilities.sol#L5
global import of path ./interfaces/IBootloaderUtilities.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/BootloaderUtilities.sol#L6
global import of path ./libraries/TransactionHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/BootloaderUtilities.sol#L7
global import of path ./libraries/RLPEncoder.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/BootloaderUtilities.sol#L8
global import of path ./libraries/EfficientCall.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)