mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Fix Windows contributors being unable to build and test the xrpl mono repo (#1822)
* Let ripple-binary-codec to build on windows & nix Co-authored-by: Justintime <justinthenicholasoftime@protonmail.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateAccountDelete } from 'xrpl-local/models/transactions/accountDelete'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateAccountSet } from 'xrpl-local/models/transactions/accountSet'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { ValidationError } from 'xrpl-local'
|
||||
import { validateBaseTransaction } from 'xrpl-local/models/transactions/common'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateCheckCancel } from 'xrpl-local/models/transactions/checkCancel'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateCheckCash } from 'xrpl-local/models/transactions/checkCash'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateCheckCreate } from 'xrpl-local/models/transactions/checkCreate'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateDepositPreauth } from 'xrpl-local/models/transactions/depositPreauth'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateEscrowCancel } from 'xrpl-local/models/transactions/escrowCancel'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateEscrowCreate } from 'xrpl-local/models/transactions/escrowCreate'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateEscrowFinish } from 'xrpl-local/models/transactions/escrowFinish'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateOfferCancel } from 'xrpl-local/models/transactions/offerCancel'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateOfferCreate } from 'xrpl-local/models/transactions/offerCreate'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, PaymentFlags, ValidationError } from 'xrpl-local'
|
||||
import { validatePayment } from 'xrpl-local/models/transactions/payment'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validatePaymentChannelClaim } from 'xrpl-local/models/transactions/paymentChannelClaim'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validatePaymentChannelCreate } from 'xrpl-local/models/transactions/paymentChannelCreate'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validatePaymentChannelFund } from 'xrpl-local/models/transactions/paymentChannelFund'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateSetRegularKey } from 'xrpl-local/models/transactions/setRegularKey'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateSignerListSet } from 'xrpl-local/models/transactions/signerListSet'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateTicketCreate } from 'xrpl-local/models/transactions/ticketCreate'
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { validate, ValidationError } from 'xrpl-local'
|
||||
import { validateTrustSet } from 'xrpl-local/models/transactions/trustSet'
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* eslint-disable no-bitwise -- flags require bitwise operations */
|
||||
import { assert } from 'chai'
|
||||
|
||||
import {
|
||||
DepositPreauth,
|
||||
OfferCreate,
|
||||
|
||||
Reference in New Issue
Block a user