Commit Graph

907 Commits

Author SHA1 Message Date
Vlado Pajić
f6db25a204 update test vector 2025-03-20 13:11:18 +01:00
Vlado Pajić
f6f9634758 update certificate test vectors 2025-03-19 16:04:52 +01:00
Guillaume Michel
89582889fa Merge pull request #646 from cokemine/fix/alpha
docs(dht): Update default concurrency parameter
2025-03-11 14:34:55 +00:00
Guillaume Michel
6d38f88f7b Merge pull request #658 from libp2p/kad/clarify-bootstrap
kad: clarify bootstrap process
2025-02-04 13:30:49 +01:00
guillaumemichel
e2616f27b3 kad: clarify bootstrap 2025-01-30 11:53:03 +01:00
cokemine
52377b540c docs(dht): Update default concurrency parameter 2024-12-03 01:03:43 +09:00
Mikel Cortes
b5f7fce29b add gossipsub 1.2 links to the Readme (#645) 2024-11-27 21:43:32 +02:00
sukun
b63cdeb93d add autonat v2 spec (#538)
---------

Co-authored-by: Marco Munizaga <git@marcopolo.io>
2024-11-06 14:06:06 +05:30
sukun
68199b9ab5 move autonat spec to v1 file 2024-11-06 14:06:06 +05:30
Marco Munizaga
18a0ed577e Merge pull request #639 from libp2p/chore-add-sni-example
docs(websockets): include explicit /sni/ example
2024-11-05 09:49:27 -08:00
Marcin Rataj
7de87a356e docs(websockets): include explicit /sni/ example 2024-10-31 17:27:39 +01:00
Alex Potsides
70441fafca WebSockets: add spec (#624)
Specifies the WebSockets transport with notes on certificates,
multiplexing, etc.

Fixes #594

---------

Co-authored-by: Prithvi Shahi <shahi.prithvi@gmail.com>
2024-10-23 11:53:17 +01:00
Marco Munizaga
7a132eaae3 Merge pull request #564 from libp2p/marco/http-peer-id-auth
HTTP: Peer ID Authentication
2024-10-21 15:30:21 -07:00
Marco Munizaga
323c5fb8c6 Nits and wordsmithing 2024-10-21 10:38:44 -07:00
Marco Munizaga
e0740155d2 Add client initiated example 2024-09-10 16:13:03 -07:00
Marco Munizaga
b51a4cc380 Clarify that server may ignore client initiated handshake and start server initiated one 2024-09-09 17:00:00 -07:00
Marco Munizaga
ad8cd056d3 Add maximum header size suggestion 2024-09-05 15:30:12 -07:00
Marco Munizaga
8753236829 Add Client Initiated handshake 2024-09-05 15:22:47 -07:00
Marco Munizaga
05012d7a48 Add diagram in overview 2024-09-05 14:33:28 -07:00
Prithvi Shahi
adbd293b93 chore: Create funding.json
Create a funding.json file for OP rPGF round 5
2024-09-05 13:47:24 -04:00
Marco Munizaga
189492a0d7 Nits 2024-09-03 15:47:11 -07:00
Marco Munizaga
e1df5078d1 Fill in examples 2024-08-28 13:07:38 -07:00
Marco Munizaga
c000bb3bcf Sort parameters to sign 2024-08-27 18:01:02 -07:00
Marco Munizaga
24ef2bb3be Formatting 2024-08-27 11:00:39 -07:00
Marco Munizaga
1d35258ec1 Drop peer-id parameter. Only public keys 2024-08-27 10:59:14 -07:00
Marco Munizaga
d5ec85ae2d Wordsmithing 2024-08-26 17:43:29 -07:00
Alexey
1fec30e9fb Clarify yamux stream flow control terminilogy #621 2024-08-23 15:01:55 +05:30
Marco Munizaga
a1091a4371 Address PR comments 2024-08-21 12:41:50 -07:00
Marco Munizaga
f97e5966f6 Fix table 2024-07-08 14:56:44 -07:00
Marco Munizaga
ccec98035e Rename origin to hostname 2024-07-02 14:26:28 -07:00
Marco Munizaga
f56e82d2c5 Reword 2024-07-02 14:19:24 -07:00
Marco Munizaga
45006f17d2 Comment out parts I want to reword 2024-06-29 12:20:45 -07:00
Marco Munizaga
1f1d05ccb9 Add overview, add parameter table 2024-06-29 12:19:19 -07:00
Marco Munizaga
f25d0c22e5 Merge pull request #508 from libp2p/http
add HTTP spec
2024-06-13 13:54:40 -07:00
Marco Munizaga
8f44d00c53 Merge pull request #568 from libp2p/marco/multiaddr-scheme
libp2phttp: Define the multiaddr URI
2024-06-05 16:26:38 -07:00
Daniel Norman
2ea41e8c76 Merge pull request #615 from 2color/patch-1
feat: add webrtc sequence diagram
2024-06-05 11:20:34 +02:00
Marco Munizaga
95ffe6d4da Update to http-path 2024-06-03 14:37:05 -07:00
Guillaume Michel
4f6850bd14 Merge pull request #616 from libp2p/gui-patch-1
adding @guillaumemichel to kad interest group
2024-05-22 15:49:44 +02:00
Guillaume Michel
d909555c54 adding @guillaumemichel to kad interest group 2024-05-21 16:56:59 +02:00
Daniel Norman
2d0c9a9482 feat: add webrtc sequence diagram 2024-05-16 17:40:52 +02:00
Anton Nashatyrev
e8b3234060 [GossipSub 1.2] IDONTWANT control message (#548)
* Add draft DONTSEND Gossip control message spec

* Rename DONTSEND to IDONTWANT

* Use the proper SHOULD and MAY wordings

* gossipsub v1.2 scaffolding

* Add authors and interest group members

* Remove potential use cases which may potentially lead to amplification

* Minor rephrasing with MAY/SHOULD

* Change SHOULD to MUST according to discussion in comments

* Make the ControlIDontWant.messageIDs plural to be consistent with IHAVE and IWANT messages

Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>

* Change filed name to lower case for consistency with original spec

Co-authored-by: João Oliveira <hello@jxs.pt>

---------

Co-authored-by: vyzo <vyzo@hackzen.org>
Co-authored-by: Pop Chunhapanya <haxx.pop@gmail.com>
Co-authored-by: João Oliveira <hello@jxs.pt>
2024-05-15 18:25:18 +03:00
Guillaume Michel
cf01052182 Merge pull request #613 from RandyMcMillan/patch-1
Update link to “Sloppy hashing and self-organizing clusters”
2024-04-24 15:53:59 +02:00
@RandyMcMillan
dda51ab088 Update link to “Sloppy hashing and self-organizing clusters” 2024-04-24 09:47:52 -04:00
Marco Munizaga
e3eb9dc6bf Small typo fixes 2024-04-15 11:18:40 -07:00
Marco Munizaga
f95e4dbc66 Sukun's review comments 2024-04-15 11:14:02 -07:00
Marco Munizaga
75bc635109 Add sentence on why POST and other mappings 2024-04-03 11:10:51 -07:00
Marco Munizaga
3c0ac4033d Rename well-known 2024-04-03 11:05:41 -07:00
Marco Munizaga
8628b5a185 Update RFC for connection: close 2024-04-03 11:04:54 -07:00
Marco Munizaga
d30efdad0f Use SHOULD instead of MUST 2024-03-18 16:14:47 -07:00
Marco Munizaga
78e8ca143c Be clear about no pipelining 2024-03-14 16:45:25 -07:00