mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Removes methods that were just rippled wrappers (#1550)
* remove getAccountInfo * remove getAccountObjects * remove getBalanceSheet (gateway_balances) * remove getLedger * remove getOrders (account_orders) * remove getPaymentChannel (ledger_entry) * remove getTransaction(s) (tx/account_tx) * remove getSettings (account_info) * remove getServerInfo (server_info) * fix integ tests * remove submit (also deprecated) * fix integ tests * add TODO
This commit is contained in:
@@ -182,7 +182,7 @@ describe('Connection', function () {
|
||||
data: {disconnectOnServerInfo: true}
|
||||
})
|
||||
return this.client
|
||||
.getServerInfo()
|
||||
.request({command: "server_info"})
|
||||
.then(() => {
|
||||
assert(false, 'Should throw DisconnectedError')
|
||||
})
|
||||
@@ -211,7 +211,7 @@ describe('Connection', function () {
|
||||
callback({message: 'not connected'})
|
||||
}
|
||||
return this.client
|
||||
.getServerInfo()
|
||||
.request({command: "server_info"})
|
||||
.then(() => {
|
||||
assert(false, 'Should throw DisconnectedError')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user