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

refactor(signing): remove polar and eth_secp256k1 #1191

Merged
merged 9 commits into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ test-localnet-no-build:
###############################################################################

format:
@$(MAKE) license-fix buf-lint-fix forge-lint-fix golines golangci-fix
@$(MAKE) license-fix buf-lint-fix forge-lint-fix golangci-fix

lint:
@$(MAKE) license buf-lint forge-lint golangci gosec
Expand Down Expand Up @@ -325,20 +325,6 @@ golangci-fix:
@go list -f '{{.Dir}}/...' -m | xargs golangci-lint run --timeout=10m --fix --concurrency 8 -v


#################
# golines #
#################

golines-install:
@echo "--> Installing golines"
@go install github.com/segmentio/golines

golines:
@$(MAKE) golines-install
@echo "--> Running golines"
@golines --reformat-tags --shorten-comments --write-output --max-len=99 -l ./.


#################
# license #
#################
Expand Down Expand Up @@ -432,5 +418,5 @@ repo-rinse: |
test-e2e test-e2e-no-build hive-setup hive-view test-hive \
test-hive-v test-localnet test-localnet-no-build format lint \
forge-lint-fix forge-lint golangci-install golangci golangci-fix \
golines-install golines license-install license license-fix \
license-install license license-fix \
gosec-install gosec buf-install buf-lint-fix buf-lint sync tidy repo-rinse

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading