mDuo13
42f508e6c9
Fix broken→broker typo
2025-07-08 15:44:00 -07:00
mDuo13
b624dcf2be
Fix NFTokenOffer and NFTokenAcceptOffer tables etc.
2025-07-08 15:39:40 -07:00
mDuo13
c132512425
Fix syntax errors
2025-07-08 15:21:47 -07:00
mDuo13
2e38378202
Fix MPToken ledger entry formatting
2025-07-08 12:28:47 -07:00
mDuo13
4a3db07d7f
Reword AssetScale for clarity
2025-07-08 12:04:14 -07:00
mDuo13
c1b8fdb6d8
Fix MPTokenIssuanceCreate field formatting
2025-07-08 11:56:55 -07:00
mDuo13
e45f5a09ae
Update internal types in tables, etc.
...
- Improve consistency of amendment notices in transaction reference
- Clarify availability of tokens in payment channels
- Other minor fixes
2025-07-08 11:46:53 -07:00
Rome Reginelli
1374bd7df4
Merge pull request #3163 from XRPLF/binary_updates
...
Update binary format documentation & Python sample code
2025-07-08 10:08:24 -07:00
Rome Reginelli
860dfda24d
Merge pull request #3184 from XRPLF/rr-normalized-txq-order
...
Transaction Queue: update normalized order
2025-07-08 10:00:30 -07:00
Rome Reginelli
27a40741cb
txq: fix typo
...
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2025-07-08 09:59:33 -07:00
mDuo13
08558478e4
Binary format: edits per review
2025-07-07 14:33:40 -07:00
Rome Reginelli
65a7dbf92e
Merge pull request #3161 from lanceherman/feat/fix-accountset-flags-table-width
...
Split AccountSet Flags table for better readability
2025-07-07 14:22:32 -07:00
Rome Reginelli
259a5ac32b
Transaction Queue: update normalized order
...
Fix #3043 .
The order of same-cost transactions in the queue was updated in [rippled 1.8.2](https://github.com/XRPLF/rippled/releases/tag/1.8.2 ), released in 2021, to address issues with high fees and full transaction queues on the network at the time.
2025-07-07 13:45:58 -07:00
Oliver Eggert
1aa718dd94
fix incorrect batch doc info
2025-07-02 13:21:21 -07:00
Maria Shodunke
2df53e2f22
Fix simulate JSON RPC example
2025-06-30 19:07:51 +01:00
mDuo13
81d7531c41
Binary: fix typos breaking the build
2025-06-25 16:38:19 -07:00
mDuo13
344d0002bb
Binary serialization: implement MPT amounts in sample code
2025-06-25 14:50:57 -07:00
Lance Herman
f330c69f30
split AccountSet Flags table for better readability
2025-06-25 23:56:46 +06:00
Rome Reginelli
0401a21fc6
Merge pull request #3159 from XRPLF/up_mtokenauthorize
...
Update MPTokenAuthorize tx docs
2025-06-24 14:06:12 -07:00
Rome Reginelli
bccad295ad
Merge pull request #3156 from XRPLF/rr-fix-mptokens-amendment-link
...
Fix MPTokensV1 amendment link
2025-06-24 14:04:42 -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
mDuo13
acc36d2081
Update MPTokenAuthorize tx docs
2025-06-23 18:04:21 -07:00
Dennis Dawson
ea0bad889a
link to topics, not forms
2025-06-23 14:31:05 -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
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
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
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
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
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
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
akcodez
8d72c91e4f
rm arrows
2025-06-11 10:16:19 -07:00
akcodez
a7fd85618b
qa changes
2025-06-11 10:11:59 -07:00
Mayukha Vadari
9cd10b4c44
Merge branch 'master' into mvadari-patch-1
2025-06-11 09:08:39 +08:00