Jake
e9262f917b
Added new events
2022-03-25 15:53:20 -07:00
mDuo13
8fe9cdc9d8
Issue a token code sample: Update README
2022-03-23 18:59:58 -07:00
mDuo13
b042b22f97
DEX trade tutorial: add draft code
2022-03-23 18:59:36 -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
Rome Reginelli
79b4e54a6a
Improve Docs for Decentralized Exchange ( #1357 )
...
* Decentralized Exchange concept article
1st draft
* DEX: example trade diagram, offers rewording
* Offers: more rewriting/updates
* OfferCreate: Add error cases + other updates
* Known Amendments: fix tecEXPIRED, DepositPreauth
- tecEXPIRED was initially attached to the Checks amendment but got
moved to DepositPreauth before either became released. The docs weren't
previously updated to reflect this change
- A change to the snippets caused the DepositPreauth amendment reference
link to get overwritten so the table links to the feature page rather than the
amendment description. Special cases this one link.
* OfferCreate error cases: switch to table
* DEX/Offers: edits per review
2022-03-21 08:11:13 -07:00
mDuo13
c8e908d3f5
More DEX tutorial progress
2022-03-17 19:29:54 -07:00
mDuo13
38f0ac7760
DEX tutorial progress
2022-03-17 19:29:38 -07:00
Rome Reginelli
7d24a34e78
Data Types: issued currency→token
2022-03-17 14:30:32 -07:00
Rome Reginelli
2945394335
Merge pull request #1358 from develoQ/translate/ja
...
Translate to Japanese
2022-03-17 11:41:59 -07:00
mDuo13
a56ad55247
Clarify payment channel key derivation
2022-03-17 11:39:33 -07:00
Rome Reginelli
1050456f54
Merge pull request #1372 from jakeatdocforce/remove-top-banner
...
Update info in top banner
2022-03-17 11:26:08 -07:00
Jake
ea82a59d66
Update top banner with new info
2022-03-17 09:49:18 -07:00
Jake
c206b4ed75
Hide top banner. Move events card to past
2022-03-17 08:57:13 -07:00
mDuo13
eae54d1dd0
Trade in the DEX tutorial (WIP)
2022-03-16 19:37:31 -07:00
develoQ
773947c5e9
fix: pointed out in the review
2022-03-16 21:33:55 +09:00
Rome Reginelli
9b34bb6865
Merge pull request #1361 from khancode/fix-nft-cancel-offer
...
fix NFTokenCancelOffer code snippets
2022-03-14 14:40:28 -07:00
Rome Reginelli
ec2e584b1c
Merge pull request #1356 from jakeatdocforce/events
...
Events
2022-03-14 10:23:35 -07:00
Rome Reginelli
e7c1601a5a
Merge pull request #1364 from mDuo13/build_wallet_fixes
...
Build wallet fixes
2022-03-11 15:31:37 -08:00
Rome Reginelli
c3fb8b0fb9
Merge pull request #1362 from XRPLF/rr-accountset-tf-flags-clarification
...
Clarify tf flag usage
2022-03-11 12:55:56 -08:00
Jake
09c2a8faa5
Updated css output
2022-03-10 17:24:07 -07:00
Jake
d73460e1c8
Merge branch 'master' of https://github.com/jakeatdocforce/ripple-dev-portal into events
...
# Conflicts:
# assets/css/devportal2021-v6.css
# styles/package.json
# template/base.html.jinja
2022-03-10 17:21:30 -07:00
Rome Reginelli
e96138b079
AccountSet flags: asf is for newer settings
2022-03-10 15:03:38 -08:00
Omar Khan
89bc839a80
fix whitespace indentation
2022-03-10 17:08:12 -05:00
Rome Reginelli
2d4eb66245
Merge pull request #1342 from XRPLF/contrib_theme_aware_diagrams
...
Contributing: document theme-aware diagram tech
2022-03-10 13:33:09 -08:00
Rome Reginelli
7409b3f4f8
Merge pull request #1368 from XRPLF/rr-contrib-indentation
...
Contributor Guidelines: Clarify use of spaces for indentation
2022-03-10 13:32:53 -08:00
Rome Reginelli
d50fc61457
Contrib: Clarify use of spaces for indentation
...
We've been (largely) following this rule but it has not been formally documented until now.
2022-03-10 13:25:54 -08:00
Rome Reginelli
4635a29993
Merge pull request #1355 from XRPLF/dd-NFT-Jira-Fixes-20220303
...
Dd nft jira fixes 20220303
2022-03-10 13:20:08 -08:00
mDuo13
a73e3a8e78
More build a wallet fixes
2022-03-09 16:15:51 -08:00
Jake
779a88e963
update checkbox styling
2022-03-09 17:13:04 -07:00
mDuo13
16f890d701
Build a Wallet: fix some typos
2022-03-09 10:48:18 -08:00
Rome Reginelli
08c1594455
Clarify tf flag usage
...
Feedback on the "Issue a Fungible Token" tutorial mentioned that the example there sets multiple flags using a combination of asf and tf flags, but the wording here says tf flags are discouraged. That's confusing, and not really accurate: there's nothing wrong with using tf flags where applicable; it's just that the AccountSet transaction type started running out of unique bits for tf flags, so newer settings only have asf flags.
2022-03-08 14:04:02 -08:00
Omar Khan
fb22c495bb
fix NFTokenCancelOffer code snippets
2022-03-08 13:24:44 -05:00
Dennis Dawson
b7f6d4d362
Mark Minter not_enabled
...
Co-authored-by: Rome Reginelli <rome@ripple.com >
2022-03-07 16:42:27 -08:00
Rome Reginelli
688d131ab1
Merge pull request #1352 from legleux/rep-mod-doc
...
Reporting mode docs
2022-03-07 16:31:38 -08:00
mDuo13
4a1113d811
Contributing: avoid 'docs' (slang)
2022-03-07 16:31:10 -08:00
mDuo13
fb76f44e01
Contrib: address feedback on theme-aware diagrams
2022-03-07 16:28:27 -08:00
Amarantha Kulkarni
8719a6741b
Remove comment on line119 to revert macOS commands
2022-03-07 15:18:59 -08:00
Rome Reginelli
6556bd58f1
Merge pull request #1359 from Calvinjwala/micropayments-asset
...
Adding missing micropayments icon
2022-03-07 13:31:16 -08:00
Calvin Jhunjhnuwala
99140725a4
adding missing micropayments icon
2022-03-07 10:29:21 -10:00
Dennis Dawson
8426821a9f
Add Minter field, update asfAuthorizedMinter
2022-03-07 11:39:06 -08:00
Dennis Dawson
1fac1b8ee5
Trying these changes again.
2022-03-07 11:14:06 -08:00
develoQ
5591d278a4
fix for sidechain
2022-03-05 23:17:50 +09:00
develoQ
664f170bdf
[ja] configure-amendment-voting
2022-03-05 23:12:37 +09:00
develoQ
6017cea5d9
[ja] run-rippled-as-a-wallet-server
2022-03-05 23:02:46 +09:00