Commit Graph

  • cc37409b38
    Update @lukechilds server address patch-1 Luke Childs 2022-11-19 04:20:43 +0700
  • a32a292d4e
    Merge pull request #8 from synonymdev/get-transaction-merkle main Corey 2022-11-11 05:56:37 -0500
  • 206010a04c
    Adds getTransactionMerkle method to helpers/index.js. get-transaction-merkle Corey Phillips 2022-11-10 17:47:05 -0500
  • 1515d57a61
    Merge pull request #7 from synonymdev/update-peer-disconnect Corey 2022-09-09 09:39:04 -0400
  • a98c5b182c
    Updated disconnectFromPeer method in helpers/index.js. Removed destroy from close method in Client class in lib/client.js. Added subscribe check to onClose method in electrum_client.js. Updated package-lock.json. Corey Phillips 2022-09-09 09:26:32 -0400
  • 104e44c6c9
    Merge pull request #6 from synonymdev/remove-data-object Corey 2022-09-02 16:02:24 -0400
  • 3ad29107a2
    fix(client): Removed Unused data Object Corey Phillips 2022-09-02 09:58:08 -0400
  • 672d13c63b
    Merge pull request #5 from synonymdev/subscribe-address-update Corey 2022-08-17 21:17:04 -0400
  • d2f701bb46
    fix(subscribe): Subscribe Address Fix Corey Phillips 2022-08-17 21:10:55 -0400
  • ee0fb0575b
    Merge pull request #4 from synonymdev/add-regtest Corey 2022-06-20 13:42:20 -0400
  • 596458d8bb
    Added bitcoinRegtest server to peers.json. Added bitcoinRegtest as needed throughout client.js. Corey Phillips 2022-06-20 13:40:37 -0400
  • 7060a07f67
    Merge pull request #3 from synonymdev/add-get-header Corey 2022-05-28 12:27:37 -0400
  • 5cd7535db0
    Added getHeader method to helpers/index.js. Removed deprecated methods from electrum_client.js. Corey Phillips 2022-05-28 12:25:49 -0400
  • 5551bc896a
    Merge pull request #2 from synonymdev/peer-info Corey 2021-08-16 10:18:32 -0400
  • 7f73b8028f
    Added getConnectedPeer method to helpers/index.js. Corey Phillips 2021-08-16 10:16:36 -0400
  • 2ad24c99d7
    Merge pull request #1 from synonymdev/tcp-socket Corey 2021-03-24 09:22:31 -0400
  • 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. Corey Phillips 2021-03-24 09:15:38 -0400
  • d037dc1a18
    Added net & tls to client constructor in client.js & electrum_client.js. Corey Phillips 2021-03-24 09:01:32 -0400
  • d69497085f
    Replaced @photon-sdk/react-native-tcp with react-native-tcp-socket in package.json. Updated package-lock.json accordingly. Corey Phillips 2021-03-24 08:58:56 -0400
  • b56823fb0e
    Added broadcastTransaction to helpers/index.js Corey Phillips 2021-01-13 22:16:23 -0500
  • 8f5903b3bb
    Removed unresponsive peers in peers.json. Improved peer connection handling in helpers/index.js. Corey Phillips 2021-01-01 13:44:08 -0500
  • a9548296c7
    Updated getTransactions method helpers/index.js. Corey Phillips 2020-12-30 15:14:37 -0500
  • 6000557684
    Removed trailing comma in peers.json. Corey Phillips 2020-12-29 11:38:25 -0500
  • 457e758b0c
    Updated connectToPeer method in helpers/index.js. Updated peers in peers.json. Corey Phillips 2020-12-29 11:36:30 -0500
  • 0bf2aecdcf
    Added pingServer check to connectToPeer in helpers/index.js. Updated subscribeAddress method in helpers/index.js. Updated _attemptToGetArray & _getTimeout in helpers/index.js. Corey Phillips 2020-12-28 17:01:11 -0500
  • b360cc67b7
    Updated subscribe methods in helpers/index.js. Added subscribedHeaders to helpers/clients.js. Updated onMessage, onClose & onError methods in lib/client.js. Corey Phillips 2020-12-27 15:13:47 -0500
  • a1ebc0c0f2
    Updated requestObjectBatch method in client.js. Updated README.md. Corey Phillips 2020-12-22 17:11:17 -0500
  • 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. Corey Phillips 2020-12-14 10:15:52 -0500
  • 431122bdb9
    Created constants.js. Added getAddressScriptHashBalancesTest to electrum-client-helpers-test.js. Added getAddressScriptHashBalances to "Usage & Examples" section in README.md. Corey Phillips 2020-12-07 17:20:41 -0500
  • 36d7a389a6
    Added requestObjectBatch to client.js. Added data param to makeRequest & createPromiseResultBatch methods in util.js. Corey Phillips 2020-12-07 17:15:27 -0500
  • 0587aa27b5
    Added getAddressScriptHashBalances to helpers/index.js. Corey Phillips 2020-12-07 17:12:33 -0500
  • 3e64e965da
    Updated onMessage method in client.js. Removed onEnd method in client.js. Cleaned up batch methods in electrum_client.js. Removed timeout & end listeners in initSocket method in init_socket.js. Removed timeout, end, secureconnect & onerror listeners in connect method in TlsSocketWrapper.js. Corey Phillips 2020-12-02 14:01:15 -0500
  • 1301007a37
    Created README.md and added an installation and usage/example section. Corey Phillips 2020-11-20 12:39:51 -0500
  • 8aeb8a7454
    Added pingTest, startRandomPeerTest, disconnectTest, startCustomPeerTest, getAddressScriptHashBalanceTest, getPeersTest, subscribeHeaderTest, subscribeAddressTest & getFeeEstimateTest tests to electrum-client-helpers-test.js. Corey Phillips 2020-11-20 12:37:47 -0500
  • 624dfb1639
    Added pingServer, getAddressScriptHashBalance, getPeers, subscribeHeader, subscribeAddress & getFeeEstimate methods to helpers/index.js. Corey Phillips 2020-11-20 12:31:26 -0500
  • 73f40307fa
    Added subscribedAddresses to clients.js. Corey Phillips 2020-11-20 12:29:19 -0500
  • 7b2f275766
    Added basic tests for the start/stop helpers methods. Corey Phillips 2020-10-20 11:47:07 -0400
  • a3a1a9a36d
    Added some basic start/stop helper methods. Added some default peers to connect to randomly. Corey Phillips 2020-10-20 11:44:25 -0400
  • 0069ebf522
    Initial merge of node-electrum-client & rn-electrum-client. Corey Phillips 2020-10-20 11:41:03 -0400
  • a1bc50fbb5
    Initial commit Corey 2020-10-15 12:18:35 -0400