Commit Graph

15 Commits

Author SHA1 Message Date
66bd027161 Feat/587-circuit-relay (#611)
* feat: implemented setup of circuit relay and test cases

* chore: remove test files to be rewritten

* added 1 test suite for protocol

* added 1 test suite for discovery

* fixed protocol timeouts and message types to handle reservations and stream operations.

* Resolved merge conflict in libp2p/tools/utils.py by combining timeout approach with retry mechanism

* fix: linting issues

* docs: updated documentation with circuit-relay

* chore: added enums, improved typing, security and examples

* fix: created proper __init__ file to ensure importability

* fix: replace transport_opt with listen_addrs in examples, fixed typing and improved code

* fix type checking issues across relay module and test suite

* regenerated circuit_pb2 file protobuf version 3

* fixed circuit relay example and moved imports to top in test_security_multistream

* chore: moved imports to the top

* chore: fixed linting of test_circuit_v2_transport.py

---------

Co-authored-by: Manu Sheel Gupta <manusheel.edu@gmail.com>
2025-06-18 15:39:39 -06:00
d0e997061e doc: add install and getting started documentation 2025-04-11 18:01:57 -06:00
460db3dce8 merge template, fill vars, lint 2025-01-25 14:43:45 -07:00
d8d0f05a88 update default docs and release process, drop bumpversion for
bump-my-version
2024-05-21 14:01:08 -06:00
eea065fb57 reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building 2024-04-20 09:18:26 -06:00
1206fbef3d moving contributing info from README to Contributing docs 2024-04-20 09:18:26 -06:00
9af46b679a Create frame for friendlier docs, rebuild autodocs 2024-04-06 11:40:14 -06:00
7099bbaaa4 Add pre commit (#103)
* add pre-commit

* run pre-commit

* skip lint on README.md as it breaks template filling
2023-10-04 13:32:07 -06:00
2a1c8f83b4 minor formatting updates, remove contributing docs 2023-05-01 16:29:09 -06:00
da9b95f37c introduce contributing doc + main branch convention (#84) 2023-05-01 15:19:16 -06:00
d503950179 Fix all doc build warnings 2019-11-26 17:44:33 -08:00
d589daf00d Fill in template variables 2019-11-26 13:33:57 -08:00
02fe35663c Setup towncrier to generate release notes 2019-11-25 21:44:29 +01:00
195249cdab docs cleanup: Makefile, conf, warnings 2018-01-30 11:18:16 -08:00
1d4e19d929 add docs index 2018-01-24 17:07:48 -08:00