Commit Graph

3837 Commits

Author SHA1 Message Date
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
Rome Reginelli
aae627f6e7 Merge pull request #2018 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/certifi-2023.7.22
Bump certifi from 2022.12.7 to 2023.7.22 in /content/_code-samples/airgapped-wallet/py
2023-08-04 16:02:28 -07:00
Rome Reginelli
617d734767 Merge pull request #2008 from PeterChen13579/patch-1
change limit description for all API's required
2023-08-02 14:41:32 -07:00
Rome Reginelli
2f394e01e3 Merge pull request #2006 from XRPLF/ter-submitted
Update ter-codes.md
2023-08-02 14:36:47 -07:00
Rome Reginelli
54db9eff11 Merge pull request #1991 from XRPLF/update-ubuntu-instructions
Improve install-rippled-on-ubuntu.md
2023-08-02 14:34:25 -07:00
Peter Chen
805a02f38f change "limit" description to include "positive" 2023-08-01 13:42:43 -04:00
Elliot Lee
4dd891842c ter-codes - alphabetize 2023-07-31 14:37:47 -07: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
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
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
tequ
b78557240c [JA] fix collapsed appearance of account codes 2023-07-10 10:14:37 +09:00
Elliot Lee
f4c7770521 Improve install-rippled-on-ubuntu.md
`mv` will rename the file (instead of moving it into a destination directory) if the destination directory does not exist. By providing the `/`, we are being explicit that we want the file to be moved.

If the earlier `mkdir` command was skipped or failed, we want `mv`  to report an error, instead of silently renaming the key file to `keyrings`, which would not make sense.

Supplying a command to `gpg` prevents the warning which was previously shown in the gpg output.
2023-07-07 16:09:17 -07:00
dependabot[bot]
d47c613dfb Bump django in /content/_code-samples/airgapped-wallet/py
Bumps [django](https://github.com/django/django) from 3.2.19 to 3.2.20.
- [Commits](https://github.com/django/django/compare/3.2.19...3.2.20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 23:27:55 +00:00
Rome Reginelli
5116247da7 Merge pull request #1933 from XRPLF/xrpl-py-2.0
feat: Update xrpl-dev-portal to use xrpl-py 2.0
2023-07-05 15:00:32 -07:00
mDuo13
dde4e8c94b Airgapped wallet: remove redundant wallet import 2023-07-05 14:56:55 -07:00
Rome Reginelli
ca70a6080b Merge pull request #1984 from nkramer44/patch-2
Fix NFTokenPage PageMin field names in example json
2023-07-05 14:36:52 -07:00
Rome Reginelli
f8c88da76d Merge pull request #1976 from XRPLF/rippled_1.11.0
rippled 1.11.0 changes
2023-07-05 14:35:44 -07:00
JST5000
72cd29a9a8 Link to submit_and_wait instead of send_reliable_submission 2023-07-05 09:13:38 -07:00
Rome Reginelli
739e1a5b35 Merge pull request #1975 from XRPLF/rr-patch-hooks-v3-testnet
Networks update to Hooks v3 testnet link
2023-06-29 16:50:39 -07:00
Rome Reginelli
998e3b4dcd Merge pull request #1983 from XRPLF/remove-ruby-lib
client-libraries.md - remove Ruby library
2023-06-29 16:50:20 -07:00
mDuo13
098c437acf account_currencies: fix broken link 2023-06-29 16:49:44 -07:00
Dennis Dawson
828f46b144 Merge pull request #1931 from XRPLF/nftReferenceUpdates
Update NFT ref info
2023-06-29 08:57:53 -07:00
nkramer44
0f9b15aba6 Fix NextPageMin and PreviousPageMin hashes 2023-06-28 15:46:45 -04:00
nkramer44
e9296b0827 Fix NFTokens structure 2023-06-28 15:37:35 -04:00
nkramer44
455fe43979 Fix NFTokenPage PageMin field names in example json 2023-06-28 15:22:24 -04:00
Elliot Lee
f0009716be client-libraries.md - remove Ruby library
Ruby library is out of date and not updated since 2020
2023-06-28 10:20:25 -07:00
Dennis Dawson
ca14a46c65 Fix field name
Field ID "standbyNFTCountField" should be "standbyNFTokenCountField."
2023-06-27 16:48:27 -07:00
mDuo13
b670047b4a NetworkID: edits per review 2023-06-27 14:16:12 -07:00
mDuo13
100df5de92 feature: edit vetoed desc per peer review 2023-06-27 14:15:35 -07:00
mDuo13
509dfd94dc API: remove more mentions of the removed 'strict' parameter & clean up nearby 2023-06-27 14:14:34 -07:00
ddawson
5ca0a7b798 Address review comments. 2023-06-27 12:11:37 -07:00
mDuo13
fb7dd0d1e3 AccountRoot: doc FirstNFTokenSequence field 2023-06-26 17:59:02 -07:00
mDuo13
310ad85dc6 feature method: doc new behavior re:obsolete amendments 2023-06-26 17:58:41 -07:00
mDuo13
98e0b0ff6b account_objects: cleanup & updates for types that can be returned in 1.11.0 2023-06-26 17:12:13 -07:00
mDuo13
4507f1301d common fields: fix broken link 2023-06-26 17:11:54 -07:00
mDuo13
6da2e99f5b Add NetworkID field docs 2023-06-23 17:47:12 -07:00
Rome Reginelli
e8c545c096 Networks update to Hooks v3 testnet link 2023-06-23 17:40:01 -07:00
Rome Reginelli
91f140ce7a Merge pull request #1971 from 9oelM/update-ledger-index-key
Update outdated "ledger" key to "ledger_index" key
2023-06-23 15:32:05 -07:00
Dennis Dawson
aa71d90bca Merge pull request #1911 from XRPLF/pythonQuickstart
Quickstart Python draft
2023-06-23 11:31:18 -07:00
ddawson
a21ef00c4e python -> py 2023-06-23 11:17:20 -07:00
9oelM
5cff7b11c5 Update outdated "ledger" key to "ledger_index" key 2023-06-23 21:19:30 +08:00
Rome Reginelli
cdce4ea028 Merge pull request #1969 from XRPLF/link-known-amendments
amendments.md: Link to Known Amendments page
2023-06-22 17:20:24 -07:00
Dennis Dawson
87fa40b3d3 Merge pull request #1962 from zgrguric/patch-4
Bullets corresponds to image in nftoken.md
2023-06-22 16:41:09 -07:00