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

feat: add task manager #20

Closed
wants to merge 10 commits into from

merge avs module and add bls precompile

f22bc1f
Select commit
Loading
Failed to load commit list.
Closed

feat: add task manager #20

merge avs module and add bls precompile
f22bc1f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 5, 2024 in 4s

5 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 596 in x/avs/types/tx.pb.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 815 in x/avs/types/tx.pb.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 625 in x/taskmanageravs/types/tx.pb.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 785 in x/taskmanageravs/types/tx.pb.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check notice on line 5 in precompiles/avsTask/parser.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note

Certain system packages contain functions which may be a possible source of non-determinism

Check warning on line 16 in x/taskmanageravs/keeper/abci.go

See this annotation in the file changed.

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt

Check warning on line 23 in precompiles/avsTask/parser.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of ok is never used.

Check notice on line 5 in precompiles/bls/parser.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note

Certain system packages contain functions which may be a possible source of non-determinism

Check warning on line 23 in precompiles/bls/parser.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of ok is never used.