Commit Graph

49 Commits

Author SHA1 Message Date
Jackson Mills
1ef4bea303 Change server_state.transitions to string in example
When running against rippled locally, `ServerState.transitions` appears to be a string, and the documentation says it should be a string, so this PR updates the example to use a string instead of a number for that field. (I believe it used to be a number, but at some point changed)
2023-03-27 14:29:27 -07:00
Rome Reginelli
d94d0d2450 Merge pull request #1781 from develoQ/japanese-amm
[JA] AMM
2023-03-09 16:20:40 -08:00
ddawson
ad5d4a28a6 Fix try it! links 2023-03-08 15:42:28 -08:00
develoQ
d659a6ea49 fix 2023-03-01 09:37:25 +09:00
develoQ
045740ec8c [JA] amm_info 2023-02-28 20:03:16 +09:00
Dennis Dawson
2722cc7f6c Merge branch 'master' into ledger_entry1580 2023-02-21 15:43:12 -08:00
ddawson
c1776d1259 Link to ledger entry 2023-02-08 12:04:49 -08:00
mDuo13
f335de0a75 account_objects, book_offers, ledger: edit per @oeggert review 2023-01-25 17:57:17 -08:00
mDuo13
0e842b1c1d amm_info: clarify vote_weight units 2023-01-25 17:31:55 -08:00
mDuo13
840845cb2b ledger, ledger_data: clarify type filtering 2023-01-24 19:02:34 -08:00
mDuo13
418a321b27 amm_info: clarify amount/amount2 may be swapped due to canonical asset order 2023-01-24 18:38:05 -08:00
mDuo13
52f8ed4726 book_offers: touch up formatting 2023-01-24 18:18:40 -08:00
mDuo13
10d4b5880a amm_info response format update 2023-01-24 18:18:16 -08:00
mDuo13
b8e37727e2 ledger_entry amm fixes 2023-01-21 04:39:47 -08:00
mDuo13
98a759f455 [DRAFT] updates to ledger_entry for AMM, type filter 2023-01-18 18:01:49 -08:00
oeggert
af68722548 Merge pull request #1677 from XRPLF/update-amendments-concept
Update Amendments Concept Info
2023-01-18 12:47:23 -08:00
Oliver Eggert
0b3a2c9a16 Fix broken links to amendment blocked servers section 2023-01-15 22:37:48 -08:00
Dennis Dawson
ec5f87fb5d Merge pull request #1671 from XRPLF/nft_offer_issue_1520
Nft offer issue 1520
2023-01-12 14:07:07 -08:00
ddawson
15b3dca6eb remove plural 2023-01-12 13:47:03 -08:00
ddawson
3173524dfb Oxford comma 2023-01-11 10:42:11 -08:00
ddawson
d6c48d8e97 Add nft_offers to type list 2023-01-11 09:46:44 -08:00
Rome Reginelli
c24e128547 Merge pull request #1660 from XRP-DEV/patch-1
Minor documentation change `nft_sell_offers` (Updated JSON RPC object to the correct structure)
2023-01-04 15:52:53 -08:00
Rome Reginelli
863682504a Merge pull request #1638 from XRPLF/fix_path_find_dest_amt
Update path_find
2023-01-04 15:51:25 -08:00
Niko
b4de01f896 Updated JSON RPC object to the correct sturcture
The JSON object proposed for submitting had the incorrect structure for the JSON-RPC endpoint
2022-12-30 01:51:51 +01:00
Rome Reginelli
b8033021a1 Merge pull request #1652 from XRPLF/ws_tool_tickets
Fix ledger_entry format for tickets and add to WS tool
2022-12-22 12:01:28 -08:00
Rome Reginelli
86fad1e20f Merge pull request #1653 from legleux/fix-escrow-example-field
field wrong "account" should be "owner"
2022-12-22 12:00:57 -08:00
Michael Legleux
54f20be9bc field wrong "account" should be "owner" 2022-12-20 21:31:55 -08:00
mDuo13
f18e676183 Fix ledger_entry format for tickets and add to WS tool 2022-12-20 17:20:39 -08:00
mDuo13
daeabe6c9d Merge branch 'amm_concept' 2022-12-16 14:05:00 -08:00
mDuo13
0e5f57a2ef Update path_find
Add the destination_amount field in paths for the -1 special case
(Fixes issue #1626) and minor updates for style consistency.
2022-12-15 15:58:45 -08:00
Amarantha Kulkarni
845422da7f Add words from new features such as NFTs to the spell checker (#1615)
* Add words from new features such as NFTs to the spell checker

* Add more proper nouns and general purpose words

* Add more proper nouns and general purpose words

* Update to use backticks

* Update proper nouns and generic words

* Fix style for words based on style checker report

* Style/spelling fixes

* Fix links broken by style/spelling updates

* More edits for style

* Finish updates to get style checker to pass

Co-authored-by: mDuo13 <mduo13@gmail.com>
2022-12-15 14:29:32 -08:00
mDuo13
6f89db4678 Start AMM concept, AMM-Devnet support 2022-12-01 18:46:56 -08:00
Rome Reginelli
53db225ee3 Add example CLI reponse to submit_multisigned
Fix #407

Re-uses the JSON-RPC response since it should be identical to the commandline response except the lead-in.
2022-11-28 13:51:47 -08:00
Rome Reginelli
e3a6935cb2 Merge pull request #1541 from XRPLF/amm_ref
Automated Market Maker (XLS-30d) reference documentation
2022-11-23 14:33:21 -08:00
mDuo13
45f6ea49a8 server_info/state: more edits 2022-11-23 12:50:20 -08:00
mDuo13
c2cc532242 server_info/state updates: edits per reviews 2022-11-23 12:40:16 -08:00
mDuo13
08bbcc4dd7 AMM reference docs
AMM object: some clarifications

AMM references: incomplete draft

AMM updates

AMM: add AMMBid, clarify more stuff

Docs for AMMBid transaction

AMM: more work on error codes

AMM: example transactions, related upates

Fix broken links

AMM: reflect naming updates

more AMMBid edits

Add amm_info API method

Add style for AMM label

AMM: more clarifications on tx, accounts

AMM references: Clean up draft

amm_info: reflect code updates

AMM: updates for the latest changes

AMM: update flags for Deposit/Withdraw

AMM: update JSON examples for latest code

Serialization: add STIssue type

STIssue: clarify definition with commas
2022-11-21 22:40:12 -08:00
mDuo13
3ed5d90519 Update server_info/state w/ reporting mode details
- Add reporting mode specific fields
- Mark peers field as omitted from reporting mode
- Fix "external" gRPC link in server modes page
- Update "Configure gRPC" tutorial to better reflect current status of
  gRPC in rippled

This commit fixes #1446.
2022-11-16 15:38:42 -08:00
mDuo13
4addf5996b Update NFT status 2022-10-31 14:52:40 -07:00
ddawson
3ba6eaf226 fix link to NFTokenTaxon 2022-09-08 15:48:19 -07:00
Rome Reginelli
09e367b1ba Remove tx_history "Try it!" (#1473)
The "tx_history" command is deprecated and intentionally not listed in the Websocket tool. This removes the broken "Try it!" link to use the WS tool for this method.
2022-08-22 17:10:47 -07:00
Amarantha Kulkarni
c672b6eb96 Clio server_info: Update some response field descriptions (#1468)
* Update some response field descriptions

* add response when client does not connect over localhost

* Add clarification on nested rpc and subscription objects as well

* Fix typo and incorporate feedback
2022-08-22 16:43:38 -07:00
Elliot Lee
646c474380 Document the "date" field from the tx method 2022-08-12 16:28:22 -07:00
Amarantha Kulkarni
b70b3ae7e9 Clio v110 (#1464)
* Update response fields

* Fix typo

* initial draft for nft_info command

* update request and response formats

* Incorporate review feedback

* Updated source URL  and desc for is_burned

* Incorporate review feedback

* Incorporate additional review comments

* Incorporate peer edit comments

* Moving nft_info to new section

* Rename section to Clio methods

* Update dactyl-config.yml

Co-authored-by: Rome Reginelli <rome@ripple.com>

* Update content/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md

Co-authored-by: Rome Reginelli <rome@ripple.com>

* Update warning message location in the response as per code changes (#1462)

* Update warning level change in API response

* Move Clio APIs under one heading in the nav

* Update dactyl config file to group all Clio methods under one heading

* Fix file paths

* remove Clio from the nav title

* Add badge to note the version when this API was added

Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-08-12 07:14:29 -07:00
mDuo13
75d4bc91ed Merge remote-tracking branch 'ethanlabelle/patch-1' 2022-07-12 14:03:57 -07:00
mDuo13
fff8c37d00 Clio: correct config file path, server_info link 2022-06-29 16:25:46 -07:00
mDuo13
ffcb4c9979 Rename Clio server_info file; fix JA links 2022-06-29 15:58:53 -07:00
mDuo13
ffabb8f959 Clio server_info method 2022-06-29 15:41:04 -07:00
mDuo13
3458809228 Rename API method categories 2022-06-28 04:09:37 -07:00