86dce72ae0
fix: regenerate protobuf files to match runtime version
2025-05-09 17:31:15 -06:00
fabf2cefc4
feat: implement get_remote_address via delegation pattern
2025-03-24 08:02:21 -06:00
ddf68ee4e0
rebuild protobufs with protoc v30.1
2025-03-23 16:49:19 -06:00
d7eab27564
refactored and moved all interfaces to abc.py ( #504 )
...
* refactored : host_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored : network_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored : notifee_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored : net_connection_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored: raw_connection_interface, secure_conn_interface and stream_muxer abc.py
* refactored: addrbook_interface
* refactored :peerdata_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :peermetadata_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :multiselect_client_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :multiselect_communicator_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :multiselect_muxer_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :interfaces
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :security_transport_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* refactored :listener_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* moved all interfaces and typing files
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
* fixed documentation and moved pubsub abc.py
Co-authored-by: Khwahish Patel <khwahish.p1@ahduni.edu.in >
* added exclude-members in custom_types docs
* added : newsfragment for moving all interfaces to libp2p.abc
---------
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com >
Co-authored-by: Mystical <125946525+mystical-prog@users.noreply.github.com >
2025-02-21 16:01:45 -07:00
e7a9ee78a8
rename typing.py to custom_types.py for clarity
2025-02-02 07:18:52 -07:00
8787613e91
run lint with pyupgrade at py39-plus
2025-01-25 15:48:39 -07:00
125df142f6
bump protobufs dep to >= 5.27.2 and rebuild protobufs definitions with protoc 27.2
2024-07-04 17:04:06 -06:00
c770a05d23
rebuild protobufs adding ECC_P256 to KeyType
2024-04-27 12:17:54 -06:00
8dda7b933e
turn mypy checks back on, fix some errors
2024-04-27 10:12:39 -06:00
383ffcb12c
fixed noise_state returns bytearray where we want bytes, add slow to pytest markers
2024-03-09 11:02:22 -07:00
ee4e9c4645
rename libp2p test dir and rebuild protobufs
2024-03-02 11:10:05 -07:00
94483714a3
run lint and fix errors, except mypy
2024-02-19 16:05:58 -07:00
080f8edc8e
Use trio.lowlevel instead of trio.hazmat
...
Since trio 0.15.0, hazmat has been deprecated.
trio-typing and mypy are bumped to support newer trio and each other.
2021-02-23 22:02:34 +07:00
36a4a9150d
Interop tests updated and fixed.
2020-08-25 15:59:22 -06:00
1af12ddf43
interop test: support both noise and plaintext
2020-02-28 15:50:03 +08:00
cb4e1115c6
Remove wrong encoding
2020-02-28 15:50:03 +08:00
c1f6054b3c
plaintext: update pb
2020-02-28 15:50:03 +08:00
728d9e5c9c
Noise: update pb
2020-02-28 15:50:02 +08:00
f8240bd2cb
plaintext: use varint msg read/writer
2020-02-28 15:50:02 +08:00
6016ea731b
BaseMsgReadWriter
...
- Change `BaseMsgReadWriter` to encode/decode messages with abstract
method, which can be implemented by the subclasses. This allows us to
create subclasses `FixedSizeLenMsgReadWriter` and
`VarIntLenMsgReadWriter`.
2020-02-28 15:50:01 +08:00
a9f4f285ee
Noise: clean up dup code
2020-02-28 15:50:01 +08:00
13e8f496a7
Noise: add noise option in the factories and tests
2020-02-28 15:50:01 +08:00
1d2a976597
Remove TODOs
2020-02-28 15:50:00 +08:00
48a7c1a969
Security: ensure remote pubkeys are stored
2020-02-28 15:50:00 +08:00
f0df2d189f
Plaintext: use existing msgio reader
2020-02-28 15:49:59 +08:00
3c2e835725
Security: SecureSession
...
Make security sessions(secio, noise) share the same implementation
`BaseSession` to avoid duplicate implementation of buffered read.
2020-02-28 15:49:59 +08:00
2df47a943c
Refactor
2020-02-28 15:49:59 +08:00
ea645f0bd6
Copied read/write from secio
2020-02-28 15:49:58 +08:00
f8739268e2
Noise: encrypt and decrypt in NoiseConnection
...
TODO: Add a buffer to read only `n` bytes in `read(n)`
2020-02-28 15:49:58 +08:00
6ea96e9313
Add comments in pattern xx
2020-02-28 15:49:57 +08:00
d0290d2b5a
Noise: complete handshake process
...
TODO
- Figure out why `state.rs` is erased at some moment(even handshake
is not done).
- Refactor
- Add tests
2020-02-28 15:49:56 +08:00
8a4ebd4cbb
Support read/write of noise msg and payload
2020-02-28 15:49:56 +08:00
95959725db
Noise pattern: Fix flake8
2020-02-15 12:18:19 +08:00
d7fabab3e1
Noise: add compiled pb2.py
2020-02-09 13:23:12 +08:00
0324a69841
Noise: add PatternXX
2020-02-09 00:33:26 +08:00
f27db83a14
Noise: add TODO comments
2020-02-08 10:48:29 +08:00
fb53edbc04
Change async def write
...
To return `None` instead of `int. `Writer.write` *does* write all data
in all use case.
2020-02-08 10:24:37 +08:00
1152f9b703
Update libp2p/security/noise/transport.py
...
Co-Authored-By: Alex Stokes <r.alex.stokes@gmail.com >
2020-02-08 10:14:35 +08:00
897e66b7e1
Add the skeletons of noise transport and conn
2020-02-07 17:47:50 +08:00
f1dbd52d67
Merge branch 'master' into feature/trio
2020-02-06 10:39:54 +08:00
5b4b65faa8
Change default value of read()
...
From `n = -1` to `n = None`, to comply with trio API
2020-01-26 23:03:38 +08:00
b1248ff315
enforced f-strings everywhere, %s on logging
...
extended _multiaddr_from_socket to support UDP and IPv6 automatically
changed TCPListener to use _ip4_or_6_from_multiaddr to get host, and not ip4 only
enforced `from error` everywhere with raises
added call braces to exceptions
2019-12-19 17:31:18 +01:00
cac7e3909a
Merge pull request #357 from NIC619/minor_fix_replace_del
...
Replace (check and) del pattern with pop method
2019-11-26 19:39:41 +08:00
bcd7890124
Move test utilities to tools ( #356 )
...
* move test factories to libp2p/tools
* remove unused inits
* move pubsub test utils to tools
* cleanup test_interop
* fix typing libp2p/tools/utils
* add typing to pubsub utils
* fix factories typing
* fix typing for floodsub_integration_test_settings
* fix rest of the typing
* fix isort
2019-11-21 11:47:54 +08:00
19907e18ec
Replace (check and) del pattern with pop method
2019-11-20 23:06:37 +08:00
2a7b43d853
bugfix: return empty bytes immediately if read length is 0
2019-11-07 20:57:55 -08:00
ded3792924
Merge pull request #331 from dmuhs/fix/docs-format
...
Add automatic docstring formatting
2019-10-28 09:39:52 -06:00
f2bfc68f6d
Re-generate protobufs
2019-10-25 18:51:57 +09:00
bafdd8512d
Enforce pre-summary newline in docstrings
2019-10-24 20:10:45 +02:00
09ab6c51ec
Fix formatting in secio transport
2019-10-24 19:52:03 +02:00