Skip to content

Commit

Permalink
Remove evil tools
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Oct 25, 2023
1 parent 5ca8de5 commit 94aebce
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 7,965 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build internal tools
on:
pull_request:
paths:
- 'tools/evil-spammer/**'
- 'tools/genesis-snapshot/**'
jobs:

Expand All @@ -23,10 +22,6 @@ jobs:
- name: Print Go version
run: go version

- name: Build evil-spammer tool
working-directory: tools/evil-spammer
run: go mod tidy && go build .

- name: Build genesis-snapshot tool
working-directory: tools/genesis-snapshot
run: go mod tidy && go build .
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ dist/
# snapshot and settings file
*.bin
tools/docker-network/docker-network.snapshot
tools/evil-spammer/evil-spammer


2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ run:
tests: true
skip-dirs:
- components/dashboard
- tools/evilwallet
- tools/evil-spammer
skip-files:
- ".*_test.go$"
- "testframework.go"
Expand Down
4 changes: 0 additions & 4 deletions scripts/go_mod_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ pushd tools/genesis-snapshot
go mod tidy
popd

pushd tools/evil-spammer
go mod tidy
popd

popd
3 changes: 0 additions & 3 deletions tools/evil-spammer/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions tools/evil-spammer/accountwallet/commands.go

This file was deleted.

219 changes: 0 additions & 219 deletions tools/evil-spammer/accountwallet/config.go

This file was deleted.

Loading

0 comments on commit 94aebce

Please sign in to comment.