AlexanderBuzz
90b3feb943
Removed X-Addresses sction in Step 8
2023-07-28 14:30:06 +02:00
AlexanderBuzz
614c1d0482
Removed text doublet in Step 8
2023-07-28 14:19:22 +02:00
AlexanderBuzz
767ab3d58d
Improved Step 8 instructions
2023-07-28 14:13:54 +02:00
AlexanderBuzz
49c59974dc
Improved Step 7
2023-07-28 13:57:07 +02:00
Alexander Busse
017623b9c2
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-28 11:54:07 +02:00
AlexanderBuzz
64cca16dc2
Added instructions on which code to remove in Step 5
2023-07-28 11:40:58 +02:00
AlexanderBuzz
a5e2c9c774
Improved explanation
2023-07-28 11:31:10 +02:00
AlexanderBuzz
99538a39f8
Fixed background color issue when scrolling left/right
2023-07-28 11:25:57 +02:00
Elliot Lee
943784f48c
use suggestion from ximinez
2023-07-27 17:08:12 -07:00
Elliot Lee
002246308c
remove link so the text is easier for readers to copy, if they desire
...
finding the section about the field is convenient anyway, since it's on the same page and is not far away
2023-07-27 09:47:22 -07:00
Elliot Lee
83d79778c4
Clarify partial-payments.md
...
- Clarify that the sender of any Payment can enable the Partial Payment flag (it's not something that recipients control).
- Avoid burying the lede. Remind people to use delivered_amount. It can't be repeated too much.
- Clarify that the transaction cost is separate from the Amount.
2023-07-27 09:43:18 -07:00
AlexanderBuzz
d39ea74e55
Added "Change Seed" button
2023-07-27 15:27:48 +02:00
Alexander Busse
5b0b75abd9
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:52:25 +02:00
Alexander Busse
4393210033
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:52:07 +02:00
Alexander Busse
c7d0c396da
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:51:23 +02:00
Alexander Busse
eef42f38c2
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:51:10 +02:00
Alexander Busse
302267243e
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:49:41 +02:00
Alexander Busse
147165ccd5
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:47:32 +02:00
Alexander Busse
76fa3cd49a
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:47:19 +02:00
Alexander Busse
8ce2ccea3d
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:47:02 +02:00
Alexander Busse
78d2ef62c1
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:46:36 +02:00
Alexander Busse
a0092c2677
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:34:30 +02:00
Alexander Busse
85c952d44e
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 12:33:52 +02:00
AlexanderBuzz
0d94dc0098
Fixed accidentally deleted submit-button
2023-07-27 11:21:41 +02:00
Alexander Busse
b8bb488a05
Update content/_code-samples/build-a-wallet/desktop-js/view/4_tx-history.html
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-27 11:19:04 +02:00
dependabot[bot]
90e3fec3b2
Bump certifi in /content/_code-samples/airgapped-wallet/py
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-25 20:55:11 +00:00
Peter Chen
5261e3abe4
change "limit" field discription for many API's
2023-07-20 10:28:42 -04:00
Elliot Lee
4e625a2a62
Apply suggestions from code review
2023-07-19 14:04:59 -07:00
Elliot Lee
4b14bb76f6
commandline-usage: stand-alone and initial ledger options are independent
...
Initial Ledger Options is not a subcategory of Stand-Alone Mode Options
2023-07-19 13:57:09 -07:00
Peter Chen
7b8eb2d207
update suggested description for limit
...
Co-authored-by: Rome Reginelli <mduo13@gmail.com >
2023-07-19 09:47:52 -04:00
Peter Chen
8cb1492953
change limit discription in Account_channels
...
The description of "limit" field will need to be changed for many of the API's to help clarify that values below 10 will be set to 10 and values above 400 will be set to 400. More information can be found here: https://github.com/XRPLF/xrpl-dev-portal/issues/1985
2023-07-18 16:13:08 -04:00
Elliot Lee
7d9bd91a94
Update ter-codes.md
2023-07-17 22:12:53 -07:00
Rome Reginelli
516638066f
Merge pull request #2005 from wojake/patch-15
...
Update max no. of signers per signer list
2023-07-17 14:07:36 -07:00
Wo Jake
ec27832184
Update max no. of signers per signer list
2023-07-17 18:57:43 +08:00
dependabot[bot]
7e092d7577
Bump cryptography in /content/_code-samples/airgapped-wallet/py
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-15 01:22:56 +00:00
AlexanderBuzz
183bed65b1
Added Developer Tools Tip
2023-07-13 10:27:12 +02:00
AlexanderBuzz
e7f8ebf065
Merge branch 'Bounties-JavaScriptSamples-DesktopWallet' of https://github.com/AlexanderBuzz/xrpl-dev-portal into Bounties-JavaScriptSamples-DesktopWallet
2023-07-13 09:27:43 +02:00
AlexanderBuzz
69e49df3a9
Clarified preload.js description in Step 4
2023-07-13 09:26:52 +02:00
AlexanderBuzz
afdbc75089
Fixed typos in tutorial
2023-07-13 09:11:02 +02:00
Alexander Busse
04d95be593
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-13 09:07:30 +02:00
AlexanderBuzz
27de16979e
Fixed typo in tutorial file reference
2023-07-13 09:06:25 +02:00
AlexanderBuzz
11b26958b3
Removed reset button from HTML dialog elements
2023-07-13 09:05:32 +02:00
Alexander Busse
11d9ea8f69
Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
...
Co-authored-by: Jackson Mills <aim4math@gmail.com >
2023-07-13 08:57:03 +02:00
Rome Reginelli
b2785da5eb
Merge pull request #1994 from develoQ/ja-fix-md-link
...
[JA] fix OfferCreate markdown link
2023-07-12 14:36:49 -07:00
tequ
1cc61597f7
[JA] fix markdown link
2023-07-11 14:59:09 +09:00
AlexanderBuzz
b4cf2fef3d
Fixed ambivalent formatting issue in Step 2
2023-07-10 16:54:10 +02:00
AlexanderBuzz
3e719ecbe9
Fixed typo
2023-07-10 16:42:35 +02:00
AlexanderBuzz
e223f6a477
Split description in Step 2 for more clarity
2023-07-10 16:40:53 +02:00
AlexanderBuzz
49dc9c20af
Added description of expected application behavior on startup (for each step)
2023-07-10 16:38:03 +02:00
AlexanderBuzz
436163842c
Fixed typos
2023-07-10 15:44:37 +02:00