Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all the lint stuff #3802

Merged
merged 1 commit into from
Nov 20, 2024

fix all the linter stuff

bbaebb5
Select commit
Loading
Failed to load commit list.
Merged

Fix all the lint stuff #3802

fix all the linter stuff
bbaebb5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 19, 2024 in 0s

43.50% of diff hit (target 75.81%)

View this Pull Request on Codecov

43.50% of diff hit (target 75.81%)

Annotations

Check warning on line 18 in packages/evm/examples/decode-opcodes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/examples/decode-opcodes.ts#L14-L18

Added lines #L14 - L18 were not covered by tests

Check warning on line 22 in packages/evm/examples/decode-opcodes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/examples/decode-opcodes.ts#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 26 in packages/evm/examples/decode-opcodes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/examples/decode-opcodes.ts#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 53 in packages/evm/examples/decode-opcodes.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/examples/decode-opcodes.ts#L53

Added line #L53 was not covered by tests

Check warning on line 31 in packages/evm/src/opcodes/util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/opcodes/util.ts#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 37 in packages/evm/src/opcodes/util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/opcodes/util.ts#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 41 in packages/evm/src/opcodes/util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/opcodes/util.ts#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 48 in packages/evm/src/opcodes/util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/opcodes/util.ts#L44-L48

Added lines #L44 - L48 were not covered by tests

Check warning on line 61 in packages/evm/src/opcodes/util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/opcodes/util.ts#L52-L61

Added lines #L52 - L61 were not covered by tests

Check warning on line 93 in packages/evm/src/precompiles/bls12_381/mcl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/precompiles/bls12_381/mcl.ts#L93

Added line #L93 was not covered by tests

Check warning on line 45 in packages/evm/src/precompiles/bls12_381/noble.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/precompiles/bls12_381/noble.ts#L45

Added line #L45 was not covered by tests

Check warning on line 73 in packages/evm/src/precompiles/bn254/noble.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/precompiles/bn254/noble.ts#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 76 in packages/evm/src/precompiles/bn254/noble.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/precompiles/bn254/noble.ts#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 60 in packages/evm/src/verkleAccessWitness.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/verkleAccessWitness.ts#L48-L60

Added lines #L48 - L60 were not covered by tests

Check warning on line 80 in packages/evm/src/verkleAccessWitness.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/evm/src/verkleAccessWitness.ts#L62-L80

Added lines #L62 - L80 were not covered by tests

Check warning on line 30 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 33 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 37 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 43 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L39-L43

Added lines #L39 - L43 were not covered by tests

Check warning on line 47 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 50 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 58 in packages/vm/examples/run-blockchain.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/vm/examples/run-blockchain.ts#L52-L58

Added lines #L52 - L58 were not covered by tests