Commit Graph

10588 Commits

Author SHA1 Message Date
naavyas
be42e80f08 Update tutorial references and code formatting in TypeScript guides 2026-07-21 15:34:57 -04:00
naavyas
d507e511f8 Add 'Get Started Using TypeScript tutorial'
Adds a TypeScript equivalent of the 'Get Started Using JavaScript'
tutorial, with runnable Node.js and Web code samples using xrpl.js.

From the issue it covers the TypeScript specific asks:
- Setting up a TypeScript project (typescript dep, tsconfig.json,
  compile and run steps).
- Using xrpl.js's built-in types to build a transaction from input
  values and validate it (typed Payment + xrpToDrops + validate()).

Closes #1208
2026-07-21 15:34:57 -04:00
oeggert
88fcd5594d Merge pull request #3784 from XRPLF/clarify-managementfeerate
Clarify ManagementFeeRate and fix valid values
2026-07-21 09:55:12 -07:00
Amarantha Kulkarni
49fbb9ad4e Merge pull request #3765 from XRPLF/dependabot/go_modules/_code-samples/non-fungible-token/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/non-fungible-token/go
2026-07-21 09:35:20 -07:00
Amarantha Kulkarni
be8b2525a5 Merge pull request #3766 from XRPLF/dependabot/go_modules/_code-samples/secure-signing/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/secure-signing/go
2026-07-21 09:34:00 -07:00
Amarantha Kulkarni
43381c2f76 Merge pull request #3767 from XRPLF/dependabot/go_modules/_code-samples/paths/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/paths/go
2026-07-21 09:33:10 -07:00
Amarantha Kulkarni
b90e8cbd41 Merge pull request #3768 from XRPLF/dependabot/go_modules/_code-samples/assign-regular-key/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/assign-regular-key/go
2026-07-21 09:31:30 -07:00
Maria Shodunke
b8f9670e66 Fix broken links to channel_authorize page (#3792) 2026-07-21 15:33:43 +01:00
Maria Shodunke
135dcee60e Add release blog post for Clio version 2.7.1 (#3783) 2026-07-21 09:18:29 +01:00
Rome Reginelli
b1e446fb0d Merge pull request #3708 from akshitj11/channel-authorize-admin-only
Move channel_authorize to admin-only API methods
2026-07-20 14:31:10 -07:00
dependabot[bot]
1844647f3c Bump golang.org/x/crypto in /_code-samples/non-fungible-token/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 20:01:30 +00:00
dependabot[bot]
79144d72cc Bump golang.org/x/crypto in /_code-samples/paths/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 20:01:15 +00:00
dependabot[bot]
ca387aed33 Bump golang.org/x/crypto in /_code-samples/secure-signing/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 20:01:13 +00:00
dependabot[bot]
7f267112d0 Bump golang.org/x/crypto in /_code-samples/assign-regular-key/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 20:00:59 +00:00
Amarantha Kulkarni
45bd99b666 Merge pull request #3769 from XRPLF/dependabot/go_modules/_code-samples/lending-protocol/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/lending-protocol/go
2026-07-20 12:58:51 -07:00
Oliver Eggert
6cd87a354f clarify managementfeerate and fix valid values 2026-07-17 18:55:41 -07:00
Rome Reginelli
c9446e890c Merge pull request #3725 from CarloDotGG/patch-1
Fix label name typo for standby seed and amount
2026-07-14 15:11:43 -07:00
Rome Reginelli
acc0f5c9f7 Merge pull request #3779 from naavyas/clarify-marker-pagination
Clarify pagination: request a specific ledger version across pages
2026-07-14 15:10:02 -07:00
akshit
07b3a8a0a4 Move channel_authorize to admin-only API methods
Rebase onto master and revert public-api-methods/index.md changes per
review feedback on PR #3708.
2026-07-15 00:33:33 +05:30
naavyas
9bbddf1b70 Clarify pagination: request a specific ledger version across pages 2026-07-14 14:36:49 -04:00
oeggert
fed7b6f8fd Merge pull request #3774 from XRPLF/fix-amendment-tracker
Update {amendments-table} component
2026-07-14 10:39:25 -07:00
Maria Shodunke
93aa4ee2b1 Add community tab to Sample Apps section (#3705) 2026-07-14 18:05:36 +01:00
Oliver Eggert
4d963330ec remove try/catch block 2026-07-13 16:57:56 -07:00
oeggert
da311884b4 Merge pull request #3738 from XRPLF/add-personas
Add personas and doc review SKILL
2026-07-13 13:01:58 -07:00
Oliver Eggert
946f90884c clean up workflow comments 2026-07-10 16:42:08 -07:00
Oliver Eggert
a9df38a7d2 refresh amendments-snapshot.json 2026-07-10 15:46:35 -07:00
Oliver Eggert
139c40fb90 clean up amendment fetch script 2026-07-10 13:39:24 -07:00
Oliver Eggert
69b10d1b0a add reviewer suggestions 2026-07-10 13:13:52 -07:00
Rome Reginelli
25f0598ca2 Merge pull request #3770 from XRPLF/fix_ai_osano_overlap
Fix overlapping Osano/AI buttons
2026-07-10 12:40:05 -07:00
Rome Reginelli
a61afab629 Merge pull request #3743 from XRPLF/osano-cmp-upgrade
chore: upgrade Osano CMP to new account (SXt7r81ogd)
2026-07-10 12:25:42 -07:00
mDuo13
abb662c26d Fix overlapping Osano/AI buttons 2026-07-10 12:02:54 -07:00
dependabot[bot]
4376a7e1ef Bump golang.org/x/crypto in /_code-samples/lending-protocol/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-10 18:15:06 +00:00
Oliver Eggert
7711aba13f add github action and fetch amendments script 2026-07-10 10:28:52 -07:00
rachelflynn
5f14940c0a Merge pull request #3741 from XRPLF/enrich-tec-code-descriptions
Enrich tec Codes descriptions with wiki content
2026-07-10 13:05:04 -04:00
Rome Reginelli
4a0ef59a2d Merge pull request #3748 from XRPLF/fix_minor_issues
Fix small issues in landings
2026-07-09 15:31:36 -07:00
Oliver Eggert
d23139cd0b add renderForLlm and initial snapshot data 2026-07-09 15:29:43 -07:00
oeggert
7993258219 Update .claude/agents/software-engineer.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:58:31 -07:00
oeggert
5deeb34f23 Update .claude/agents/rwa-builder.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:58:14 -07:00
oeggert
0088696784 Update .claude/agents/software-engineer.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:51:44 -07:00
oeggert
6d1afe2edd Update .claude/agents/software-engineer.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:50:53 -07:00
oeggert
345cc6b781 Update .claude/agents/software-engineer.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:50:24 -07:00
oeggert
1f66efcf81 Update .claude/agents/business-evaluator.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:50:05 -07:00
oeggert
6a20fc488f Update .claude/agents/business-evaluator.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:49:16 -07:00
oeggert
afe03811b1 Update .claude/agents/business-evaluator.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:47:38 -07:00
oeggert
f54b1ae70c Update .claude/agents/business-evaluator.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-09 13:45:34 -07:00
Oliver Eggert
b45e6072dd add manual override for obsolete amendments 2026-07-09 11:13:21 -07:00
mDuo13
ba4bd767b1 Agentic transactions: more links & external arrow for external links 2026-07-08 13:18:50 -07:00
mDuo13
0ab8d4f4e1 Fix hover styles in some landing pages 2026-07-08 13:09:36 -07:00
rachelflynn
4b0e4081f7 Merge pull request #3747 from XRPLF/replace-diagrams-in-nft-auctions
Update diagrams in Running an NFT Auction
2026-07-08 15:13:36 -04:00
Rome Reginelli
46f9e3f3bf Merge pull request #3746 from XRPLF/show_tree_nav_mobile
Show tree nav on mobile
2026-07-08 11:04:07 -07:00