Commit Graph

5585 Commits

Author SHA1 Message Date
AlexanderBuzz
f990006169 - Added --raw CLI option 2023-02-01 15:39:48 +01:00
AlexanderBuzz
6af6309b82 - Added Hash128 edge case 2023-01-31 20:41:25 +01:00
AlexanderBuzz
47f27d94fb - Made output more user-friendly 2023-01-31 19:07:44 +01:00
AlexanderBuzz
59306cdf63 - Removed now obsolete file 2023-01-30 14:22:31 +01:00
AlexanderBuzz
bce91a17f2 - Restructured code, main logic is now in tx-serializer.js 2023-01-30 14:20:19 +01:00
AlexanderBuzz
3b84534b6a - Changed link in xrpl.org/serialization.html from ripple-binary-codec to the code from this PR 2023-01-30 13:06:27 +01:00
AlexanderBuzz
5e31e55408 - Fixed typo 2023-01-30 12:38:50 +01:00
AlexanderBuzz
642b06feb4 - Removed duplicate output of Id Prefix when logging in verbose mode 2023-01-30 12:37:51 +01:00
AlexanderBuzz
b7e7e24554 Update content/_code-samples/tx-serialization/js/index.js
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-01-30 12:02:54 +01:00
AlexanderBuzz
fa22313650 Update content/_code-samples/tx-serialization/js/test-cases/README.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-01-25 08:12:48 +01:00
AlexanderBuzz
de56a1f7ad - Changed test-cases README.md examples from python-cli to node-cli
- added input handling from --stdin
- wrapped some logic in callback function in main file as new --stind option works asynchronously
2023-01-20 08:00:24 +01:00
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
Rome Reginelli
ae6dda1fca Merge pull request #1645 from wojake/patch-12
Update FH disk space figure
2022-12-19 12:10:05 -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
4c9ca0f219 Merge pull request #1631 from XRPLF/dependabot/npm_and_yarn/styles/qs-6.5.3
Bump qs from 6.5.2 to 6.5.3 in /styles
2022-12-13 17:42:51 -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
Rome Reginelli
8f001e5144 Merge pull request #1634 from legleux/amm-withdraw-typo
does -> does _not_
2022-12-13 17:39:03 -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
dependabot[bot]
d3558a75ab Bump qs from 6.5.2 to 6.5.3 in /styles
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-11 12:57:07 +00: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
fd63f8a89b Merge pull request #1620 from Calvinjwala/ambassador
fix: updating form and copy on ambassador page
2022-12-07 13:35:17 -08:00
Calvin Jhunjhnuwala
cee118e0c8 updating form and copy on ambassador page 2022-12-07 10:31:11 -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
e0c825e421 Merge pull request #1586 from XRPLF/contrib_terms
Contributing: add terminology
2022-12-06 15:29:49 -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
mDuo13
049b77f8da Contrib: spell out and 2022-12-06 15:10:15 -08:00
mDuo13
b573b3ce9d Contrib: use italics rather than quotes for terms 2022-12-06 15:09:12 -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
jonathanlei
8a34b1e607 try fix2 2022-12-02 10:22:35 -08:00
jonathanlei
eadffe65ca try fix 2022-12-02 10:22:35 -08:00