Commit Graph

9269 Commits

Author SHA1 Message Date
Rome Reginelli
a8e9273acc Merge pull request #3147 from XRPLF/dependabot/pip/_code-samples/build-a-desktop-wallet/py/requests-2.32.4
Bump requests from 2.32.0 to 2.32.4 in /_code-samples/build-a-desktop-wallet/py
2025-06-24 14:03:29 -07:00
Dennis Dawson
b2c4aa0dd2 Merge pull request #3158 from XRPLF/fix_NFT_Broker_links
Change NFT Broker links to topics rather than forms
2025-06-24 12:30:35 -07:00
oeggert
a253e654db Merge pull request #3150 from XRPLF/rippled-2.5.0
Rippled 2.5.0
2025-06-24 11:44:17 -07:00
Oliver Eggert
f3f783b07e add reviewer suggestions 2025-06-24 11:24:44 -07:00
oeggert
f9fd30ef3a Update blog/2025/rippled-2.5.0.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2025-06-24 11:15:06 -07:00
oeggert
9a1051f3cb Update blog/2025/rippled-2.5.0.md
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2025-06-24 11:14:34 -07:00
Oliver Eggert
339b70e93c update package links, commit log, and known amendments 2025-06-24 09:29:23 -07:00
Oliver Eggert
db303831af add reviewer comments 2025-06-24 09:05:56 -07:00
oeggert
8daf8f862f Merge pull request #3140 from XRPLF/xls-81
XLS-81: Permissioned DEXes
2025-06-24 09:00:40 -07:00
dependabot[bot]
6001a566c7 Bump pbkdf2 in /_code-samples/build-a-browser-wallet/js
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-version: 3.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-24 05:04:32 +00:00
mDuo13
acc36d2081 Update MPTokenAuthorize tx docs 2025-06-23 18:04:21 -07:00
mDuo13
b15f1392b0 Binary serialization: update defs, fix bugs, add test cases 2025-06-23 18:00:49 -07:00
Dennis Dawson
ea0bad889a link to topics, not forms 2025-06-23 14:31:05 -07:00
Rome Reginelli
55934e03b8 Merge pull request #3157 from XRPLF/fix-account-configurator
Fix Account Configurator
2025-06-23 13:37:07 -07:00
mDuo13
1e38da684c Permissioned DEXes - port review edits from opensource 2025-06-23 13:33:44 -07:00
mDuo13
0a90236de7 Update subscription method w/ Permissioned DEXes & other fixes 2025-06-23 13:30:47 -07:00
mDuo13
7f8e251cb2 Permissioned DEX refs: fix links 2025-06-23 13:30:47 -07:00
mDuo13
a67dc50ef6 Permissioned DEX: concept, API methods, links 2025-06-23 13:30:47 -07:00
mDuo13
03370445c5 Add protocol refs for Permissioned DEXes 2025-06-23 13:30:47 -07:00
mDuo13
8604e68670 Add tx refs for PermissionedDEX 2025-06-23 13:30:47 -07:00
Oliver Eggert
2fd7b5ee75 add note about deprecated compilers 2025-06-23 13:27:37 -07:00
mDuo13
af9c7cd4a5 Fix Account Configurator
- The code samples page was glitching out because it wasn't in a
  language subfolder. Moved to a js/ folder to fix this.
- Updated pages that linked to the old location.
- The UI as linked directly in the _code-samples folder was displaying
  as expected but the JS wasn't loading correctly on the page, so none
  of the buttons worked. For now, I changed the Broker an NFT Sale
  page to link the ZIP instead.
