xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser

Downloads
1.8M
Stars
1.2K
Committers
139

Bot releases are visible (Hide)

xrpl.js - 0.13.0-rc11

Published by geertweening about 9 years ago

xrpl.js - 0.13.0-rc10

Published by geertweening about 9 years ago

xrpl.js - 0.13.0-rc9

Published by alandotcom about 9 years ago

Fixes

30d5134 Fix require failure in browser code due to proxy library
e343f3b Remove usage of fs module because it does not work in browser
0cda15f Update is-my-json-valid depedency to fix webpack issue
806547d fix Amount compare bug
0c62fa2 remove Firefox warning about prototype overwrite
c57cef4 resend request in case server was disconnected after request was sent
7706866 move reconnect logic from Request.callback to Request.request

Changes

c745faa optimize baseconverter , OrderBook and AutobridgeCalculator for speed
5c9451d allow Request.request(callback)
7e886b3 Add multisign helpers
91dd687 Add tecOVERSIZE transaction result
c6e0582 Remote: Add LowFreeze, HighFreeze flags
3c608de Do not return non-validated transaction from RippleAPI#getTransaction
80494ad Return promise error if submit result is an immediate failure
60f2419 Add PendingLedgerVersionError
90b5300 Set default maxLedgerVersion to last closed ledger when requesting account_tx
20fa8bc optimize AutobridgeCalculator and Amount for speed
0c9aea4 RippleAPI: Add data property to error object
3e758e1 Remove "tel" errors from submit's immediate failure category
b134081 Add SuspendedPayment{Create,Finish,Cancel}

xrpl.js - 0.13.0-rc8

Published by alandotcom about 9 years ago

Fixes

255332e Fix queueing of pathfind requests
b5f8ba4 Fix: Check for destination_currencies property

xrpl.js - 0.13.0-rc7

Published by alandotcom about 9 years ago

Changes

c4fa4c2 Compile test cases to run tests without using Babel
5f61d80 Fix bugs in compiled library
dfee9bc Update legacy-support & JSDoc comments
fc0240c Deprecate positional request constructor API
5049822 remove redundant abs from MIN_IOU_VALUE
297fb24 fix test for amount min
2b600a1 more amount minimum abs test fixes
877c6bb amount min/max - more tests

Breaking changes (RippleAPI):

6831990 Use maxAmount in getPaths results so they can be passed to preparePayment
15c0e6d Remove computeLedgerHash and isValidAddress from API
b88e937 Return instructions in prepare responses

xrpl.js - 0.13.0-rc6

Published by alandotcom about 9 years ago

a94b21c fix get-server-info.json schema
23653f6 Allow to specify server url without explicit port number
232017d Move positional args wrappers into legacy-support module
bca7382 Update ledgerSelect to throw if ledger arg is unrecognized
1ccbaf6 Fix: Emit error events and return error on pathfind
5136322 Add schema for RippleAPI constructor options

xrpl.js - 0.13.0-rc2

Published by geertweening about 9 years ago

xrpl.js - 0.13.0-rc3

Published by geertweening about 9 years ago

xrpl.js - 0.13.0-rc4

Published by geertweening about 9 years ago

xrpl.js - 0.12.6

Published by geertweening about 9 years ago

xrpl.js - 0.12.5-rc1

Published by geertweening over 9 years ago

xrpl.js - 0.12.4

Published by geertweening over 9 years ago