Commit Graph

120 Commits

Author SHA1 Message Date
ddawson
230ef0cd1f mduo13 suggestions 2022-09-12 11:11:15 -07:00
ddawson
5ac08987d9 re-insert Issuer field 2022-09-09 09:52:14 -07:00
ddawson
db845cda6c Remove misplaced auth minter text 2022-09-08 15:11:20 -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
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
Elliot Lee
89d5c197d5 Update with new ripple-binary-codec links 2022-08-12 16:14:40 -07:00
Abdulkabir Toyyib
327449d708 Update currency-formats.md 2022-07-18 22:04:03 +01:00
mDuo13
42117756c6 Rename rippled-api.html reference page 2022-06-28 03:45:56 -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
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
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
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
Dennis Dawson
8ef1fefcfd Merge branch 'master' into dd-NFT-Jira-Fixes20200322 2022-04-07 11:11:50 -07:00
Dennis Dawson
40e50a3d81 Merge pull request #1386 from XRPLF/dd-NFT-refactor
Dd nft refactor
2022-04-07 11:01:51 -07:00
Dennis Dawson
953f0ba387 Update variable names in TokenOffers note.
Renaming the variable to nft_offer_index makes the distinction less critical. Ultimately we'll probably remove the note on line 45 entirely.
2022-04-07 10:47:40 -07:00
Dennis Dawson
a0ff9fb9a9 Remove reference to lsfIssuerCanCancelOffers
* The issuer of the token identified by the `TokenUID` field in the `NFTokenOffer` object, if the token has the `lsfIssuerCanCancelOffers` flag set.
2022-04-06 16:53:22 -07:00
Dennis Dawson
440a28d2ca Fix NFTokenMinter 2022-04-06 16:48:23 -07:00
Dennis Dawson
b31cb160d4 Fix NFTokenSellOffer, NFTokenBuyOffer 2022-04-06 16:45:34 -07:00
Dennis Dawson
ddc0cb4cd0 Fix MintedNFTokens 2022-04-06 16:37:55 -07:00
Dennis Dawson
0879a0cdad Fix MintedNFTokens, BurnedNFTokens, NFTokenMinter 2022-04-06 16:34:26 -07:00
Jackson Mills
ebdc068767 Add missing Owner field to NFTokenBurn page (#1385)
When burning a token which has `lsfBurnable` enabled as the original minter, the `Owner` field is required to specify which NFTokenPages to search for the NFTokenID. 

Here's the original issue which prompted this discovery: https://github.com/XRPLF/xrpl.js/issues/1947
2022-04-06 09:43:52 -07:00
Dennis Dawson
b3b73479a3 Updates for SField changes.
Minter -> NFTokenMinter
TokenTaxon -> NFTokenTaxon
temBAD_TRANSFER_RATE -> temBAD_NFTOKEN_TRANSFER_FEE
2022-04-05 17:12:46 -07:00
Dennis Dawson
eac3a6923c Updates for SField changes.
TokenID -> NFTokenID
2022-04-05 16:49:28 -07:00
Dennis Dawson
158408c9b6 Update for SField changes
TokenOffers -> NFTokenOffers
2022-04-05 16:46:41 -07:00
Dennis Dawson
093d025fc7 Update for SField name changes
TokenID -> NFTokenID
2022-04-05 16:42:14 -07:00
Dennis Dawson
9d11aeb315 Updates for SField name changes.
BuyOffer -> NFTokenBuyOffer
SellOffer -> NFTokenSellOffer
TokenID -> NFTokenID
2022-04-05 16:37:33 -07:00
Dennis Dawson
cd1977b271 Update TransferFee per spec change
Per https://ripplelabs.atlassian.net/browse/RIPD-1799, the spec changed to allow for a range of 0-50,000.
2022-03-22 13:33:44 -07:00
Dennis Dawson
d90a86337d Add owner field description
Per https://ripplelabs.atlassian.net/browse/RIPD-1800, when the issuer burns a NFToken with tfBurnable set the burn request must include the Owner field.
2022-03-22 13:03:58 -07:00
Dennis Dawson
1f8dbda012 remove reference to lsfIssuerCanCancelOffers
This feature has been removed.
2022-03-22 12:27:00 -07:00
Dennis Dawson
9d25fd99b4 Add clarification for NFTokenOfferID response
Per TOK-52, providing a value with a valid format can result in a success response, even though no NFTokenOffer has been removed.
2022-03-22 11:18:36 -07:00
Rome Reginelli
be793039bb Merge pull request #1374 from XRPLF/rr-patch-token-format
Data Types: issued currency→token
2022-03-21 15:56:56 -07:00
mDuo13
9a09afdc69 [JA] fix links 2022-03-21 14:31:09 -07:00
Rome Reginelli
42f6d89f81 Merge pull request #1373 from XRPLF/paychan_key_deriv
Clarify payment channel key derivation
2022-03-21 13:44:20 -07:00