Commit Graph

431 Commits

Author SHA1 Message Date
Oliver Eggert
24799065b7 add reviewer suggestions 2026-09-16 12:01:14 -07:00
Oliver Eggert
aad9fc91c0 update lending protocol code samples 2026-09-12 18:47:53 -07:00
Oliver Eggert
8c96a64699 update vault code samples 2026-09-12 00:42:32 -07:00
Calvin Jhunjhuwala
741a9988e0 Merge remote-tracking branch 'origin/master' into xrpl-brand-update-2026
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-02 09:03:22 -07:00
Maria Shodunke
2295bc708d Sponsored Fees and Reserves Tutorials (#3835) 2026-08-26 11:28:02 +01:00
Maria Shodunke
4f15c81b98 Confidential transfers tutorials (#3823) 2026-08-26 11:26:57 +01:00
Zack Davis
486406e16a Merge upstream/master into xrpl-brand-update-2026 (catch-up 2026-08-14)
Brings 342 commits of master (last merge base 2026-06-09) onto the rebrand
branch. 10 files conflicted; resolutions below.

Regenerated rather than merged (both are build artifacts):
  static/css/devportal2024-v1.css  rebuilt via `npm run build-css` (+ .css.map,
                                   which both branches track)
  package-lock.json                seeded from master, `npm install`

Config/nav:
  .gitignore     union of both sides
  redirects.yaml took master's side: ambassadors.html now points at
                 ripple.com/impact/ubri/ (supersedes the branch's interim
                 redirect to /community/developer-funding) and master's
                 rippled->xrpld redirect block is preserved
  redocly.yaml   union of ignore entries (branch showcase/** + master
                 .claude/**); kept the branch's script ordering/defer flags
                 but adopted MASTER's new Osano CMP URL - taking the branch
                 side wholesale would have silently reverted cookie consent
  top-nav.yaml   kept the branch's restructure; master's only changes there
                 were the TypeScript get-started entry (auto-merged, retained)
                 and removing Ambassadors (branch already omits it)

Pages/styles:
  docs/index.page.tsx, community/index.page.tsx,
  community/developer-funding.page.tsx, styles/_docs-landing.scss
                 kept the branch rewrites, then re-applied master's intent:
                 "rippled API" -> "xrpld API" in docs/index.page.tsx. Master's
                 other edits (validator link rename, funding-orange image
                 removal, .nav-link hover underline removal) were already
                 satisfied by the rewrites.

Semantic conflict git did not flag:
  styles/_tutorials.scss auto-merged cleanly but broke the SCSS build. Master
  added light-mode .tutorial-tabs rules using $blue-purple-600/700, which the
  rebrand's token consolidation removed (scale now stops at 500, aliased to
  $lilac-*). Remapped to $blue-purple-500, matching how the rebrand migrated
  the other light-mode $blue-purple-600 usages in the same file.

Verified: `npm run build-css` succeeds; no conflict markers remain; the set of
files still linking to master's renamed rippled-* doc paths is identical to
master's own (49 files, all historical blog posts covered by redirects).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 17:29:34 -07:00
Maria Shodunke
1845446bcb Update Issue an MPT tutorial to showcase setting mutable/immutable properties (#3802) 2026-08-13 17:05:03 +01:00
Rome Reginelli
3269f3443a Merge pull request #3799 from naavyas/polish-typescript-tutorial
Complete review suggestions for the Get Started Using TypeScript tutorial
2026-08-03 14:27:26 -07:00
naavyas
0e25676895 Complete mDuo13's review suggestions for the TypeScript tutorial 2026-07-23 18:26:12 -04:00
Rome Reginelli
37f3550996 Merge pull request #3750 from XRPLF/pdomains_new_tutorial
Update Permissioned Domains tutorial
2026-07-22 16:19:56 -07:00
Rome Reginelli
716f1e32ca Merge pull request #3749 from naavyas/add-typescript-tutorial
Add Get Started Using TypeScript tutorial (closes #1208)
2026-07-21 12:53:07 -07:00
Rome Reginelli
980eff12ea Uncomment submit in TS getting started 2026-07-21 12:52:33 -07:00
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
Rome Reginelli
d99dab4ad1 Apply suggestions from @maria-robobug review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-07-21 12:12:55 -07:00
Amarantha Kulkarni
e4d4f7af28 Merge pull request #3753 from XRPLF/dependabot/go_modules/_code-samples/checks/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.35.0 to 0.52.0 in /_code-samples/checks/go
2026-07-21 11:20:17 -07:00
Amarantha Kulkarni
bbbb621e12 Merge pull request #3755 from XRPLF/dependabot/go_modules/_code-samples/calculate-reserves/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.44.0 to 0.52.0 in /_code-samples/calculate-reserves/go
2026-07-21 11:19:52 -07:00
Amarantha Kulkarni
546b679a9e Merge pull request #3756 from XRPLF/dependabot/go_modules/_code-samples/send-an-mpt/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.44.0 to 0.52.0 in /_code-samples/send-an-mpt/go
2026-07-21 11:18:57 -07:00
Amarantha Kulkarni
f9b18687b3 Merge pull request #3757 from XRPLF/dependabot/go_modules/_code-samples/escrow/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.44.0 to 0.52.0 in /_code-samples/escrow/go
2026-07-21 11:18:30 -07:00
Amarantha Kulkarni
6b4ef9a693 Merge pull request #3758 from XRPLF/dependabot/go_modules/_code-samples/multisigning/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/multisigning/go
2026-07-21 11:15:20 -07:00
Amarantha Kulkarni
e460b2f484 Merge pull request #3759 from XRPLF/dependabot/go_modules/_code-samples/send-xrp/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/send-xrp/go
2026-07-21 11:13:55 -07:00
Amarantha Kulkarni
9e188527ba Merge pull request #3760 from XRPLF/dependabot/go_modules/_code-samples/deposit-preauth/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/deposit-preauth/go
2026-07-21 11:13:25 -07:00
Amarantha Kulkarni
8d61b8311b Merge pull request #3761 from XRPLF/dependabot/go_modules/_code-samples/clawback/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/clawback/go
2026-07-21 11:12:40 -07:00
Amarantha Kulkarni
9164f2fda2 Merge pull request #3762 from XRPLF/dependabot/go_modules/_code-samples/get-started/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/get-started/go
2026-07-21 11:12:17 -07:00
Amarantha Kulkarni
b28aa81359 Merge pull request #3763 from XRPLF/dependabot/go_modules/_code-samples/partial-payment/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/partial-payment/go
2026-07-21 11:11:50 -07:00
Amarantha Kulkarni
37307b4ac5 Merge pull request #3752 from XRPLF/dependabot/go_modules/_code-samples/get-tx/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.35.0 to 0.52.0 in /_code-samples/get-tx/go
2026-07-21 11:06:40 -07:00
Amarantha Kulkarni
3f5f2b2947 Merge pull request #3751 from XRPLF/dependabot/go_modules/_code-samples/delegate-set/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.35.0 to 0.52.0 in /_code-samples/delegate-set/go
2026-07-21 11:06:12 -07:00
Amarantha Kulkarni
4bf7cdc3d3 Merge pull request #3764 from XRPLF/dependabot/go_modules/_code-samples/use-tickets/go/golang.org/x/crypto-0.52.0
Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /_code-samples/use-tickets/go
2026-07-21 11:05:29 -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
dependabot[bot]
729c683cec Bump golang.org/x/crypto in /_code-samples/checks/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.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:31 +00: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]
7f532bace0 Bump golang.org/x/crypto in /_code-samples/clawback/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:27 +00:00
dependabot[bot]
bb7f6c2b72 Bump golang.org/x/crypto in /_code-samples/get-started/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:25 +00:00
dependabot[bot]
31e55b4db7 Bump golang.org/x/crypto in /_code-samples/send-an-mpt/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.44.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.44.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:23 +00:00
dependabot[bot]
62b73adc6e Bump golang.org/x/crypto in /_code-samples/partial-payment/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:20 +00:00
dependabot[bot]
47d5d198b8 Bump golang.org/x/crypto in /_code-samples/use-tickets/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:20 +00:00
dependabot[bot]
300f67481c Bump golang.org/x/crypto in /_code-samples/escrow/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.44.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.44.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:16 +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]
46e1ca7cc7 Bump golang.org/x/crypto in /_code-samples/deposit-preauth/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:12 +00:00
dependabot[bot]
be654cbb93 Bump golang.org/x/crypto in /_code-samples/calculate-reserves/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.44.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.44.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:11 +00:00
dependabot[bot]
2298bd246c Bump golang.org/x/crypto in /_code-samples/send-xrp/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:11 +00:00
dependabot[bot]
c1d5343807 Bump golang.org/x/crypto in /_code-samples/multisigning/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:09 +00:00
dependabot[bot]
30623f76d8 Bump golang.org/x/crypto in /_code-samples/delegate-set/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.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:07 +00:00
dependabot[bot]
0f6672effe Bump golang.org/x/crypto in /_code-samples/get-tx/go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.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:04 +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