From ab2ac9c829efb7b21a408146b2714140be40ff58 Mon Sep 17 00:00:00 2001 From: status-im-auto Date: Fri, 14 Jan 2022 12:51:46 +0000 Subject: [PATCH] Updates --- CNAME | 1 - classes/discovery.Bootstrap.html | 2 +- classes/discovery.DnsNodeDiscovery.html | 8 ++++---- classes/discovery.DnsOverHttps.html | 4 ++-- classes/discovery.ENRTree.html | 6 +++--- classes/enr.AbstractKeypair.html | 2 +- classes/enr.ENR.html | 14 +++++++------- classes/waku.Waku.html | 14 +++++++------- classes/waku_light_push.WakuLightPush.html | 6 +++--- classes/waku_message.WakuMessage.html | 12 ++++++------ classes/waku_relay.WakuRelay.html | 18 +++++++++--------- classes/waku_store.WakuStore.html | 10 +++++----- enums/enr.KeypairType.html | 2 +- enums/proto.HistoryResponse_Error.html | 2 +- enums/proto.PagingInfo_Direction.html | 2 +- enums/waku_store.PageDirection.html | 2 +- interfaces/discovery.BootstrapOptions.html | 10 +++++----- interfaces/discovery.DnsClient.html | 2 +- interfaces/enr.IKeypair.html | 2 +- interfaces/enr.IKeypairClass.html | 2 +- interfaces/proto.ContentFilter.html | 2 +- interfaces/proto.HistoryQuery.html | 2 +- interfaces/proto.HistoryRPC.html | 2 +- interfaces/proto.HistoryResponse.html | 2 +- interfaces/proto.Index.html | 2 +- interfaces/proto.PagingInfo.html | 2 +- interfaces/proto.WakuMessage.html | 2 +- interfaces/waku.CreateOptions.html | 12 ++++++------ interfaces/waku_light_push.CreateOptions.html | 2 +- interfaces/waku_light_push.PushOptions.html | 2 +- interfaces/waku_light_push.PushResponse.html | 2 +- interfaces/waku_message.Options.html | 8 ++++---- interfaces/waku_relay.GossipOptions.html | 2 +- interfaces/waku_store.CreateOptions.html | 2 +- interfaces/waku_store.QueryOptions.html | 14 +++++++------- interfaces/waku_store.TimeFilter.html | 2 +- modules.html | 6 +++--- modules/discovery.html | 2 +- modules/enr.html | 4 ++-- modules/proto.html | 2 +- modules/utils.html | 2 +- modules/waku.html | 4 ++-- modules/waku_light_push.html | 2 +- modules/waku_relay.html | 2 +- modules/waku_store.html | 2 +- 45 files changed, 103 insertions(+), 104 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index d09f07e8db..0000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -js-waku.wakuconnect.dev \ No newline at end of file diff --git a/classes/discovery.Bootstrap.html b/classes/discovery.Bootstrap.html index e775c25296..82ecf9887e 100644 --- a/classes/discovery.Bootstrap.html +++ b/classes/discovery.Bootstrap.html @@ -1,3 +1,3 @@ Bootstrap | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Parse options and expose function to return bootstrap peer addresses.

-

Hierarchy

  • Bootstrap

Index

Constructors

constructor

Properties

Readonly getBootstrapPeers

getBootstrapPeers: undefined | (() => Promise<Multiaddr[]>)

Static DefaultMaxPeers

DefaultMaxPeers: number = 1

Generated using TypeDoc

\ No newline at end of file +

Hierarchy

Index

Constructors

constructor

Properties

Readonly getBootstrapPeers

getBootstrapPeers: undefined | (() => Promise<Multiaddr[]>)

Static DefaultMaxPeers

DefaultMaxPeers: number = 1

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/discovery.DnsNodeDiscovery.html b/classes/discovery.DnsNodeDiscovery.html index 67bbbba383..342546bd0c 100644 --- a/classes/discovery.DnsNodeDiscovery.html +++ b/classes/discovery.DnsNodeDiscovery.html @@ -1,12 +1,12 @@ -DnsNodeDiscovery | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DnsNodeDiscovery

Hierarchy

  • DnsNodeDiscovery

Index

Constructors

constructor

Properties

Private Readonly _DNSTreeCache

_DNSTreeCache: {}

Type declaration

  • [key: string]: string

Private Readonly _errorTolerance

_errorTolerance: number = 10

Private Readonly dns

Methods

Private _getTXTRecord

  • _getTXTRecord(subdomain: string, context: SearchContext): Promise<string>

Static dnsOverHttp

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/discovery.DnsOverHttps.html b/classes/discovery.DnsOverHttps.html index e649a86b62..f3fdd4253b 100644 --- a/classes/discovery.DnsOverHttps.html +++ b/classes/discovery.DnsOverHttps.html @@ -1,8 +1,8 @@ -DnsOverHttps | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DnsOverHttps

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Returns DnsOverHttps

Properties

endpoints

endpoints: Endpoints = ...

Methods

resolveTXT

  • resolveTXT(domain: string): Promise<string[]>

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/discovery.ENRTree.html b/classes/discovery.ENRTree.html index a194234b15..d5c7c27ac2 100644 --- a/classes/discovery.ENRTree.html +++ b/classes/discovery.ENRTree.html @@ -1,10 +1,10 @@ -ENRTree | js-waku
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ENRTree

Index

Constructors

constructor

Properties

Static Readonly BRANCH_PREFIX

BRANCH_PREFIX: "enrtree-branch:" = 'enrtree-branch:'

Static Readonly RECORD_PREFIX

RECORD_PREFIX: "enr:" = ENR.RECORD_PREFIX

Static Readonly ROOT_PREFIX

ROOT_PREFIX: "enrtree-root:" = 'enrtree-root:'

Static Readonly TREE_PREFIX

TREE_PREFIX: "enrtree:" = 'enrtree:'

Methods

Static parseAndVerifyRoot

  • parseAndVerifyRoot(root: string, publicKey: string): string