AlexanderBuzz
a71665cca4
- Initial commit, should be quite complete
2023-01-12 16:24:36 +01:00
Rome Reginelli
abd57c9db6
Merge pull request #1648 from justinr1234/justinr1234-patch-1
...
fix: Ruby homebrew install on macos is deprecated
2022-12-20 13:36:50 -08:00
Amarantha Kulkarni
061ff9092b
Incorporate feedback on wording for EVM sidechain ( #1635 )
...
* Incorporate feedback on wording for EVM sidechain
* Incorporate feedback
* Incorporate more feedback
* Update heading to reflect the assignment of Devnet tokens
2022-12-19 16:25:27 -08:00
justinr1234
e55187348f
fix: add conan to list of dependencies for brew
2022-12-19 17:49:41 -06:00
justinr1234
9a96cca84c
fix: Ruby homebrew install on macos is deprecated
2022-12-19 17:34:58 -06:00
Rome Reginelli
1af0dc2827
Merge pull request #1641 from XRPLF/amm_connection_info
...
AMM-Devnet connection info
2022-12-19 12:14:38 -08:00
Rome Reginelli
a4a35f4d92
Apply suggestions from code review
...
Co-authored-by: Elliot Lee <github.public@intelliot.com >
2022-12-19 12:13:57 -08:00
Wo Jake
3abf56d5c2
Update FH disk space figure
2022-12-18 09:52:23 +08:00
mDuo13
116ce417d7
AMM-Devnet connection info
2022-12-16 16:18:49 -08:00
mDuo13
daeabe6c9d
Merge branch 'amm_concept'
2022-12-16 14:05:00 -08:00
Rome Reginelli
e3328ddaa7
Merge pull request #1625 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/certifi-2022.12.7
...
Bump certifi from 2021.5.30 to 2022.12.7 in /content/_code-samples/airgapped-wallet/py
2022-12-15 15:00:10 -08:00
Amarantha Kulkarni
845422da7f
Add words from new features such as NFTs to the spell checker ( #1615 )
...
* Add words from new features such as NFTs to the spell checker
* Add more proper nouns and general purpose words
* Add more proper nouns and general purpose words
* Update to use backticks
* Update proper nouns and generic words
* Fix style for words based on style checker report
* Style/spelling fixes
* Fix links broken by style/spelling updates
* More edits for style
* Finish updates to get style checker to pass
Co-authored-by: mDuo13 <mduo13@gmail.com >
2022-12-15 14:29:32 -08:00
Rome Reginelli
078cbe03e3
Merge pull request #1636 from XRPLF/fix_airgapped_wallet
...
Fix airgapped wallet tests
2022-12-13 17:39:15 -08:00
mDuo13
7429867ba2
AMM concept: edits per reviews
2022-12-13 17:32:11 -08:00
mDuo13
ab451e48cd
Fix airgapped wallet tests
2022-12-13 14:58:12 -08:00
dependabot[bot]
bc3c9905c3
Bump sqlparse in /content/_code-samples/airgapped-wallet/py
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.4.2 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-13 14:57:53 -08:00
mDuo13
b8794f80f6
AMM: add concept links to more tx types
2022-12-12 20:10:54 -08:00
Michael Legleux
e63f3a60c2
does -> does _not_
2022-12-12 18:55:55 -08:00
mDuo13
b5478b863e
AMM: edit concept, add links to it
2022-12-12 17:28:48 -08:00
mDuo13
afe36f57be
Add draft files for AMM flow of funds diagrams
2022-12-12 17:19:20 -08:00
mDuo13
ba17ee7afc
AMM concept: add trading fees info
2022-12-09 16:57:51 -08:00
dependabot[bot]
1020fbc12f
Bump certifi in /content/_code-samples/airgapped-wallet/py
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2021.5.30 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-09 06:26:46 +00:00
Rome Reginelli
7897a9c73a
Merge pull request #1619 from XRPLF/rr-fix-amm-trading-fee
...
AMM: Fix trading fee decimal comparison
2022-12-08 13:48:29 -08:00
Rome Reginelli
4da14c00f4
Merge pull request #1608 from XRPLF/rr-stissue-length
...
Serialization: fix STIssue definition
2022-12-07 15:58:21 -08:00
Rome Reginelli
5c2bf3204b
Merge pull request #1606 from XRPLF/rr-submit_multisigned_cli_resp
...
Add example CLI reponse to submit_multisigned
2022-12-06 15:30:40 -08:00
Rome Reginelli
0d328e4ae5
Merge pull request #1614 from legleux/use-dns-names-instea-of-ip
...
Use DNS names instead of old invalid IPs
2022-12-06 15:16:44 -08:00
Wietse Wind
2924e465e0
Add note about not being able to AccountDelete (tecHAS_OBLIGATIONS) if minted
2022-12-04 01:06:17 +01:00
Rome Reginelli
b2ae59164e
AMM: Fix trading fee decimal comparison
...
"units of 1/100,000" is equivalent to "⅒ basis points" which is correct. This 10,000 number is a carry over from when it was basis points, not ⅒ thereof
2022-12-02 13:53:20 -08:00
mDuo13
6f89db4678
Start AMM concept, AMM-Devnet support
2022-12-01 18:46:56 -08:00
Oliver Eggert
8c6e1373fe
Fix ripplex1-send-xrp.js
2022-12-01 13:00:58 -08:00
Michael Legleux
e118d4a902
use dns names instead of invalid IPs
2022-12-01 11:42:35 -08:00
ddawson
6db145724d
Fix getAccount in Quickstart
2022-11-29 16:59:53 -08:00
oeggert
a271942c1e
Merge pull request #1598 from XRPLF/oeggert/issue1554
...
Add code samples for markers and pagination.
2022-11-29 14:23:58 -08:00
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
Rome Reginelli
68d41fae5a
Serialization: fix STIssue definition
...
Noah from the xrpl4j team noted that the STIssue definition used was wrong in the case of XRP, and the actual implementation has an optimization to drop the second 160 bits in the case where the first 160 bits are XRP.
2022-11-28 14:49:16 -08:00
Wietse Wind
49c58f239b
Add XRPL Labs testnet & CORS note
2022-11-28 23:22:53 +01:00
Rome Reginelli
53db225ee3
Add example CLI reponse to submit_multisigned
...
Fix #407
Re-uses the JSON-RPC response since it should be identical to the commandline response except the lead-in.
2022-11-28 13:51:47 -08:00
Oliver Eggert
93961c2d61
Fix typo in cryptographic-keys.md.
2022-11-28 09:22:59 -08:00
Oliver Eggert
f0a6612f11
Update ledger_index to use most recently validated ledger.
2022-11-23 20:01:34 -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