Commit Graph

733 Commits

Author SHA1 Message Date
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
Rome Reginelli
68b9bef96d Merge branch 'master' into japanese 2022-08-22 14:32:52 -07:00
mDuo13
49e67ee7ef [JA] fix links & remove some unneeded redirects 2022-08-20 14:34:55 -07:00
develoQ
2fb1f9aca3 fix filename 2022-08-21 00:15:05 +09:00
Rome Reginelli
9fa41b859e Merge pull request #1466 from XRPLF/update-serialization
Update with new ripple-binary-codec links
2022-08-19 12:57:24 -07:00
develoQ
76362fcd08 Corrected points raised. 2022-08-18 20:24:59 +09:00
Elliot Lee
646c474380 Document the "date" field from the tx method 2022-08-12 16:28:22 -07:00
Elliot Lee
89d5c197d5 Update with new ripple-binary-codec links 2022-08-12 16:14:40 -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
develoQ
f58c219a6c translate to japanese
- client-libraries.html
- xrp-api.html
 - xrpljs2-migration-guide.html
- node_to_chard.html

Co-authored-by: mtmttksh <109614042+mtmttksh@users.noreply.github.com>
2022-08-11 13:30:26 +09:00
Abdulkabir Toyyib
327449d708 Update currency-formats.md 2022-07-18 22:04:03 +01: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
ethanlabelle
a9cda49178 Update book_offers.md
JSON syntax error
2022-06-29 17:20:28 -04:00
mDuo13
3458809228 Rename API method categories 2022-06-28 04:09:37 -07:00
mDuo13
42117756c6 Rename rippled-api.html reference page 2022-06-28 03:45:56 -07:00
mDuo13
a91a2dd4e0 Rename rippled server category/concept 2022-06-28 03:24:01 -07:00
Amarantha Kulkarni
682472e944 rename folder to rippled-api to avoid breaking external links 2022-06-28 01:13:46 -07:00
Amarantha Kulkarni
2f9f349fea Rename API folder name and add Clio server-info file 2022-06-27 07:48:50 -07:00
Viacheslav Bakshaev
9ff9d99db6 NFT transfer fee 0-5000, increment 0.001
by Ali: 

c66be3e6cf/src/ripple/protocol/Protocol.h (L81)

1.2.1.1.1.2 TransferFee
The value specifies the fee, in tenths of a basis point, charged by the issuer for secondary sales of the token, if such sales are allowed at all. Valid values for this field are between 0 and 50,000 inclusive and a value of 1 is equivalent to 1/10 of a basis point or 0.001%, allowing transfer rates between 0% and 50%. A TransferFee of 50,000 corresponds to 50%.

Creds to Ali, Barry, nixerFmm, Nik B :)
2022-06-10 09:27:34 +02:00
Dennis Dawson
105ceb762b Merge branch 'master' into Updates_for_JS2.2.3 2022-06-02 09:53:30 -07:00
Dennis Dawson
b959df1fad Fix format of tfTransferable 2022-05-25 15:57:27 -07:00
Dennis Dawson
33096d1a83 Update Transfer Fee description. 2022-05-25 15:55:52 -07:00
mDuo13
1c45eac0b3 NFT method fixes 2022-05-23 17:35:05 -07:00
mDuo13
13e9ef0775 NFT API method fixes 2022-05-23 17:35:05 -07:00
Dennis Dawson
b3bfde46ef Add NFTs disclaimer. 2022-05-23 17:35:05 -07:00
Dennis Dawson
93a1f544cb Add NFT Methods
Add NFT Methods to the public-rippled-methods page, per TOK-57.
2022-05-23 17:35:05 -07:00
Dennis Dawson
e7e8fee56b Add doc for nft_sell_offers method
Per TOK-57.
2022-05-23 17:35:05 -07:00
Dennis Dawson
3cbc940afe Add doc for the nft_buy_offers method.
Per TOK-57.
2022-05-23 17:35:05 -07:00
Dennis Dawson
302b0e8a43 Add account_nfts method doc.
Per TOK-57.
2022-05-23 17:35:05 -07:00
Rome Reginelli
fef2a6279c Merge pull request #1409 from XRPLF/ka_191
Known Amendments updates for 1.9.x
2022-05-23 17:34:46 -07:00
Rome Reginelli
823c9ba763 Merge pull request #1376 from XRPLF/dd-NFT-Jira-Fix-20200321
Add new error case tecOBJECT_NOT_FOUND
2022-05-23 15:55:19 -07:00
mDuo13
ba407ecd58 Resolve some broken links 2022-05-23 15:36:59 -07:00
mDuo13
86a4ed21b0 ExpandedSignerList doc updates 2022-05-23 13:40:03 -07:00
mDuo13
cb891fdf28 account_channels: update example/Try It 2022-05-19 16:35:51 -07:00
mDuo13
1bd59b7ac0 Add description for tecNO_SUITABLE_TOKEN_PAGE 2022-05-19 15:12:37 -07:00
mDuo13
55eeeb0c61 NFToken field renaming for v1.9.0 2022-05-19 15:12:35 -07:00
mDuo13
451c3a1d83 NFT error codes
- Also removed some stuff from the NFTokenBurn page which was describing
  changes to the AccountRoot object caused by the NFTs amendment
2022-05-19 13:57:04 -07:00
Dennis Dawson
e8446fec54 Add new error case tecOBJECT_NOT_FOUND 2022-05-19 13:44:57 -07:00
mDuo13
818116eee5 Tweak RippleState balance field description 2022-05-19 13:39:14 -07:00
Rome Reginelli
2a156ea9f4 Merge pull request #1404 from JST5000/patch-3
Add missing word to ripplestate doc
2022-05-19 13:37:56 -07:00
Jackson Mills
e9039ef6be Add missing word to ripplestate doc 2022-05-16 10:05:49 -07:00
mDuo13
72c18f32e5 Code samples: update includes for moved samples 2022-04-20 14:04:04 -07:00
Dennis Dawson
65dde30676 Fix capitalization of tesSUCCESS 2022-04-14 16:07:15 -07:00
Dennis Dawson
0af2e731cc Merge branch 'master' into dd-NFT-Jira-Fixes20200322 2022-04-14 15:59:43 -07:00
Dennis Dawson
70d45bbc46 Style updates
Thanks very much for the help, Jackson. I did some tech writing tomfoolery.
2022-04-11 14:41:36 -07:00
Jackson Mills
eecdc2f53d Fix broken example on NFTokenMint + explain Issuer
In response to this thread on Discord:
* Initial problem: https://discord.com/channels/886050993802985492/890685878068969472/962675085557235742
* Response: https://discord.com/channels/886050993802985492/890685878068969472/963111448995831838

This attempts to:
1. Simplify the initial example to just work without any setup (Fixing issues which make copy + pasting simply not work)
2. Add a section on minting with another issuer to handle that specific case, with a more complicated example that also simply works to copy + paste. (And putting the "Set the MinterAccount" instruction at the top rather than as a foot note.
2022-04-11 09:47:28 -07:00