Commit Graph

3279 Commits

Author SHA1 Message Date
jonathanlei
2b20f6f33b Merge pull request #1564 from ObiajuluM/patch-1
Added Python code samples to Freeze and unfreeze issued tokens, check freeze status and give up the ability to freeze tokens 2
2022-11-29 11:09:18 -08:00
oeggert
ed607d813d Merge pull request #1596 from XRPLF/oeggert/issue1421
Add example links for each transaction type
2022-11-28 15:59:03 -08:00
Rome Reginelli
6a2a37a63a Merge pull request #1604 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/httpx-0.23.0
Bump httpx from 0.18.2 to 0.23.0 in /content/_code-samples/airgapped-wallet/py
2022-11-28 15:34:56 -08:00
Rome Reginelli
ab10497982 Merge pull request #1603 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/django-3.2.16
Bump django from 3.2.6 to 3.2.16 in /content/_code-samples/airgapped-wallet/py
2022-11-28 15:34:41 -08:00
Rome Reginelli
aa3f12d55e Merge pull request #1602 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/pillow-9.3.0
Bump pillow from 8.3.1 to 9.3.0 in /content/_code-samples/airgapped-wallet/py
2022-11-28 15:34:24 -08:00
oeggert
85fec9c23b Update content/references/protocol-reference/transactions/transaction-types/escrowcreate.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-11-28 15:22:46 -08:00
oeggert
9e0d32b223 Update content/references/protocol-reference/transactions/transaction-types/payment.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-11-28 15:21:37 -08:00
oeggert
6126943998 Merge pull request #1605 from XRPLF/fix-typo-cryptographic-keys
Fix typo in cryptographic-keys.md.
2022-11-28 14:57:13 -08:00
Wietse Wind
49c58f239b Add XRPL Labs testnet & CORS note 2022-11-28 23:22:53 +01:00
Oliver Eggert
93961c2d61 Fix typo in cryptographic-keys.md. 2022-11-28 09:22:59 -08:00
Oliver Eggert
6c141b50af Change examples to relative links and add blank line before link. 2022-11-23 16:25:18 -08:00
Rome Reginelli
e3a6935cb2 Merge pull request #1541 from XRPLF/amm_ref
Automated Market Maker (XLS-30d) reference documentation
2022-11-23 14:33:21 -08:00
Rome Reginelli
b3baec9187 Merge pull request #1588 from XRPLF/server_info_issue_1446
Update server_info/state w/ reporting mode details
2022-11-23 13:23:43 -08:00
mDuo13
45f6ea49a8 server_info/state: more edits 2022-11-23 12:50:20 -08:00
mDuo13
c2cc532242 server_info/state updates: edits per reviews 2022-11-23 12:40:16 -08:00
dependabot[bot]
9c4abf66cc Bump httpx in /content/_code-samples/airgapped-wallet/py
Bumps [httpx](https://github.com/encode/httpx) from 0.18.2 to 0.23.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.18.2...0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 20:20:30 +00:00
dependabot[bot]
4d085aec7d Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.16.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.6...3.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 20:20:24 +00:00
dependabot[bot]
735fc2588c Bump pillow in /content/_code-samples/airgapped-wallet/py
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 to 9.3.0.
- [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/8.3.1...9.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 20:20:14 +00:00
Rome Reginelli
636dad6bbf Merge pull request #1558 from wojake/patch-11
Create airgapped-wallet.py
2022-11-23 12:19:38 -08:00
mDuo13
ecb8acfafb Fix AMMDeposit formula 2022-11-22 20:04:30 -08:00
Rome Reginelli
572e0ab3c6 AMM: apply suggestions from review
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2022-11-21 22:42:30 -08:00
mDuo13
720a322892 AMM refs: more edits per reviews 2022-11-21 22:40:14 -08:00
mDuo13
abd20d99d9 [JA] serialization, fix link 2022-11-21 22:40:14 -08:00
mDuo13
e2ff0a7d97 AMM doc cleanup
- fix typo in serialization
- add STIssue type to type list in serialization
- more clearly mark things that need to be translated to Japanese
- Put AMMBid & AMMCreate transactions in alphabetical order
2022-11-21 22:40:14 -08:00
mDuo13
ab0b7f78d8 [JA] add untranslated section on AMMs 2022-11-21 22:40:14 -08:00
mDuo13
08bbcc4dd7 AMM reference docs
AMM object: some clarifications

AMM references: incomplete draft

AMM updates

AMM: add AMMBid, clarify more stuff

Docs for AMMBid transaction

AMM: more work on error codes

AMM: example transactions, related upates

Fix broken links

AMM: reflect naming updates

more AMMBid edits

Add amm_info API method

Add style for AMM label

AMM: more clarifications on tx, accounts

AMM references: Clean up draft

amm_info: reflect code updates

AMM: updates for the latest changes

AMM: update flags for Deposit/Withdraw

AMM: update JSON examples for latest code

Serialization: add STIssue type

STIssue: clarify definition with commas
2022-11-21 22:40:12 -08:00
Oliver Eggert
078bd39e7e Fix CheckCash link. 2022-11-21 18:50:54 -08:00
Oliver Eggert
4949f99075 Add remaining permalink examples for transaction types. 2022-11-21 18:42:14 -08:00
Rome Reginelli
1d1c48c319 Remove duplicate UNLModify header. (#1594)
The snippet includes the header so having the header separately is redundant.

Fixes #1590
2022-11-21 08:59:54 -08:00
Obiajulu
a9eb06254b Update unfreeze_token.py 2022-11-21 02:31:16 -08:00
Oliver Eggert
b7e46c8f11 Added query example transaction buttons. 2022-11-18 20:59:32 -08:00
Oliver Eggert
916a792d00 Add sample query for AccountSet transactions. 2022-11-18 20:30:37 -08:00
Amarantha Kulkarni
49a7a45c6a Fix public RPC URL (#1593)
Change https://rpc.evm-sidechain.xrpl.org/ to https://rpc-evm-sidechain.xrpl.org/
2022-11-18 13:25:05 -08:00
Wo Jake
18355a9591 Apply suggestions from code review
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-18 15:11:48 +08:00
Obiajulu
121cc9f034 Update content/_code-samples/freeze/py/set_global_freeze.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 17:36:22 -08:00
Obiajulu
bbff68f99f Update unfreeze_token.py 2022-11-17 17:35:32 -08:00
Obiajulu
6eb4cef154 Update content/_code-samples/freeze/py/unfreeze_token.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 17:32:44 -08:00
Obiajulu
241c17cea3 Update content/_code-samples/freeze/py/unfreeze_token.py
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 17:31:58 -08:00
mDuo13
51e383bfa8 Fix broken links from JA updates 2022-11-17 14:47:23 -08:00
Wo Jake
ddaf82a478 Update airgapped-wallet.py 2022-11-17 14:53:36 +00:00
Wo Jake
efbca1d282 Apply suggestions from code review
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 18:05:11 +08:00
Wo Jake
ad13aa01dc Tutorial improvement
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 17:36:05 +08:00
Wo Jake
eb0a76d576 UI improvement
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 17:35:27 +08:00
Wo Jake
cede9a23dd UI fix
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2022-11-17 17:34:09 +08:00
Obiajulu
83d58a49b4 Update set_global_freeze.py 2022-11-16 22:07:59 -08:00
Obiajulu
8e77b5ae79 Update check_global_freeze.py 2022-11-16 21:09:53 -08:00
mDuo13
3ed5d90519 Update server_info/state w/ reporting mode details
- Add reporting mode specific fields
- Mark peers field as omitted from reporting mode
- Fix "external" gRPC link in server modes page
- Update "Configure gRPC" tutorial to better reflect current status of
  gRPC in rippled

This commit fixes #1446.
2022-11-16 15:38:42 -08:00
Oliver Eggert
0edaa21f47 Remove Enable Negative UNL section. 2022-11-16 10:15:06 -08:00
Dennis Dawson
afc874007d Merge pull request #1585 from XRPLF/nft_update_11_14
Update tutorial for testnet
2022-11-15 15:09:31 -08:00
ddawson
9001ad75c4 Remove NFToken Tester HTML & Readme 2022-11-15 14:47:24 -08:00