Skip to content

Commit

Permalink
Merge branch 'main' of github.com:XRPL-Labs/XrplTxData
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Dec 22, 2023
2 parents 2ff2fd9 + e8ac52a commit f95faf7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### `xrpl-txdata`: Fetch XRPL transaction data (auto failover)

# ⚠️ WARNING! PLEASE UPDATE TO THE LATEST VERSION (1.2.3) - previous versions have a bug resulting in sometimes returning UNVALIDATED TRANSACTIONS (without metadata, and may not be included in the closed ledger).
**⚠️ WARNING! Versions before 1.2.3 are vulnerable to returning unvalidated transactions. Please update!**

---

Expand Down Expand Up @@ -77,6 +77,12 @@ By default, these full history nodes will be used (in order):
2. `wss://xrpl.link` (fallback endpoint for `wss://xrplcluster.com`)
3. `wss://s2.ripple.com`

##### Xahau

For Xahau you can use `wss://xahau.network`

#### Timeouts

The default timeout configuration will:

- Try to connect, query & get a response (per tx) within 1250ms (1.25 seconds) before trying the next node
Expand Down

0 comments on commit f95faf7

Please sign in to comment.