Skip to content

Commit

Permalink
GigaChannel removal (#7726)
Browse files Browse the repository at this point in the history
* Removed GigaChannelManager/channel db tables

* Removed channel endpoints

* Removed GigaChannelCommunity

* Moved remote search to SearchEndpoint

* Fix debug window

* Removed channels from GUI

* Fixed/removed metadata tests

* Fix popularity tests

* Post-rebase cleanup

---------

Co-authored-by: Egbert Bouman <ebouman@gmail.com>
  • Loading branch information
qstokkink and egbertbouman committed Nov 30, 2023
1 parent b9f0603 commit 8bb85b5
Show file tree
Hide file tree
Showing 105 changed files with 916 additions and 13,177 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/scripttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,3 @@ jobs:
command: python ./scripts/experiments/tunnel_community/speed_test_exit.py --fragile
duration: ${{inputs.duration}}

#seedbox

- name: generate_test_data.py
run: |
python ./scripts/seedbox/generate_test_data.py --destination=./test_data --count=10
- name: disseminator.py
uses: ./.github/actions/timeout
with:
command: python ./scripts/seedbox/disseminator.py --source=./test_data --fragile --testnet
duration: ${{inputs.duration}}

- name: seeder.py
uses: ./.github/actions/timeout
with:
command: python ./scripts/seedbox/seeder.py --source=./test_data --testnet
duration: ${{inputs.duration}}
98 changes: 0 additions & 98 deletions scripts/seedbox/README.md

This file was deleted.

223 changes: 0 additions & 223 deletions scripts/seedbox/disseminator.py

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/seedbox/generate_test_data.py

This file was deleted.

0 comments on commit 8bb85b5

Please sign in to comment.