Commit Graph

575 Commits

Author SHA1 Message Date
dependabot[bot]
8cbc3ae67d Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23.
- [Commits](https://github.com/django/django/compare/3.2.20...3.2.23)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 22:13:17 +00:00
dependabot[bot]
b2354584c7 Bump browserify-sign in /content/_code-samples/build-a-browser-wallet/js
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 04:40:11 +00:00
Dennis Dawson
24a160feb0 Merge branch 'master' into py-condition-escrow 2023-10-24 10:16:18 -07:00
Dennis Dawson
4663c2df36 Merge branch 'master' into py_time_escrow 2023-10-23 14:25:10 -07:00
Dennis Dawson
54b412ef1a Merge branch 'master' into py-condition-escrow 2023-10-23 11:42:05 -07:00
Dennis Dawson
afc4047c28 Merge pull request #2188 from XRPLF/py-batch-mint
add Python Batch Mint example
2023-10-19 12:40:07 -07:00
ddawson
484458c870 Add sample code 2023-10-17 16:22:48 -07:00
ddawson
4ec829446a Add source code 2023-10-17 16:18:19 -07:00
Rome Reginelli
b6d60f4f24 Merge pull request #2191 from XRPLF/dependabot/npm_and_yarn/content/_code-samples/build-a-desktop-wallet/js/electron-22.3.25
Bump electron from 22.3.24 to 22.3.25 in /content/_code-samples/build-a-desktop-wallet/js
2023-10-13 17:26:20 -07:00
Rome Reginelli
077b606da4 Merge pull request #2201 from XRPLF/dependabot/npm_and_yarn/content/_code-samples/build-a-browser-wallet/js/postcss-8.4.31
Bump postcss from 8.4.21 to 8.4.31 in /content/_code-samples/build-a-browser-wallet/js
2023-10-13 17:24:21 -07:00
dependabot[bot]
60c07a4b40 Bump postcss in /content/_code-samples/build-a-browser-wallet/js
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 17:26:33 +00:00
dependabot[bot]
4624daca1d Bump electron in /content/_code-samples/build-a-desktop-wallet/js
Bumps [electron](https://github.com/electron/electron) from 22.3.24 to 22.3.25.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v22.3.24...v22.3.25)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 18:39:34 +00:00
ddawson
37a4285199 add Python Batch Mint example 2023-10-04 10:57:15 -07:00
dependabot[bot]
7714237be0 Bump pillow in /content/_code-samples/airgapped-wallet/py
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 00:55:47 +00:00
ddawson
e6c79da109 Changes per review 2023-10-02 17:13:59 -07:00
ddawson
944679445a add escrow samples 2023-09-26 08:49:06 -07:00
mDuo13
83809242f3 Bump electron ver and fix build a wallet readmes 2023-09-22 19:28:51 -07:00
mDuo13
63efabe0c2 Move Build a Desktop Wallet code samples 2023-09-22 19:22:32 -07:00
mDuo13
cd3ac90249 Merge branch 'Bounties-JavaScriptSamples-DesktopWallet' into merge_desktop_js_wallet 2023-09-22 18:31:07 -07:00
mDuo13
7b4dc9bd6e Move browser wallet code samples 2023-09-22 18:20:41 -07:00
mDuo13
f5fc6c2fc4 JS Desktop wallet: fix other issues 2023-09-22 18:12:33 -07:00
Rome Reginelli
3a8da5157c JS Desktop Wallet: edits per review
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-09-22 17:52:52 -07:00
AlexanderBuzz
03e45967fb - Re-adde missing Snippet to step 4 intsructions 2023-09-22 15:05:10 +02:00
AlexanderBuzz
2fcab18773 - Fixed partial payment exploit
- added custom token to displayable amount
2023-09-22 14:35:40 +02:00
dependabot[bot]
5a6fd9eb71 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 21:04:58 +00:00
Rome Reginelli
c420118fc8 Merge pull request #2113 from XRPLF/readd_create_amm_tutorial
Tutorial: Create an Automated Market Maker
2023-09-12 15:46:57 -07:00
Elliot Lee
f2afd7e3a5 fix: get-acct-info.js should use wss
Using https would result in:

(node) UnhandledPromiseRejectionWarning: ValidationError: server URI must start with `wss://`, `ws://`, `wss+unix://`, or `ws+unix://`.
    at new Client (index.js:88:19)
2023-09-12 07:32:02 -07:00
mDuo13
f105d022ae Update all xrpl.js deps to 2.11.0 2023-09-08 14:29:53 -07:00
mDuo13
fd273dccb8 Fix interactive tutorial faucet interface on Devnet; migrate AMM tutorial to Devnet 2023-09-08 14:29:53 -07:00
mDuo13
dce8ced522 Fix disconnect in several js examples 2023-09-08 14:29:53 -07:00
mDuo13
7b94d3edee Add create AMM tutorial
Add an interactive tutorial for creating an automated market maker,
updated with the latest changes from the Ripple Open Source site.
2023-09-08 14:29:53 -07:00
ddawson
757bfd4c07 Resubmit Python2 updates 2023-09-05 13:58:05 -07:00
Rome Reginelli
b51bcb4ea3 Information Architecture v3 (#1934)
* Update look up escrows to remove redundant info about lookups via sender/destination. Modify cancel expired escrow for brevity.

* Cancel escrow: fix notes

* Add draft of updated cancel-escrow.js.

* Update intro to escrows.

* Add Escrow Tutorial

* Minor corrections

* Fix headings, add HTML

* Update escrow docs

This commit re-creates f205a92db2 with
some adjustments:

- Omit the accidentally-created dir full of junk
- Fix some typos and one mistake in the Escrow limitations section
- Add a table to the EscrowCreate ref to clarify valid combos of fields.

* Concept info from send-a-time-held-escrow added to escrow.md

* IA: Move "Consensus Network" files

This re-creates some work from the original commit 56fffe0b9f

* Rewrite escrows article (re-created)

This commit re-creates relevant work from the following commits:

9a4a588f2b Update escrow.md context info
e1b017dc83 Remove references to using escrow for interledger payments.

* IA: Move "XRPL servers" files

This re-creates some work from original commit 7611979abf

* IA: move "production readiness" files.

Re-creates work from the following commit:

692438693a  Move tutorials to concepts

* New intro articles

Original commit: 56fffe0b9f

* IA: Reorg account concepts

Re-creates some work from original commit 56fffe0b9f

* IA: reorg transaction concepts

Original commits:
9d4eff9940  WIP - reorg accounts
7611979abf  WIP dir. reorg

* IA: reorg consensus concepts

Original commit: 56fffe0b9f

* IA: Reorg ledger docs

Original commit: 56fffe0b9f

- Rephrased some details of the section

* IA: rename issuing/operational addresses page

Original commit: 56fffe0b9f

* Moving use cases

* Fleshing out Use Cases

Note, the dactyl-config.yml file has not been fully updated.

* Clean up checks conceptual info.

* Remove redundant checks use case section

Original commit: 3c29e9c05e

* IA: move Dex under tokens

Original commit: d08b3ba7d7

* Touch up stablecoin issuer use case (#1856)

* Consolidate stablecoin use case

* Stablecoin issuer: cleanup progress through sending

* Stablecoin issuer: reorg second half

(Note: the dactyl-config.yml is not fully reconciled yet)

* Move rippled and clio tutorials into infrastructure

* Remove link to checks amendement.

* Add note to account_objects.md about commandline interface type field.

* Merge expiration case with lifecycle section.

* Interoperability Use Cases

* Add graphics to intro

* Move escrow use cases to dedicated page.

* Update use case page intros and corresponding concept info.

* Clarify meaning of direct XRP payments.

* Intro link updates

* Payment use cases

* Remove some unnecessary links in transactions section

Original commit: e6fcf4a4dc

* Link cleanup in Tokens section

Original commit: 9588dd5e70

* Touch up 'Configure Peering' section

Original commit: fc8f0990b8

* Clean up links in accounts section

Original commit: 3da5fde7a8

* Add NFT mkt use case

* p2p payments: edits to Wallets

* Clean up payments use cases

* Refine history description

* IA: use case cleanup

* IA: reconcile servers, ledgers sections

* IA: reconcile payment types, tx, tokens

* IA: reconcile accounts section

* IA: reconcile infra

* IA: Fix most broken links

* Full Docs Index: omit from sidebar

* IA: fix up most broken links

* fix Absolute path link to internal content

* Quick updates to Software Ecosystem

* Remove some absolute links to internal resources

* Fix remaining broken links in JA target

* Contributing: tweak formatting

* Tutorials: fix some minor issues

* remove interop use cases

* remove intro image and personal references to dennis

* alphabetize-transaction-nav

* Remove unused files

* Add QS escrow tutorials

* IA: move ledgers, consensus protocol files around

* IA: update nav for new page hierarchy

* reordering of topics under new networks and servers top-nav

* Move "Naming" to "What is XRP?"

* Update dactyl-config.yml

Remove xrp.md from the TOC.

* Update list-xrp-as-an-exchange.md

Update link to what-is-xrp

* Update list-xrp-as-an-exchange.ja.md

Change link to what-is-xrp

* Update currency-formats.md

Change link to what-is-xrp

* Update currency-formats.ja.md

Change link to what-is-xrp

* Update cancel-an-expired-escrow.md

Change link to what-is-xrp

* Update paymentchannelfund.md

Change link to what-is-xml

* Update look-up-escrows.md

Change link to what-is-xrp

* Update tokens.md

change link to what-is-xrp

* Update use-payment-channels.md

* Update send-a-time-held-escrow.md

Update link to what-is-xml

* fix broken links

* Update parallel-networks.md

Change link to what-is-xml

* Update parallel-networks.ja.md

* Update invariant-checking.md

Remove link to xrp.html

* Update invariant-checking.ja.md

Remove link to xrp.html

* Update transaction-cost.md

Change link to what-is-xrp

* Update transaction-cost.ja.md

Change link to what-is-xrp

* Update send-a-conditionally-held-escrow.md

Change link to what-is-xrp

* Update stablecoin-issuer.md

Change link to what-is-xrp

* Update tokens.ja.md

Change link to what-is-xml

* Update autobridging.ja.md

Change link to what-is-xrp

* Update currency-formats.md

update text

* reorganize infrastructure nav section

* Update currency-formats.md

Try removing link altogether.

* Update currency-formats.ja.md

Remove link to what-is-xrp.html

* move commandline usage topic to infrastructure

* initial intro rewrite

* minor update to language

* IA.v3: rm Production Readiness

* Delete xrp.md

* Update xrp link in snippet

* Add redirect for old xrp.html URL

* Small edits to 'What is XRP?' article

* Add missing imgs

* XRP - copy edit per @DennisDawson

* restructure tutorials nav and pages

* fix broken links

* more broken link fixes

* Algo trading: 1st draft

* Algo trading: notes on taxes

* Algo trading: edits per review

* algo trading: fix broken link

* Ledger structure: rewrite for accuracy and clarity

* Update links to removed 'tree format' header

* Ledger Structure: Update diagrams

* Re-gen CSS for ledger structure changes

* Ledger structure: edits per review

* IA.v3: fix broken NFT links introduced by rebase

* Desktop Wallet (py): update little stuff

* Update some capacity/storage details

* contribute doc nav update

* fix image link in create diagram page

* IAv3: Fix 'Ledgers' blurb

* Update full history requirements with details from community members

* add reviewer suggestions

* Edits per @trippled review

* Apply suggestions from peer review

Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>

* FH: reword file size limit note per review

* Update software ecosystem

* updates per review

* Minor tweaks to graphics

* fixTypos

* Update content/concepts/introduction/software-ecosystem.md

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* Update content/concepts/introduction/software-ecosystem.md

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* [JA] update AccountDelete cost

* custom transactors doc

* add doc to dactyl config

* [JA] fix NonFungibleTokensV1_1 amendment status

* [JA] update NFTokenOffer page

* Remove old, unused XRP article (#2039)

* add reviewer suggestions

* Add tooling to check for file/nav consistency

- From the repo top, run tool/check_file_consistency.py to look for
  Markdown files that exist in the "content/" directory but aren't used
  in the documentation.
- New "enforce_filenames" filter prints a warning to console when
  building, if a file's path and filename don't match expectations
  based on its place in the nav and top heading.

* File consistency checker: correctly handle filenames starting in _

* Remove unused old 'get started' and associated code

* Create Resources section & reorg some files

- Rename some files/folders based on their place in the nav
- Move a bunch of non-documentation stuff, and docs on contributing code
  and/or docs to the new "Resources" section.
- Known issue: nav spills into a second row on page widths between
  993px-1110px. To be fixed in a later CSS update, maybe along with
  making the Resources dropdown multi-column.

* Fix #2078 code tab bug

CSS not built yet, to reduce merge conflicts. Won't have any effect
until that happens.

* fix Transaction JSON

* [JA] translate contributing contents

* fix contributing-to-documentation parent

* fix contribute-code blurb

* Top nav: add cols for Resources, fix broken links

* CSS: fix top nav overflows

* Fix broken link from redirect not in JA target

* Top nav: add Infra to article types

* Update contrib info & rename intro file

* [ja] Update link to suggested first page to translate

* [ja] fix contribute docs organization

* Run private network with docker tutorial (#2065)

* [NO-ISSUE] Run private network with docker tutorial

Adds a tutorial page in the Infrastructure section on how to run a private XRPL network with Docker.

Please let me know if you think this is a useful page to include for developers, whether the steps are clear or not, and if you have suggestions on what can be added to it.

* Add minor link fixes and Japanese target

* Apply suggestions from code review

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* Add link to ripple-docker-testnet setup scripts in See Also section

* Update repo URL

---------

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>

* add intro gfx (#2036)

* add intro gfx

* Move graphic up

* Update some graphics with their revised versions

* Add updated version of the custodial vs non-custodial graphic

---------

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: Amarantha Kulkarni <akulkarni@ripple.com>

* Update to reflect current UNL publishers

* [ja] update contributing

Co-authored-by: tequ <git@tequ.dev>

* Incorporate feedback on "What is XRP" page. (#2099)

* Add trademark info for XRP

* Revert section to previous state

* Fix broken link (#2101)

---------

Co-authored-by: Oliver Eggert <oeggert@ripple.com>
Co-authored-by: ddawson <dennis.s.dawson@gmail.com>
Co-authored-by: Maria Shodunke <mshodunke@ripple.com>
Co-authored-by: tequ <git@tequ.dev>
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: develoQ <develoQ.jp@gmail.com>
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
Co-authored-by: Amarantha Kulkarni <akulkarni@ripple.com>
2023-09-01 12:40:18 -07:00
mDuo13
98b6172b0b Edit per @ckniffen review 2023-08-30 15:28:57 -07:00
mDuo13
cd2bd347d5 Use delivered_amount in JS browser wallet tutorial (Fix #2075) 2023-08-30 13:12:56 -07:00
AlexanderBuzz
742e89210d Clarified Step 1 instructions 2023-08-15 18:44:39 +02:00
AlexanderBuzz
f6e54d680d Fixed "duplicate transaction display" bug 2023-08-07 15:13:20 +02:00
AlexanderBuzz
0a21d228d4 Consolidated directory handling, added warning to tutorial 2023-08-07 15:07:18 +02:00
AlexanderBuzz
5b00e681a0 Fixed misleading section markers 2023-08-07 13:34:38 +02:00
AlexanderBuzz
b7cf61d02b Removed unused/buggy accountReserve 2023-08-07 12:14:52 +02:00
dependabot[bot]
c40c8ce3c1 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-04 23:03:14 +00:00
AlexanderBuzz
781cf354bf Changed file names / reference file consistency 2023-07-31 20:36:55 +02:00
AlexanderBuzz
729687b75f Changed folder structure 2023-07-31 19:47:33 +02:00
AlexanderBuzz
8bbccb9486 Added status check in .toml file handling 2023-07-30 19:53:30 +02:00
AlexanderBuzz
49c59974dc Improved Step 7 2023-07-28 13:57:07 +02:00
AlexanderBuzz
99538a39f8 Fixed background color issue when scrolling left/right 2023-07-28 11:25:57 +02:00
AlexanderBuzz
d39ea74e55 Added "Change Seed" button 2023-07-27 15:27:48 +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