2025-06-23 13:21:18 -07:00
oeggert
f76b364b2a Merge pull request #3155 from XRPLF/perm_dele_common_fields_2
Permission Delegation
2025-06-23 13:16:52 -07:00
Oliver Eggert
d296f07e6a fix incorrect field requirements 2025-06-23 13:13:59 -07:00
Oliver Eggert
72c0384b72 add x emoji for consistenty in delegate table 2025-06-23 13:12:11 -07:00
Oliver Eggert
d5d8df66fa clean up doc migration 2025-06-23 13:07:29 -07:00
Dennis Dawson
e0e2b63d50 Update for publication. 2025-06-23 12:48:57 -07:00
Dennis Dawson
21bf3be3af Add Delegate to common fields list 2025-06-23 12:48:49 -07:00
Dennis Dawson
451fc83deb Add Delegate to Draft Branch 2025-06-23 12:48:39 -07:00
Rome Reginelli
d3e8c8f4a0 Fix MPTokensV1 amendment link
Fix a typo causing the link to the MPTokens amendment to not be parsed correctly.
2025-06-23 12:31:55 -07:00
mDuo13
824c335d08 Binary Format updates w/ new types
- Add Currency, Issue, Number, and additional UInt fields.
- Harmonize type names with updated names from the code
  (for example, Hash128→UInt128)
- Update Python sample code for binary serialization.
- TODO: Add test cases and confirm implementation of new types
- TODO: Update JavaScript sample code.
2025-06-20 17:24:50 -07:00
Oliver Eggert
88d9fce053 update blog sidebars and minor fix to release notes 2025-06-18 10:34:54 -07:00
oeggert
da60932700 Merge pull request #3138 from XRPLF/token_payment_channels_and_escrows
Updates to support tokens in payment channels and escrows
2025-06-18 10:30:43 -07:00
Dennis Dawson
8bab684cb5 Merge pull request #3122 from XRPLF/NFT_refactor
Refactor NFT code samples and update the tutorials and screenshots
2025-06-18 09:40:27 -07:00
Oliver Eggert
c1acd9e417 add batch transactions docs 2025-06-17 14:07:12 -07:00
Dennis Dawson
3ef97a1785 Update the zipped sample code. 2025-06-17 08:12:52 -07:00
Dennis Dawson
97a79550b2 Update docs/tutorials/javascript/nfts/batch-mint-nfts.md
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 08:10:11 -07:00
Dennis Dawson
7d84421565 Update _code-samples/nft-modular-tutorials/authorized-minter.js
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 07:41:48 -07:00
Dennis Dawson
fc337738e6 Update docs/tutorials/javascript/nfts/mint-and-burn-nfts.md
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 07:38:28 -07:00
Dennis Dawson
fc4c5262fb Update _code-samples/nft-modular-tutorials/mint-nfts.js
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2025-06-17 07:36:17 -07:00
Oliver Eggert
df89b5bd6e reorganize new features and other improvements sections 2025-06-16 20:21:46 -07:00
Oliver Eggert
532e635573 update release notes to rc2 2025-06-13 19:07:40 -07:00
mDuo13
c50e099265 Start binary format updates 2025-06-12 13:56:06 -07:00
Rome Reginelli
2691f7fdf9 Merge pull request #3136 from XRPLF/mvadari-patch-1
Update transaction-cost.md
2025-06-12 11:57:47 -07:00
Rome Reginelli
649e707c42 Merge pull request #3132 from egarson/patch-2
Update algorithmic-trading.md
2025-06-12 11:51:54 -07:00
Oliver Eggert
79b874cacf add additional contributors 2025-06-12 11:41:14 -07:00
Rome Reginelli
59371e02e0 Merge pull request #3153 from XRPLF/events-updates-2025-06-12
replace some existing event images, add 3 new past events
2025-06-12 11:36:49 -07:00
oeggert
fe9a9b41b1 Update blog/2025/rippled-2.5.0.md
Co-authored-by: Bart <bthomee@users.noreply.github.com>
2025-06-12 11:30:42 -07:00
akcodez
228ff1a63e replace some existing event images, add 3 new past events 2025-06-12 11:00:11 -07:00
Aria Keshmiri
5c88b2a168 Merge pull request #3149 from XRPLF/rwa-tokenization-updates
Update RWA Tokenization documentation with new features and improved …
2025-06-12 10:41:18 -07:00