rachelflynn
f0d0aaad40
fix: restore [Source] link positioning after Redocly 0.131.0 upgrade
...
Redocly 0.131.0 changed CommonMark parsing so [[Source]] on its own line
after a heading is emitted as a separate <p> instead of inline inside <h1>.
That <p> collapsed to zero height (floated child), causing the [Source] link
to bleed into the description paragraph below.
Fix via overflow:hidden on the <p> containing the [Source] link, which
creates a block formatting context and makes the paragraph contain its
floated child properly. No markdown files need to change.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-15 14:24:22 -04:00
Maria Shodunke
2fd46e197b
Update amendments in development table ( #3607 )
2026-04-14 17:20:53 +01:00
Maria Shodunke
cf92ef36ae
Merge pull request #3597 from gememerald8/patch-1
...
Fix Gem Wallet url
2026-04-14 12:44:53 +01:00
oeggert
7b42cbb02a
Merge pull request #3600 from XRPLF/update-ai-config
...
Update AI config on site
2026-04-13 11:28:31 -07:00
Oliver Eggert
0e4ae322f7
update config to include ai search and exclude japanese/spanish from mcp server results
2026-04-11 00:08:58 -07:00
Max Costa
02b275e157
Fix Gem Wallet url
...
Gem Wallet is an open-source, self-custody mobile wallet for iOS and Android that supports XRP and XRPL tokens.
https://gemwallet.com/xrp-wallet/
The official website of the wallet is Gemwallet.com
2026-04-10 12:52:58 +03:00
oeggert
06b92f44d6
Merge pull request #3579 from XRPLF/token-escrow
...
Add tutorial for fungible token escrows.
2026-04-09 12:34:49 -07:00
Oliver Eggert
31ae9f6a00
add reviewer suggestions
2026-04-09 11:16:47 -07:00
Bart
7f907dd168
Update Transaction Set Handling blog post with additional credits
...
The reporter asked to give credits to additional members of their team, and to add a hyperlink to their company website.
2026-04-09 13:26:24 -04:00
Rome Reginelli
e45149a6c7
Merge pull request #3583 from XRPLF/rr-fix-3570
...
Fix redundant text in CredentialCreate ref
2026-04-09 09:52:45 -07:00
Bart
1ca0c3371b
Update Transaction Set Handling blog post with additional acknowledgements
...
The reporter asks us to give credits to additional members of their team, and to add a hyperlink to their company website.
2026-04-09 12:26:13 -04:00
rachelflynn
6673e6e0fe
Merge pull request #3587 from rachelflynn/fix-calculate-reserves-snippet-rendering
...
Fix JS and Go code samples rendering issue in calculate account reserves tutorial
2026-04-08 13:07:48 -04:00
rachelflynn
4e1ea13709
Fix JS and Go code samples rendering issue
2026-04-08 09:54:01 -04:00
rachelflynn
61529895af
Merge pull request #3573 from rachelflynn/add-calculate-reserves-tutorial
...
Add calculate reserves tutorial
2026-04-07 14:13:24 -04:00
Rome Reginelli
f31b3e7ca4
Fix redundant text in CredentialCreate ref
2026-04-07 10:03:10 -07:00
rachelflynn
6a5ce20028
Address PR review feedback: adding newlines, text edits, and bumping Python version
2026-04-07 10:54:39 -04:00
Rome Reginelli
7e6234d9cf
Merge pull request #3577 from XRPLF/events-updates-030326
...
Adding new events per xrpl commons requests
2026-04-06 12:13:33 -07:00
rachelflynn
744721d8b3
Address PR review feedback for calculate-reserves tutorial, including:
...
- Switch all code samples to server_state (integer drops)
- Add drops_to_xrp conversion for display in JS, Python, and Go
- Add Account Management group to sidebar under Best Practices
2026-04-06 13:52:28 -04:00
Oliver Eggert
601e79ed00
add send fungible token escrows tutorial
2026-04-03 16:51:50 -07:00
Oliver Eggert
e05aa8259b
fix comments for code-snippet references
2026-04-03 16:03:05 -07:00
Calvin Jhunjhuwala
b058513278
adding new events per xrpl commons requests
2026-04-03 15:10:39 -07:00
Oliver Eggert
b7be1f878e
remove numbered steps from code comments
2026-04-03 13:31:12 -07:00
Oliver Eggert
ac60d7786b
add go code sample and readme
2026-04-03 12:47:06 -07:00
Oliver Eggert
394eb4b5d4
add intro comment to code sample files
2026-04-03 12:45:18 -07:00
Oliver Eggert
cd4bb02ae2
update js and py readmes to explain what script does
2026-04-03 12:44:28 -07:00
Oliver Eggert
a309eb51c5
add send_fungible_token_escrow.py and update readme.md
2026-04-03 00:06:17 -07:00
Oliver Eggert
578e8cdefc
clean up variable names
2026-04-02 22:48:35 -07:00
Oliver Eggert
c5b161c746
update cancelafter and finishafter to use same now() time
2026-04-02 22:23:40 -07:00
Oliver Eggert
f493ca49cf
add token escrow js code sample
2026-04-02 21:15:10 -07:00
Amarantha Kulkarni
5f47643585
Merge pull request #3575 from XRPLF/fix-websocket-tool-error
...
Verified preview build. merging to fix issue on site.
2026-04-02 20:07:11 -07:00
amarantha-k
7036a75881
Update npm registry
2026-04-02 15:48:08 -07:00
Amarantha Kulkarni
57fde744fd
Update package.json
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-02 13:04:44 -07:00
amarantha-k
91b68bae6a
Deduped and updated to use recent version of @codemirror/state
2026-04-02 12:25:05 -07:00
rachelflynn
b1eaf8c051
Merge master into add-calculate-reserves-tutorial
2026-04-02 10:22:17 -04:00
rachelflynn
f2109aab33
Fix Java code sample for calculate-reserves tutorial
2026-04-01 16:39:34 -04:00
rachelflynn
41788b9323
fix: use account instead of address in step 5
2026-04-01 15:32:08 -04:00
rachelflynn
04cfa17880
add: calculate reserves tutorial and code samples
2026-04-01 15:27:58 -04:00
Rome Reginelli
201a250072
Merge pull request #3543 from XRPLF/redocly_131
...
Upgrade Redocly to 0.131.2
2026-03-31 09:58:31 -07:00
rachelflynn
c04c9042b8
Merge pull request #3547 from rachelflynn/fix-hot-topics-links
...
Fix: Make community icons and text clickable links
2026-03-31 10:12:17 -04:00
Maria Shodunke
7f7903a336
Merge pull request #3566 from XRPLF/fix-link-to-issue-mpt-tutorial
...
Fix link to Issue an MPT Tutorial
2026-03-27 16:48:53 +00:00
Maria Shodunke
78da4d6f3b
Fix link to Issue an MPT Tutorial
...
Minor link fix. Must have been missed when we did the Tutorial revamp.
2026-03-27 11:48:59 +00:00
oeggert
17abd49d92
Merge pull request #3507 from XRPLF/go-code-samples
...
Add Go code samples/tutorials for Lending Protocol
2026-03-25 10:16:58 -07:00
Oliver Eggert
d0c622abf4
update xrpl-go version and lending-setup code
2026-03-24 13:44:16 -07:00
Amarantha Kulkarni
0ed490da0b
Merge pull request #3553 from XRPLF/fix_ammclawback_xrp
...
Fix AMMClawback asset fields
2026-03-24 13:33:18 -07:00
Amarantha Kulkarni
5fe416654f
Merge pull request #3552 from XRPLF/amarantha-k-patch-1
...
Revert change so Redocly doesn't ignore CODE-OF-CONDUCT.md
2026-03-24 12:21:28 -07:00
mDuo13
e0aeab7157
Remove problematic link from Code of Conduct
2026-03-24 11:44:25 -07:00
mDuo13
84987aa2df
Fix AMMClawback asset fields ( #3520 )
2026-03-24 11:32:38 -07:00
Amarantha Kulkarni
175e0a96eb
Revert change so Redocly doesn't ignore CODE-OF-CONDUCT.md
2026-03-24 11:29:39 -07:00
Rome Reginelli
d4be722dbc
Merge pull request #3529 from XRPLF/new-delete-account-tutorial
...
Update deletion requirements & add new "Delete an Account" tutorial
2026-03-24 11:15:57 -07:00
mDuo13
839da237b6
Bump Redocly to Realm 0.131.2 & fix one more PluginInstance type
2026-03-24 11:12:30 -07:00