Releases: vacp2p/nim-libp2p
Releases · vacp2p/nim-libp2p
v1.15.2
Hotfix
- fix(gossipsub): race condition issue causing nil pointer exception when sendConn is not set by @chaitanyaprem in #2049
Full Changelog: v1.15.1...v1.15.2
v1.15.1
What's Changed
- test: improving flakines for floodPublish with bandwidthEstimatebps by @vladopajic in #2035
- test(kad): get value 1 - refactor by @rlve in #2031
- fix(kad): get value should reject mismatched key by @rlve in #2036
- test(kad): provider 1 - refactor by @rlve in #2039
- test(kad): add provider by @rlve in #2042
- chore: bump lsquic by @richard-ramos in #2045
Full Changelog: v1.15.0...v1.15.1
v1.15.0
Highlights
- Kademlia DHT support for decentralized peer routing and content lookup.
- Full ipv6 support for transport, addressing, and peer connectivity.
- C Bindings are available offering node lifecycle control, peer connections, stream i/o, gossipsub messaging, and kademlia operations.
- Changed our quic backend from ngtcp2 to lsquic
What's Changed
- test: organise transports tests by @rlve in #1776
- chore: remove
libp2p_quic_supportcompile flag, and openssl dependency by @richard-ramos in #1782 - test(quic): Add Multiaddress Handling tests by @rlve in #1784
- fix: echo in rendezvous by @richard-ramos in #1785
- feat(kad): addProvider by @gmelodie in #1773
- feat(mix): reuse streams by @richard-ramos in #1753
- test: Refactor common transports tests by @rlve in #1786
- chore(deps): bump quic to v0.5.0 by @vladopajic in #1792
- chore(performance): increase msg size by @vladopajic in #1791
- chore(ci): add verbose output for test binaries by @vladopajic in #1790
- chore(test): remove quic test variant by @vladopajic in #1809
- chore: fix the CI versions for nim by @richard-ramos in #1810
- chore(test): temporally split test all task by @vladopajic in #1808
- fix: length prefix handling in exit layer for lenght-prefixed protocols by @chaitanyaprem in #1804
- chore: remove redundant
gcsafefromswitch.disconnectby @arnetheduck in #1796 - chore(test): reduce global vars (rng) by @vladopajic in #1807
- test(pubsub): utilize quic transport by @vladopajic in #1685
- chore(deps): chronos bump by @vladopajic in #1812
- test: move MultiAddress handling tests into
basicTransportTestsand use them in QUIC by @rlve in #1793 - chore: change from check false to raiseAssert in tests by @chaitanyaprem in #1815
- test: too many global vars workaround by @rlve in #1816
- test(tools): add tools package by @vladopajic in #1819
- chore(nimble): remove workaround in
runTestby @vladopajic in #1823 - test(tools): add trackers by @vladopajic in #1824
- test: include dangling
testipaddrfile by @vladopajic in #1825 - test: imports cleanup by @vladopajic in #1828
- fix: when an invalid multiaddr is encountered skip that node in mix path selection by @chaitanyaprem in #1821
- test(tools): move unittest tests by @vladopajic in #1831
- ci: license check by @vladopajic in #1832
- chore(test): improve logic in some tests by @vladopajic in #1817
- ci: linters names fix by @vladopajic in #1835
- feat(kad): add ProviderManager by @gmelodie in #1789
- test(transports): stream tests by @rlve in #1829
- fix(quic): eof handling by @vladopajic in #1839
- fix(wildcardresolver): quic addresses by @richard-ramos in #1844
- chore(pubusb): improvements by @vladopajic in #1845
- fix(pubsub): use negotiated protocol in getConn if available by @richard-ramos in #1846
- chore(kad): providerManager limits by @gmelodie in #1843
- chore(kad): provider manager limits touchups by @gmelodie in #1848
- test: add
test_alltest bundle for every dir by @vladopajic in #1842 - test: add crypto dir by @vladopajic in #1849
- test(tls): move test to suite that fits it better by @vladopajic in #1841
- fix(autotls): integration test nil pointer dereference by @gmelodie in #1847
- chore(quic): add
toMultiAddressutility by @vladopajic in #1853 - feat(c-bindings): libp2p thread and request handling by @richard-ramos in #1820
- chore: use test_all in coverage workflow by @rlve in #1855
- test(transports): add parallel stream tests by @rlve in #1838
- test(transport): add ipv6 tcp tests by @vladopajic in #1850
- test: add stream dir by @vladopajic in #1857
- test: add utils dir by @vladopajic in #1858
- ci(nph): run on whole repo by @vladopajic in #1862
- test: remove testnative bundle by @vladopajic in #1864
- test: add protocols dir by @vladopajic in #1865
- test: add more parallel streams test by @rlve in #1861
- test: run final trackers check by @vladopajic in #1869
- test: add muxers dir by @vladopajic in #1868
- test(mix): skip test if flag is not defined by @vladopajic in #1866
- ci: pin transport interop test to version by @vladopajic in #1870
- test: add wait group by @vladopajic in #1872
- fix(nimble): install should not install non-libp2p dependencies by @vladopajic in #1871
- feat(kad): get providers by @gmelodie in #1852
- test(waitgroup): fix tight timeouts by @vladopajic in #1874
- test: use ipv6 addresses in identify by @vladopajic in #1863
- fix(autotls): interop nil pointer (2) by @gmelodie in #1860
- test(quic): QuicMuxer is created without upgrader by @vladopajic in #1877
- chore: document local testing of hole punching interop tests by @gmelodie in #1713
- test(quic): Misc tests by @rlve in #1879
- test(performance): use p95 instead of max by @rlve in #1883
- test(transports): fix muxer handling by @vladopajic in #1884
- fix(autonat-v2): interop tests failing by @gmelodie in #1893
- fix(quic): muxer handling by @vladopajic in #1885
- test(transports): Generate cert for WSS by @rlve in #1894
- chore(discovery): remove unused discovery interface by @gmelodie in #1890
- test(mix): improve flaky test by @rlve in #1896
- test(autotls): Organise test files by @rlve in #1905
- test: Organise test file - Multiformat and Services by @rlve in #1909
- test: reorganise libp2p tests by @rlve in #1911
- chore: replace doAssert with raiseAssert by @ashiskumarnaik in #1797
- test: Organise test files - final rename by @rlve in #1914
- test: report by @rlve in #1912
- test(tools): rng singleton by @vladopajic in #1895
- test: fix logs by @rlve in #1920
- test(coverage): ignore tests by @rlve in #1922
- test(switch): improve flaky test by @rlve in #1928
- chore(pubsub): improvements by @vladopajic in #1924
- test(gossipsub): make test more robust by @vladopajic in #1930
- test(gossipsub): making tests more robust pt2 by @vladopajic in #1933
- test(gossipsub): making tests more robust pt3 by @vladopajic in #1936
- test: only failed test in report by @rlve in #1932
- test(gossipsub): making tests more robust pt4 by @vladopajic in #1938
- test: dynamic imports by @rlve in #1918
- test: ensure tests run without flags by @rlve in #1929
- test(gossipsub...
v1.14.3
What's Changed
- feat(mix): reuse streams by @richard-ramos in #1753
- fix: length prefix handling in exit layer for lenght-prefixed protocols by @chaitanyaprem in #1804
Full Changelog: v1.14.2...v1.14.3
v1.14.2
What's Changed
- test(quic): Add tests 1 by @rlve in #1772
- chore: add more identify logs when pushing to other peer by @Ivansete-status in #1777
- fix: init method for MixPubInfo by @chaitanyaprem in #1775
Full Changelog: v1.14.1...v1.14.2
v1.14.1
What's Changed
- chore(kad): getVal loop improvements by @gmelodie in #1765
- chore(test): utilize checkUntilTimeout by @vladopajic in #1769
- chore: rm nimcrypto upper limit by @arnetheduck in #1771
- chore: remove upper chronicles bound by @arnetheduck in #1770
Full Changelog: v1.14.0...v1.14.1
v1.14.0
Highlights
- Mix protocol available to interact with protocols anonymously by sending requests thru a network of mix nodes
- Application level extensions of multiformats
- Replaces OpenSSL + PicoTLS for BoringSSL as the TLS backend for Quic
- Configurable options for AutoTLS
What's Changed
- fix: autonatV2 request addresses by @gmelodie in #1698
- chore: nimble config tidy by @vladopajic in #1696
- feat(mix): sphinx by @richard-ramos in #1691
- chore(autonat-v2): add interop tests by @gmelodie in #1695
- chore: remove go daemon by @gmelodie in #1705
- feat(mix): SURBs and fragmentation by @richard-ramos in #1700
- fix: add missing import for linux/amd64 daily job by @richard-ramos in #1706
- feat(mix): mixnode by @richard-ramos in #1702
- chore(readme): Update chat code example link by @rlve in #1709
- feat(mix): mix_protocol and entry connection by @richard-ramos in #1703
- fix: add missing import by @richard-ramos in #1707
- test(rendezvous): error cases by @rlve in #1683
- test(rendezvous): refactor and extend discovery manager tests by @rlve in #1715
- test(rendezvous): Misc by @rlve in #1716
- feat(mix): reply connection by @richard-ramos in #1704
- chore: enable hole punching interop (ignore rust-libp2p) by @gmelodie in #1712
- fix: performance tests when data is empty by @gmelodie in #1720
- feat(mix): benchmark logs by @richard-ramos in #1717
- feat(mix): experimental - exit is destination by @richard-ramos in #1722
- fix: invalid parameter passed in builder being used as channel count size by @richard-ramos in #1724
- test(performance): Add QUIC scenario by @rlve in #1631
- refactor(mix): return errors if sending message fails by @richard-ramos in #1723
- fix(test): code indentation for test case by @vladopajic in #1721
- chore: disable hole punching interop tests by @gmelodie in #1727
- chore: remove commented experimental hole punching tests by @gmelodie in #1730
- feat: add onRunning asyncEvent to Transport base type by @gmelodie in #1731
- fix: testhelper incorrectly setting program result by @gmelodie in #1728
- chore(switch builder): options instead of nils by @gmelodie in #1732
- fix(autonatv2): close dialback connection by @richard-ramos in #1736
- refactor(kad-dht): find node and put val by @richard-ramos in #1733
- chore: remove some catchable errors by @gmelodie in #1739
- fix: update nim-stew version by @gmelodie in #1740
- feat(autotls): add configurable options to AutotlsConfig by @gmelodie in #1741
- test(performance): chart generation refactor by @rlve in #1718
- test(performance): Refactor runner by @rlve in #1735
- feat(multiformats): allow application-level extension of multiformats by @emizzle in #1734
- feat(kad): add ping by @gmelodie in #1744
- chore(interop): update autonatv2 go-peer deps by @gmelodie in #1745
- chore(quic): better error handling by @vladopajic in #1747
- chore(kad): routing table eviction policy by @gmelodie in #1746
- chore(kad): tidy up putVal by @gmelodie in #1749
- test(performance): reliability workflow by @rlve in #1729
- feat: complementary coding style guidelines by @gmelodie in #1752
- feat(kad): add getValue by @gmelodie in #1750
- chore(kad): configuration options by @gmelodie in #1760
- feat: modify rendezvous so that it can be extended by @chaitanyaprem in #1719
- chore(kad): add alpha handling by @gmelodie in #1764
- feat: use BoringSSL for certificate ops by @richard-ramos in #1761
- fix(quic): GossipSub outbound peers by @rlve in #1768
- feat(multiformats): Expose digest size from MHash by @emizzle in #1754
- feat(multiformats): add Cid extensions by @emizzle in #1755
- feat: v1.14.0 by @richard-ramos in #1751
New Contributors
- @chaitanyaprem made their first contribution in #1719
Full Changelog: v1.13.0...v1.14.0
v1.13.0
Highlights
- Autonat v2. Enable its client feature with
withAutonatV2to determine your node's advertised addresses reachability, and the server side withwithAutonatV2Serverto provide this service to other peers. - New publishing options added for gossipsub:
skipIDontWantandskipPreambleso these control messages are optionally not sent on publish
What's Changed
- fix(quic): test improvement by @vladopajic in #1595
- chore(quic): exception msg fix by @vladopajic in #1607
- chore(quic): readOnce better exception handling by @vladopajic in #1610
- fix(quic): setting shortAgent by @vladopajic in #1609
- chore(pubsub): simplify prune backoff test by @vladopajic in #1596
- test(gossipsub): Performance tests - collect docker stats by @rlve in #1593
- test(gossipsub): Performance tests - plot docker stats by @rlve in #1597
- test(gossipsub): Performance tests - plot latency history by @rlve in #1608
- fix(quic): race errors when stopping transport by @vladopajic in #1614
- chore(quic): fix flaky test when eof is expected by @vladopajic in #1611
- feat(kad): Initial unstable putval api by @Ben-PH in #1582
- fix: don't check for errors as
close()will only contain futures that raise[]by @richard-ramos in #1615 - fix: compilation warning on yamux due to using
CatchableErrby @richard-ramos in #1616 - test(performance): fetch before push and improve latency history by @rlve in #1617
- feat(perf): implement proper half-close semantics by @MorganaFuture in #1600
- refactor: Removal of "Hashed" key variant by @Ben-PH in #1623
- fix: pubsub signature verification by @gmelodie in #1618
- refactor:
rm dhttypes.nimby @Ben-PH in #1612 - chore(quic): add length prefixed test by @vladopajic in #1599
- fix(tests): prevent race condition in testgossipsubcontrolmessages by @MorganaFuture in #1626
- test(yamux): Add header unit tests by @rlve in #1625
- feat(kad-dht): findPeer by @richard-ramos in #1624
- fix(test): Race condition on Windows-specific daemon close by @MorganaFuture in #1628
- test(performance): do not run publish steps on forks and fix cleanup by @rlve in #1630
- test(yamux): Add unit tests - frame handling and stream initiation by @rlve in #1634
- refactor: Refine, and reduce, exception scope by @Ben-PH in #1627
- chore(autonat-v2): add message types by @gmelodie in #1637
- chore(perf): follow up for PR#1600 by @vladopajic in #1620
- test(rendezvous): Refactor Rendezvous tests by @rlve in #1644
- chore: temporarily disable performance plots from being published by @richard-ramos in #1647
- fix: dont send GoAway for unknown streams and mark streams as closed on conn close by @richard-ramos in #1645
- fix(rendezvous): pagination offset by @rlve in #1646
- test(performance): upload plots as artifacts by @rlve in #1648
- chore: add localAddr to Connection by @gmelodie in #1651
- chore: pass localAddr in noise, mplex and yamux by @gmelodie in #1654
- test(rendezvous): Registration TTL tests by @rlve in #1655
- chore(ci): remove macos-13 from the matrix by @narimiran in #1650
- fix(rendezvous): peer registration limit by @rlve in #1656
- chore(autonat-v2): add utils by @gmelodie in #1657
- feat(autonat-v2): add server by @gmelodie in #1658
- chore:
splitRPCMsgimprovements by @vladopajic in #1665 - chore(autonat-v2): add server config by @gmelodie in #1669
- chore(quic): add tests from common interop by @vladopajic in #1662
- chore(tests): utilize quic transport in pubsub tests by @vladopajic in #1667
- refactor(rendezvous): Split Rendezvous Protobuf and add tests by @rlve in #1671
- fix(builders): transport param not assigned in newStandardSwitch by @vladopajic in #1676
- test(rendezvous): Simplify test setup by @rlve in #1677
- feat(autonat-v2): add client and tests by @gmelodie in #1659
- fix(pubsub): use custom conn when message is sent as lower-priority by @vladopajic in #1679
- chore: rename withAutonatV2 to withAutonatV2Server by @gmelodie in #1680
- feat: add
skipIDontWantandskipPreambleby @richard-ramos in #1681 - feat: add autonat v2 service by @gmelodie in #1684
- chore: add autonatv2 service to builder by @gmelodie in #1686
- chore: add missing import by @richard-ramos in #1692
- feat(mix): crypto by @richard-ramos in #1687
- feat(mix): sequence number generator and tag manager by @richard-ramos in #1688
- chore(quic): better error handling in stream.write() by @vladopajic in #1693
- fix(autonat-v2): service setting up correctly by @gmelodie in #1694
- feat(mix): serialization by @richard-ramos in #1689
- feat(mix): message by @richard-ramos in #1690
Full Changelog: v1.12.0...v1.13.0
v1.12.0
Highlights
- Gossipsub 1.4 (use
-d:libp2p_gossipsub_1_4compile flag) - AutoTLS can be used to automatically obtain a Let's Encrypt certificate for WSS transport
- Improvements in memory/cpu usage
What's Changed
- chore: update more dependencies by @narimiran in #1374
- chore: bump quic by @richard-ramos in #1387
- test(gossipsub): move and refactor control messages tests by @rlve in #1380
- chore: move -d:libp2p_quic_support flag to .nimble by @richard-ramos in #1392
- fix(quic): reset and mm for interop tests by @richard-ramos in #1397
- chore: unused imports are now errors by @narimiran in #1399
- test(gossipsub): heartbeat tests by @rlve in #1391
- fix: limit chronicles version to < 0.11.0 by @richard-ramos in #1423
- ci(dependencies): fix access to tokens by @vladopajic in #1421
- test(gossipsub): include missing test files and handle flaky tests by @rlve in #1416
- fix(gossipsub): save iDontWants messages in the first element of history by @rlve in #1393
- chore: bump quic by @richard-ramos in #1428
- chore(interop): move interop code to separate folder by @vladopajic in #1413
- fix(ci-daily): delete cache action will continue on error by @vladopajic in #1435
- test: checkUntilTimeout refactor by @rlve in #1437
- test(gossipsub): message cache by @rlve in #1431
- feat(autotls): add acme client by @gmelodie in #1436
- fix(GossipSub): save sent iHave in first element by @rlve in #1405
- test(gossipsub): parameters by @rlve in #1442
- chore(gossipsub): add consts by @vladopajic in #1447
- chore(quic): add
libp2p_network_bytesmetric by @richard-ramos in #1439 - test(gossipsub): flaky tests by @rlve in #1451
- feat(gossipsub): Add support for custom connection handling (Mix protocol integration) by @AkshayaMani in #1420
- feat(peeridauth): add peeridauth by @gmelodie in #1445
- feat:
withWsTransportby @richard-ramos in #1398 - feat(kad-dht): protobuffers by @richard-ramos in #1453
- test: increase timeout by @rlve in #1460
- chore(acme): add MockACMEApi for testing by @gmelodie in #1457
- test(gossipsub): refactor and unify scoring tests by @rlve in #1461
- fix(daily): fix typo in testintegration by @gmelodie in #1463
- chore: Add some more context when an exception is caught by @Ivansete-status in #1432
- chore(peeridauth): add mocked client by @gmelodie in #1458
- feat(perf): add stats by @vladopajic in #1452
- test(gossipsub): GossipThreshold and PublishThreshold tests by @rlve in #1464
- test(gossipsub): split unit and integration tests by @rlve in #1465
- chore(version): update libp2p.nimble to 1.11.0 by @richard-ramos in #1433
- fix: force close of streams instead of reset when closing connection by @richard-ramos in #1466
- fix: make quic test optional by @richard-ramos in #1475
- feat(kad-dht): routing table by @richard-ramos in #1454
- feat(kad-dht): handler by @richard-ramos in #1455
- fix(peeridauth): fix peeridauth_integration import by @gmelodie in #1478
- chore(acme): add ACMEClient to hold information about an ACME account by @gmelodie in #1470
- fix: mark channel as reset to not read after closed by @richard-ramos in #1479
- test(gossipsub): rpcHandler - rateLimit and punishInvalidMessage tests by @rlve in #1467
- test(gossipsub): organise Behavior tests by @rlve in #1468
- test(gossipsub): behaviourPenalty tests by @rlve in #1469
- test(gossipsub): updateScores tests by @rlve in #1471
- feat(autotls): add AutoTLSManager by @gmelodie in #1472
- chore(perf): add quic test by @vladopajic in #1483
- fix(autotls): private checkedGetPrimaryIPAddr by @gmelodie in #1489
- chore(yamux): improve performance with zero allocation queue by @vladopajic in #1488
- feat(gossipsub): Add support for skipping message insertion into the message cache (Mix protocol integration) by @AkshayaMani in #1485
- chore: remove unused import by @vladopajic in #1490
- chore(ci): disable hole punching tests by @vladopajic in #1493
- refactor(secure): utilize ZeroQueue by @vladopajic in #1492
- refactor(bufferstream): utilize ZeroQueue by @vladopajic in #1491
- test(gossipsub): refactor compatibility related tests by @rlve in #1495
- test(gossipsub): scoring integration tests by @rlve in #1487
- chore(autotls): make autotls manager into service by @gmelodie in #1486
- test(gossipsub): Signature flags tests by @rlve in #1496
- fix(ci): move testintegration to new step by @gmelodie in #1499
- chore(deps): remove bio by @gmelodie in #1506
- refactor(noise): reduce memory usage by @vladopajic in #1497
- chore: add info to error by @vladopajic in #1505
- test(gossipsub): behavior unit tests 1 by @rlve in #1501
- test(gossipsub): behavior unit tests 2 by @rlve in #1503
- test(gossipsub): gossipsub unit tests 1 by @rlve in #1508
- chore(test): reduce sleepAsync by @narimiran in #1481
- test(gossipsub): gossipsub unit tests 2 by @rlve in #1511
- chore: utilizing newSeqUninitialized by @vladopajic in #1510
- chore(autotls): prevent nil access on stop by @gmelodie in #1514
- chore: fix broken README links by @gmelodie in #1517
- chore: removing unused type StreamSeq by @vladopajic in #1507
- chore: add template newSeqUninit by @vladopajic in #1518
- chore(peerinfo): enable calling update multiple times by @gmelodie in #1525
- feat(gossipsub1_4): preamble store by @richard-ramos in #1513
- feat(gossipsub1.4): adding new attributes and protobuffers by @richard-ramos in #1515
- chore: hide autotls under compile flag by @richard-ramos in #1533
- fix: also hide autotls/utils methods by @richard-ramos in #1538
- fix(perf): add QUIC transport compatibility by @MorganaFuture in #1524
- chore(readme): add link to community channel by @vladopajic in #1542
- chore(dialer): expand dns4 and dns6 by @gmelodie in #1543
- fix(quic): add getWrapped method for QuicStream by @vladopajic in #1546
- fix: autotls related imports by @richard-ramos in #1550
- fix: build failures caused by missing import by @MorganaFuture in #1541
- fix: properly handle CancelledError in switch accept loop by @MorganaFuture in #1537
- feat(wstransport): add autotls support by @gmelodie in #1535
- feat: GossipSub v1.4 by @ufarooqstatus in #1448
- fix: typo on startAt by @gmelodie in #1562
- chore(ci): initial flake.nix file with dev shell by @Ben-PH in https://github.com/vacp2p/nim-libp...
v1.11.0
Highlights
- Added
withWsTransportoption to the builder to easily add websocket transport support - Fix: save IDONTWANT and IHAVE messages in the first element of history. Previously they were being saved as last element of the history so they were kept only for one heartbeat.
- Update the library dependencies versions
What's Changed
- chore: update more dependencies by @narimiran in #1374
- chore: bump quic by @richard-ramos in #1387
- test(gossipsub): move and refactor control messages tests by @rlve in #1380
- chore: move -d:libp2p_quic_support flag to .nimble by @richard-ramos in #1392
- fix(ci-daily): remove unused flag by @vladopajic in #1400
- fix(quic): reset and mm for interop tests by @richard-ramos in #1397
- chore: unused imports are now errors by @narimiran in #1399
- test(gossipsub): heartbeat tests by @rlve in #1391
- ci(daily): improvements by @vladopajic in #1404
- fix: limit chronicles version to < 0.11.0 by @richard-ramos in #1423
- ci(dependencies): fix access to tokens by @vladopajic in #1421
- test(gossipsub): include missing test files and handle flaky tests by @rlve in #1416
- fix(gossipsub): save iDontWants messages in the first element of history by @rlve in #1393
- chore: bump quic by @richard-ramos in #1428
- ci(daily): add pinned dependencies variant by @vladopajic in #1418
- chore(interop): move interop code to separate folder by @vladopajic in #1413
- chore(readme): improve README's development section by @gmelodie in #1427
- fix(ci-daily): delete cache action will continue on error by @vladopajic in #1435
- test: checkUntilTimeout refactor by @rlve in #1437
- test(gossipsub): message cache by @rlve in #1431
- feat(autotls): add acme client by @gmelodie in #1436
- fix(GossipSub): save sent iHave in first element by @rlve in #1405
- test(gossipsub): parameters by @rlve in #1442
- chore(gossipsub): add consts by @vladopajic in #1447
- chore(quic): add
libp2p_network_bytesmetric by @richard-ramos in #1439 - test(gossipsub): flaky tests by @rlve in #1451
- feat(gossipsub): Add support for custom connection handling (Mix protocol integration) by @AkshayaMani in #1420
- feat(peeridauth): add peeridauth by @gmelodie in #1445
- feat:
withWsTransportby @richard-ramos in #1398 - feat(kad-dht): protobuffers by @richard-ramos in #1453
- test: increase timeout by @rlve in #1460
- chore(acme): add MockACMEApi for testing by @gmelodie in #1457
- test(gossipsub): refactor and unify scoring tests by @rlve in #1461
- fix(daily): fix typo in testintegration by @gmelodie in #1463
- chore: Add some more context when an exception is caught by @Ivansete-status in #1432
- chore(peeridauth): add mocked client by @gmelodie in #1458
- feat(perf): add stats by @vladopajic in #1452
- test(gossipsub): GossipThreshold and PublishThreshold tests by @rlve in #1464
- test(gossipsub): split unit and integration tests by @rlve in #1465
New Contributors
- @AkshayaMani made their first contribution in #1420
Full Changelog: v1.10.1...v1.10.2