Corey Phillips
5cd7535db0
Added getHeader method to helpers/index.js.
Removed deprecated methods from electrum_client.js.
3 years ago
Corey Phillips
7f73b8028f
Added getConnectedPeer method to helpers/index.js.
4 years ago
Corey Phillips
8cc26a41c6
Added net & tls as params throughout helpers/index.js as needed.
Updated connectResponse timeout in connectToPeer method in helpers/index.
Updated initSocket & getSocket in init_socket.js to work with and utilize the passed net & tls params.
4 years ago
Corey Phillips
b56823fb0e
Added broadcastTransaction to helpers/index.js
4 years ago
Corey Phillips
8f5903b3bb
Removed unresponsive peers in peers.json.
Improved peer connection handling in helpers/index.js.
4 years ago
Corey Phillips
a9548296c7
Updated getTransactions method helpers/index.js.
4 years ago
Corey Phillips
6000557684
Removed trailing comma in peers.json.
4 years ago
Corey Phillips
457e758b0c
Updated connectToPeer method in helpers/index.js.
Updated peers in peers.json.
4 years ago
Corey Phillips
0bf2aecdcf
Added pingServer check to connectToPeer in helpers/index.js.
Updated subscribeAddress method in helpers/index.js.
Updated _attemptToGetArray & _getTimeout in helpers/index.js.
4 years ago
Corey Phillips
b360cc67b7
Updated subscribe methods in helpers/index.js.
Added subscribedHeaders to helpers/clients.js.
Updated onMessage, onClose & onError methods in lib/client.js.
4 years ago
Corey Phillips
158b9a826c
Added blockchainScripthash_getMempoolBatch to electrum_client.js.
Updated requestObjectBatch in client.js.
Updated getTimeout and added _attemptToGetArray methods to helpers/index.js.
Added listUnspentAddressScriptHashes, getAddressScriptHashesHistory, getAddressScriptHashesMempool & getTransactions methods to helpers/index.js.
4 years ago
Corey Phillips
0587aa27b5
Added getAddressScriptHashBalances to helpers/index.js.
4 years ago
Corey Phillips
624dfb1639
Added pingServer, getAddressScriptHashBalance, getPeers, subscribeHeader, subscribeAddress & getFeeEstimate methods to helpers/index.js.
4 years ago
Corey Phillips
73f40307fa
Added subscribedAddresses to clients.js.
4 years ago
Corey Phillips
a3a1a9a36d
Added some basic start/stop helper methods.
Added some default peers to connect to randomly.
4 years ago