Commit Graph

1076 Commits

Author SHA1 Message Date
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
bcb28a3b58 Add reviewer fixes 2023-01-18 12:23:15 -08:00
Oliver Eggert
19eb90020b Fix grammar 2023-01-18 11:11:15 -08:00
Oliver Eggert
d874e0e752 Fix health-check.ja link 2023-01-17 11:28:06 -08:00
Oliver Eggert
0b3a2c9a16 Fix broken links to amendment blocked servers section 2023-01-15 22:37:48 -08:00
Oliver Eggert
58df747093 Update to match style guide. 2023-01-15 20:45:23 -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
281ddc5664 Merge pull request #1659 from wojake/patch-12
escrowcreate.md typo fix
2023-01-04 15:52:05 -08:00
Rome Reginelli
81e34b9997 Merge pull request #1637 from XRPLF/rr-clarify-nftokentaxon
Clarify NFTokenTaxon
2023-01-04 15:51:40 -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
Wo Jake
732c32659a escrowcreate.md typo fix 2022-12-26 19:21:56 +08: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
Rome Reginelli
3286df3cca Clarify NFTokenTaxon
Lathan in Mattermost called out that this line is confusing. I think this rewrite should clear up the confusion. (Note, I'm using "NFT" to get a head start on #1628.)

The note on the maximum value is not necessary because that's the actual hard max of a UInt32 type anyway.
2022-12-14 12:54:18 -08:00
mDuo13
b8794f80f6 AMM: add concept links to more tx types 2022-12-12 20:10:54 -08:00
Michael Legleux
e63f3a60c2 does -> does _not_ 2022-12-12 18:55:55 -08:00
mDuo13
b5478b863e AMM: edit concept, add links to it 2022-12-12 17:28:48 -08:00
Rome Reginelli
7897a9c73a Merge pull request #1619 from XRPLF/rr-fix-amm-trading-fee
AMM: Fix trading fee decimal comparison
2022-12-08 13:48:29 -08:00
Rome Reginelli
4da14c00f4 Merge pull request #1608 from XRPLF/rr-stissue-length
Serialization: fix STIssue definition
2022-12-07 15:58:21 -08:00
Rome Reginelli
5c2bf3204b Merge pull request #1606 from XRPLF/rr-submit_multisigned_cli_resp
Add example CLI reponse to submit_multisigned
2022-12-06 15:30:40 -08:00
Wietse Wind
2924e465e0 Add note about not being able to AccountDelete (tecHAS_OBLIGATIONS) if minted 2022-12-04 01:06:17 +01:00
Rome Reginelli
b2ae59164e AMM: Fix trading fee decimal comparison
"units of 1/100,000" is equivalent to "⅒ basis points" which is correct. This 10,000 number is a carry over from when it was basis points, not ⅒ thereof
2022-12-02 13:53:20 -08:00
mDuo13
6f89db4678 Start AMM concept, AMM-Devnet support 2022-12-01 18:46:56 -08:00
oeggert
a271942c1e Merge pull request #1598 from XRPLF/oeggert/issue1554
Add code samples for markers and pagination.
2022-11-29 14:23:58 -08:00
oeggert
ed607d813d Merge pull request #1596 from XRPLF/oeggert/issue1421
Add example links for each transaction type
2022-11-28 15:59:03 -08:00
oeggert
85fec9c23b Update content/references/protocol-reference/transactions/transaction-types/escrowcreate.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-11-28 15:22:46 -08:00
oeggert
9e0d32b223 Update content/references/protocol-reference/transactions/transaction-types/payment.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-11-28 15:21:37 -08:00
Rome Reginelli
68d41fae5a Serialization: fix STIssue definition
Noah from the xrpl4j team noted that the STIssue definition used was wrong in the case of XRP, and the actual implementation has an optimization to drop the second 160 bits in the case where the first 160 bits are XRP.
2022-11-28 14:49:16 -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
Oliver Eggert
6c141b50af Change examples to relative links and add blank line before link. 2022-11-23 16:25:18 -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
Rome Reginelli
b3baec9187 Merge pull request #1588 from XRPLF/server_info_issue_1446
Update server_info/state w/ reporting mode details
2022-11-23 13:23:43 -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
Oliver Eggert
ed2047c8ab Clean up code comments. 2022-11-23 12:09:09 -08:00
mDuo13
ecb8acfafb Fix AMMDeposit formula 2022-11-22 20:04:30 -08:00
mDuo13
bc752f213d Enable include_code by default 2022-11-22 16:18:30 -08:00
Rome Reginelli
572e0ab3c6 AMM: apply suggestions from review
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2022-11-21 22:42:30 -08:00
mDuo13
720a322892 AMM refs: more edits per reviews 2022-11-21 22:40:14 -08:00