Commit Graph

4686 Commits

Author SHA1 Message Date
mDuo13
20b62c2a3d Remove experimental Hindi language target 2022-02-04 14:48:36 -08:00
mDuo13
8bf3235f68 Update locale files for current site 2022-02-04 14:45:28 -08:00
mDuo13
361ca0dcfc Wallet tutorial: allow creation of new accounts by default 2022-02-04 14:08:48 -08:00
Rome Reginelli
2b2a7e6dc0 Merge pull request #1310 from XRPLF/update-requirements
Update System Requirements for XRPL servers
2022-02-04 14:06:31 -08:00
mDuo13
010690b27e CI: run on non-fork PRs at least 2022-02-04 14:05:17 -08:00
Elliot Lee
3e0fb151fe Update System Requirements for XRPL servers
The prior minimum specifications are no longer sufficient. Servers require super low latency disk, so EBS doesn't work reliably.

Ref: https://github.com/ripple/rippled/issues/4041#issuecomment-1028285740
2022-02-03 17:30:41 -08:00
Rome Reginelli
4a75fe3579 Merge pull request #1255 from XRPLF/ds-fix-validators-method-response
Update 'validators' method response
2022-02-02 17:48:16 -08:00
mDuo13
1bac2072d3 Wallet tutorial: mention bonus example code 2022-02-02 17:47:28 -08:00
mDuo13
435e1e35a4 Wallet tutorial: refactor bonus owned objects code 2022-02-02 17:42:16 -08:00
Dennis Dawson
5db7768856 Merge pull request #1307 from mDuo13/hot_topic_nft_update
Docs landing: update NFT links
2022-02-02 15:28:01 -08:00
mDuo13
41400b0467 Docs landing: update NFT links 2022-02-02 15:09:28 -08:00
mDuo13
3e824759fd Wallet tutorial: more polish 2022-02-01 15:16:33 -08:00
mDuo13
c955314b6c Wallet tutorial: more edits per review 2022-02-01 14:13:34 -08:00
Mehdi baneshi
11b3e638d9 Update consensus-principles-and-rules.md (#1306)
* Update consensus-principles-and-rules.md

youtube link does'nt work

* Updated link to XRPL Consensus Mechanism video

* Update consensus video link

Use consensus video in XRPL Foundation's playlist

Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2022-02-01 09:09:32 -08:00
mDuo13
c36984f518 Update validators command examples 2022-01-31 16:29:04 -08:00
mDuo13
222a7760d1 Improve async setup code 2022-01-31 13:40:18 -08:00
Rome Reginelli
3a6c7098ca Add source link for ledger object IDs (#1304) 2022-01-31 10:24:08 -08:00
mDuo13
9490cab4eb Wallet tutorial: edits per Windows testing 2022-01-26 17:23:50 -08:00
Rome Reginelli
18aff30cc3 Merge pull request #1301 from hammertoe/patch-1
Point specifically to the explainer video playlist
2022-01-26 11:54:10 -08:00
Rome Reginelli
95c37a0071 Merge pull request #1303 from ihomp/patch-1
TokenIDs -> TokenOffers
2022-01-25 18:13:30 -08:00
mDuo13
cd53c4f66c NFTokenCancelOffer: fix example & touch up formatting for TokenOffers field 2022-01-25 17:54:18 -08:00
mDuo13
9105312eef Fix full code links 2022-01-24 11:02:14 -08:00
Viacheslav Bakshaev
2e8143e4f3 TokenIDs -> TokenOffers
I think it's actually called "TokenOffers"
2022-01-23 20:22:19 +01:00
mDuo13
effc4d470e Build a Wallet: finished draft of tutorial 2022-01-21 19:09:50 -08:00
Matt Hamilton
1a5b601bbc Point specifically to the explainer video playlist
The original link pointed to the XRPLF channel, updated the link to point to the actual playlist for the explainer videos so that they are easier to find when there is more content on the channel
2022-01-21 10:52:54 -04:00
mDuo13
ffb76f9296 Fix sitemap listing virtual pages 2022-01-20 17:23:27 -08:00
mDuo13
0dd06fac41 Wallet tutorial: docs thru step 5 2022-01-20 17:21:24 -08:00
Rome Reginelli
34024adb9e Merge pull request #1300 from jakeatdocforce/fix_carbon_calc_pdf
Updated pdf
2022-01-20 17:19:08 -08:00
Jake
9753ba90e9 Update pdf 2022-01-20 18:10:41 -07:00
mDuo13
4dba0cf70f Build a Wallet: progress thru step 3:
- Tutorial docs through step 3 (inputting an account)
- New screenshots
- Minor code cleanup
- Fix the include_code filter to better handle indentation in Python
  code
2022-01-19 17:33:23 -08:00
mDuo13
14a1fc84d7 Build a Wallet tutorial: text for first few steps 2022-01-18 19:04:34 -08:00
Rome Reginelli
51aefad668 Merge pull request #1295 from gnurag/patch-3
Updated typo in burnToken() function description
2022-01-14 11:12:01 -08:00
Rome Reginelli
8ad44f17b9 Merge pull request #1298 from XRPLF/rr-explainer-header-fix
Remove . from explainer video header
2022-01-14 11:09:25 -08:00
Rome Reginelli
796e389391 Merge pull request #1296 from SFsourDoh/patch-1
Fix nftokenmint.md JSON example
2022-01-14 11:09:05 -08:00
Rome Reginelli
84b28636d2 Remove . from explainer video header 2022-01-14 10:51:58 -08:00
Rome Reginelli
a705665cb8 Merge pull request #1297 from XRPLF/manojsdoshi-patch-1
Updating [validator_list_keys] for the NFT network
2022-01-14 10:50:13 -08:00
manoj
2d10b0f038 Updating [validator_list_keys] for the NFT network 2022-01-14 10:24:27 -08:00
SFsourDoh
d532ab6f8b Fix nftokenmint.md JSON example
correct bad JSON formatting and add required field "TokenTaxon": 0
2022-01-14 13:15:27 -05:00
mDuo13
773cabbe5c Build wallet: Backport refactor from step 6 2022-01-13 18:36:52 -08:00
Jake
c5489fe3a7 Add videos to xrpl overview page
Update css to v6

Add videos to xrpl overview page

Update css to v6

Move video player up on screen

Adjust vid position and size

Fix expanded video sizing on more resolutions
2022-01-13 16:36:50 -08:00
Anurag
f2473dea4d Updated typo in burnToken() function description
`burnToken` instead of `getToken`
2022-01-14 03:47:48 +05:30
mDuo13
e8a5847cc5 Build Wallet code: better separation of concerns 2022-01-11 17:07:19 -08:00
Rome Reginelli
fd39520c93 Merge pull request #1279 from develoQ/translate-to-japanese
Translate to Japanese
2022-01-10 23:47:25 -08:00
mDuo13
a07bfb20a0 [JA] fix syntax errors 2022-01-10 23:46:40 -08:00
Rome Reginelli
5de83af34c Merge pull request #1291 from XRPLF/fix-unclosed-comment
fix: install-rippled-on-ubuntu - unclosed comment
2022-01-10 23:34:47 -08:00
Rome Reginelli
6213a33eb9 Merge pull request #1292 from XRPLF/nftoken-tester-tutorial-see-also
nftoken-tester-tutorial - add "See Also" links
2022-01-10 23:34:33 -08:00
Elliot Lee
2273a51ef2 nftoken-tester-tutorial - add See Also links 2022-01-10 22:46:15 -08:00
Elliot Lee
f9630b61c0 fix: install-rippled-on-ubuntu - unclosed comment
The missing `#}` was causing the rest of the page to be cut off (not parsed / published)
2022-01-10 20:40:19 -08:00
mDuo13
e9e79f63d7 account_nfts method name fix 2022-01-10 18:24:49 -08:00
mDuo13
bef2d8a20e NFT doc format cleanup 2022-01-10 18:20:21 -08:00