Xrpl Dev Portal Versions Save

Source code for xrpl.org including developer documentation

v2015-01-12

9 years ago

This "release" contains many items that have already been pushed to production piecemeal:

  • Minor improvements to the API tools
  • Keeping up with new REST features, including:
  • paging for trustlines, balances
  • updated default limits
  • order-related methods
  • new max_fee and fixed_fee parameters
  • Print-friendly CSS
  • Documentation for reliably submitting transactions
  • Table of all transaction result codes
  • Other minor improvements

v2014-10-30

9 years ago

This release fixes some minor problems in the Developer Portal:

  • Gatewayd docs updated to remove broken link to deleted branch
  • updated ledger consensus source link
  • REST APItool - proper descriptions for Prepare Payment and Check Notifications
  • REST - fixed formatting for Check Notifications
  • REST - generate wallet should point to the correct method of the API tool

v2014-10-27

9 years ago

This release is the final release of the old Dev Portal prior to freezing it and porting the content to the new site. This release contains the following improvements:

  • A draft of the Gateway Services spec to for commentary and feedback from partners and community
  • Updates to Ripple-REST documentation to fix some typos and reflect newest version (Pull request #83)
  • Redone README.md file that isn't so REST-centric
  • Some revisions to the CSS to make the pages easier to read
  • Minor markup improvements for several pages

v2014-10-20

9 years ago

This release contains the following improvements:

  • Ripple-REST API: Finished updating the format
  • Ripple-REST API: fixed a couple typos

v2014-10-08-2

9 years ago

This patch release contains an important clarification for the tfPartialPayment flag in the transaction format.

v2014-10-08

9 years ago

This version of the Dev Portal includes the following improvements:

  • rippled APIs - Documented fee_mult_max parameter of sign and submit methods
  • rippled APIs - Reworded AccountTxnID description for clarity.
  • Minor styling improvements, including better text contrast, removing unintended green from buttons, changing teletype from red to black, and making tables occupy the full width of the center column
  • REST APIs - Documented new error formats and Memos feature
  • REST APIs - Rewrote documentation for about half of the methods in a format that matches the format of other APIs
  • REST APIs - Corrected names and formatting for some fields of the payment object
  • REST APIs - Added documentation for query parameters on Get Account Balances
  • REST API Tool - Support query parameters on Get Account Balances

v2014-10-03

9 years ago

This version of the Developer Portal contains the following changes:

  • REST API Tool - Remove redundant test-only warnings (DEV-48)
  • Transactions - clarify Memos format, use AccountTxnID instead of PreviousTxnID, more clarity on Paths
  • rippled APIs - Clearer rewrite of submit method

v2014-09-25

9 years ago

This version contains the following improvements:

  • REST API tool: Reworked to only support editing the variable parts of the URL, and show tooltips for each
  • REST API tool: Included query parameters in demos of some methods that support them

v2014-09-24

9 years ago

This release contains two fixes:

  • The contents of the request body no longer carry over (incorrectly) if you switch from a POST command to a GET command and then change the method back to POST
  • Updated transaction format link in sign method to point at dev portal instead of wiki.

(EDIT: updated the tag to point at the correct revision)

v2014-09-23-2

9 years ago

Remove the redundant ":443" from the URL