Skip to content

Conversation

@pinheadmz
Copy link
Contributor

My god, it's beautiful...

src/warnet ONLY contains python files (+2 json files for configuration)

Now there's specific places for everything so the kids always know where to put their toys away

.
├── LICENSE
├── MANIFEST.in
├── README.md
├── docs
│   ├── data.md
│   ├── developer-notes.md
│   ├── graph.md
│   ├── install.md
│   ├── lightning.md
│   ├── machines.webp
│   ├── monitoring.md
│   ├── quickrun.md
│   ├── random_internet_as_graph_n100.png
│   ├── release-process.md
│   ├── running.md
│   ├── scenarios.md
│   ├── services.md
│   └── warcli.md
├── graphs
│   └── default.graphml
├── images
│   ├── bitcoin
│   ├── rpc
│   ├── sidecar
│   └── tor
├── justfile
├── manifests
│   ├── grafana_values.yaml
│   ├── loki_values.yaml
│   ├── namespace.yaml
│   ├── rbac-config.yaml
│   ├── warnet-rpc-service.yaml
│   ├── warnet-rpc-statefulset-dev.yaml
│   └── warnet-rpc-statefulset.yaml
├── pyproject.toml
├── requirements.in
├── requirements.txt
├── scripts
│   ├── apidocs.py
│   ├── build-k8s-rpc.sh
│   ├── connect_logging.sh
│   ├── graphdocs.py
│   ├── install_logging.sh
│   └── quick_start.sh
├── src
│   ├── __init__.py
│   ├── test_framework
│   └── warnet
└── test
    ├── __init__.py
    ├── build_branch_test.py
    ├── dag_connection_test.py
    ├── data
    ├── framework_tests
    ├── graph_test.py
    ├── ln_test.py
    ├── onion_test.py
    ├── rpc_test.py
    ├── scenarios_test.py
    └── test_base.py

16 directories, 45 files

@pinheadmz pinheadmz marked this pull request as ready for review July 29, 2024 19:49
@willcl-ark
Copy link
Contributor

This breaks pypi packaging entirely though :'(

@willcl-ark
Copy link
Contributor

Will need something like the final commit here: willcl-ark#17

@willcl-ark
Copy link
Contributor

Cherry-picked commit over here for easier review


import click

MANIFEST_PATH = files("manifests")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL, cool

@pinheadmz pinheadmz merged commit 5ec7b00 into bitcoin-dev-project:main Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants