Commit Graph

1711 Commits

Author SHA1 Message Date
de2e17dcdf fix(readme): fix broken link to standard libp2p implementation modules 2025-01-23 15:25:32 -07:00
a72dbaa58d set demos as console scripts, update chat instructions 2025-01-01 17:36:41 -07:00
bc90632f9d Add entry to the [release notes] 2025-01-01 16:43:44 -07:00
ac41b012da fix: prevent infinite loop by adding break statement 2025-01-01 16:43:44 -07:00
c71d41696f change Identify section to Core Protocols and add Ping, clean up abit 2024-12-30 14:32:35 -07:00
45cdd1a4da Bump version: 0.2.0 → 0.2.1 2024-12-20 11:58:50 -07:00
ba0d07ed66 Compile release notes for v0.2.1 2024-12-20 11:56:33 -07:00
33332d7106 sync handle_rpc docstring 2024-12-03 14:00:18 -07:00
f156668c1b fixed doc comments in pubsub.abc 2024-12-03 14:00:18 -07:00
f02d03844a refactored from unit_test to pytest 2024-11-24 14:39:29 -07:00
edf5270425 added newsfragment for missing check in peerdata's add_addr function 2024-11-24 14:39:29 -07:00
f957e310d6 refactored add_addrs in peerdata and added test_peerdata.py 2024-11-24 14:39:29 -07:00
b478e72fac removed print and commented statements 2024-11-21 11:51:19 -07:00
de2c06ec65 updated test name 2024-11-21 11:51:19 -07:00
72fcda0638 added newsfragment for get_connected_peers 2024-11-21 11:51:19 -07:00
17575f4a38 added test for connected peers 2024-11-21 11:51:19 -07:00
847dfa6577 added getter for connected peers 2024-11-21 11:51:19 -07:00
a10b8fdb91 added msg dropping test 2024-11-15 15:16:19 +07:00
9ba04d0b15 added newsfragment for missing check in pubsub push_msg 2024-11-15 15:16:19 +07:00
e768682ab9 reject messages claiming to be from ourselves but not locally published 2024-11-15 15:16:19 +07:00
410e6d4549 added newsfragment for ping_service 2024-10-29 14:05:01 -06:00
1ab689a1e2 added ping_service tests 2024-10-29 14:05:01 -06:00
25b35dee1a fixed lint 2024-10-29 14:05:01 -06:00
cd810d26c2 added PingService 2024-10-29 14:05:01 -06:00
62a0843b5f updated trio dependency in setup and added newsfragment 2024-10-29 08:07:10 -06:00
7495039a29 fixed failed tests due to RaisesGroup 2024-10-29 08:07:10 -06:00
0be78be06a newsfragment 2024-10-28 14:54:25 -06:00
82b34ed70e drop latexpdf from docs build 2024-10-28 14:54:25 -06:00
c2dee2a538 replase display_version with two other options 2024-10-28 14:54:25 -06:00
bcc7d256a6 added ping docs 2024-10-24 11:34:32 -06:00
4620142ed1 ran make lint 2024-10-24 11:34:32 -06:00
1549d4e5d3 added ping example 2024-10-24 11:34:32 -06:00
ac2e2c79e6 Create funding.json 2024-08-12 18:37:41 -06:00
c46001fb1f Merge pull request #476 from libp2p/github-actions
ci: migrate from CircleCI to GitHub Actions
2024-08-05 19:20:44 +02:00
0cc41f5180 ci: migrate from CircleCI to GitHub Actions 2024-07-30 23:34:40 +01:00
3e4420e9c2 Bump version: 0.1.5 → 0.2.0 2024-07-09 11:23:05 -06:00
8488883705 Compile release notes for v0.2.0 2024-07-09 11:22:00 -06: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
2ccc679d6d fix docs error by removing protobuf defs from docs 2024-07-04 13:19:00 -06:00
c5cc0ee969 run mypy locally, bump mypy to 1.10.0, fix new errors 2024-07-04 13:19:00 -06:00
0326e34870 open pynacl dep to bottom pin only, remove interop-only deps from install_requires 2024-05-27 12:40:23 -06:00
a3f8db3ecd async-exit-stack was for pre-py37, just import from contextlib now 2024-05-27 12:40:23 -06:00
d9b92635c1 drop async-service dep and copy relevant code into a local async_service
tool, updated for modern handling of ExceptionGroup
2024-05-27 12:14:36 -06:00
7de6cbaab0 display example code and usage instructions in docs 2024-05-19 13:34:13 -06:00
c770a05d23 rebuild protobufs adding ECC_P256 to KeyType 2024-04-27 12:17:54 -06:00
827d16b106 import asynccontextmanager from context lib and remove async_generator dep 2024-04-27 10:12:39 -06:00
8dda7b933e turn mypy checks back on, fix some errors 2024-04-27 10:12:39 -06:00
f0fbd2d8c8 add logo to readthedocs 2024-04-20 09:18:26 -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