Commit Graph

80 Commits

Author SHA1 Message Date
oeggert
e782a0aa8e Merge branch 'master' into 1100-release-docs 2023-03-14 12:33:54 -07:00
Oliver Eggert
cecf638083 Added reviewer suggestions 2023-03-14 12:31:51 -07:00
Rome Reginelli
035676ebcd Merge pull request #1801 from develoQ/ja-unl
[JA] Translating UNL-related pages
2023-03-10 16:16:14 -08:00
Rome Reginelli
d94d0d2450 Merge pull request #1781 from develoQ/japanese-amm
[JA] AMM
2023-03-09 16:20:40 -08:00
mDuo13
1568c2f365 fix 'Deposith' typo 2023-03-08 17:39:06 -08:00
mDuo13
da580653fb AccountRoot: more minor style edits 2023-03-08 15:39:14 -08:00
mDuo13
32bd7a08ef Style edits for DisallowIncoming 2023-03-08 15:30:38 -08:00
oeggert
743c9349bd Merge pull request #1780 from XRPLF/xrpfees-1100-updates
Update docs for XRPFees amendment
2023-03-07 16:28:01 -08:00
Oliver Eggert
8d3b85ce7e Fix typo 2023-03-07 16:08:56 -08:00
tequ
48d634003f [JA] NegativeUNL 2023-03-07 16:14:53 +09:00
Oliver Eggert
d09a9d4bd0 Fix internal types. 2023-03-02 13:04:57 -08:00
Rome Reginelli
49be6d0cd3 Merge pull request #1760 from XRPLF/rr-patch-offer
Copy/style edits to Offer page
2023-03-01 11:44:22 -08:00
Oliver Eggert
93d60258c5 Rename NFT to NFToken 2023-03-01 11:27:26 -08:00
Oliver Eggert
06c4c2d990 Update account flags for 1.10.0 DisallowIncoming amendment 2023-03-01 10:01:12 -08:00
Oliver Eggert
ffd57e749d Update docs for XRPFees amendment 2023-03-01 09:54:56 -08:00
develoQ
219e8b4be4 Merge commit '2bf9323ffd35b9f17a14b31be2510b5fed25264f' into japanese-amm 2023-03-01 11:20:54 +09:00
develoQ
d659a6ea49 fix 2023-03-01 09:37:25 +09:00
develoQ
a49cc07966 [JA] add ledger-objecy-types/amm.ja.md 2023-02-24 21:41:33 +09:00
develoQ
fc34e012c2 [JA] update accountroot 2023-02-24 21:41:10 +09:00
develoQ
1f49dbc279 [JA] update accountroot(amm) 2023-02-24 19:40:06 +09:00
develoQ
1d1da4b245 translation of #1760 2023-02-24 12:53:59 +09:00
Rome Reginelli
b95df1115a Copy/style edits to Offer page
Clean up a couple style things I noticed while reviewing #1741
2023-02-22 13:34:39 -08:00
develoQ
b8bc59421f [JA] translate dex, offer page 2023-02-15 18:37:33 +09:00
Oliver Eggert
bcb28a3b58 Add reviewer fixes 2023-01-18 12:23:15 -08:00
Oliver Eggert
0b3a2c9a16 Fix broken links to amendment blocked servers section 2023-01-15 22:37:48 -08:00
mDuo13
daeabe6c9d Merge branch 'amm_concept' 2022-12-16 14:05:00 -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
b5478b863e AMM: edit concept, add links to it 2022-12-12 17:28:48 -08: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
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
mDuo13
bc752f213d Enable include_code by default 2022-11-22 16:18:30 -08:00
mDuo13
ab0b7f78d8 [JA] add untranslated section on AMMs 2022-11-21 22:40:14 -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
86383ca28d Add example NFTokenOffer, NFTokenAcceptOffer
Fixes #1553 by adding real examples from Mainnet of the NFTokenOffer
object type and NFTokenAcceptOffer transaction type (the offer entry is
no longer in the ledger because it was deleted when the sale was
completed, but you can look it up in ledger 75443623.
2022-10-31 17:32:27 -07:00
mDuo13
4addf5996b Update NFT status 2022-10-31 14:52:40 -07:00
mDuo13
41d7334499 [JA] fix broken links 2022-10-19 15:56:37 -07:00
develoQ
c03ee24571 add Japanese translations of NFT-related pages
- fix NFTokenOffer JSON Type to use `Currency Amount` instead `object or string`
- incremental reserve to 2 XRP
- Corrected description of failure conditions at Direct Mode
-
2022-10-01 21:52:31 +09:00
LimpidCrypto
a9014ad786 Update content/references/protocol-reference/ledger-data/ledger-object-types/nftokenoffer.md
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2022-09-26 21:07:48 +02:00
LimpidCrypto
439cee498a Merge branch 'master' into minor-improvments 2022-09-23 19:55:20 +02:00
LimpidCrypto
3c88bd8ea0 fix nftokenpage json; add column 'required?'; default flag description; fix nftoken... object tables 2022-09-23 19:50:55 +02:00
Rome Reginelli
c81fb3f0d5 Merge pull request #1523 from bigcjat/patch-1
Update nftokenpage.md
2022-09-22 17:24:23 -07:00
Viacheslav Bakshaev
1630555ddd Amendments: reference code line updates 2022-09-22 17:10:58 +02:00
LimpidCrypto
f8eac7fd3c minor improvements 2022-09-21 20:44:28 +02:00
bigcjat
25af9e76a5 Update nftokenpage.md
If a token page can only support up to 32 NFTs, the "The reserve in practice" table shouldn't include 64, as in practise that's not possible.
2022-09-20 23:20:36 -07:00
ddawson
230ef0cd1f mduo13 suggestions 2022-09-12 11:11:15 -07:00
ddawson
86c898c9cb moar fixes I found 2022-09-08 14:47:52 -07:00
ddawson
ef1e092a6a Changes per Git issue 1487 2022-09-08 13:29:41 -07:00
mDuo13
49e67ee7ef [JA] fix links & remove some unneeded redirects 2022-08-20 14:34:55 -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
mDuo13
86a4ed21b0 ExpandedSignerList doc updates 2022-05-23 13:40:03 -07:00