Commit Graph

254 Commits

Author SHA1 Message Date
mayurbhandary
9ddd2d04a6 Remove references to legacy domain verification.
Removes references to the old google form for domain verification and directs new validator operators to the livenet explorer.
2021-04-05 11:53:42 -04:00
Rome Reginelli
3060a06d5c Install: fix typo
Co-authored-by: Ryan Young <ryangyoung@gmail.com>
2021-03-29 14:00:22 -07:00
mDuo13
f270acf3c8 yum install/upgrade notes for 1.7.0 2021-03-29 12:35:49 -07:00
mDuo13
6fddc96d1b Build instructions: remove some obsolete language 2021-03-19 04:11:41 -07:00
mDuo13
c499869032 Ubuntu/Debian upgrade: add warning about GPG key for 1.7.0 2021-03-04 14:37:21 -08:00
mDuo13
c8e09ccb7a Amendment voting: move configure to tutorial 2021-03-01 15:47:03 -08:00
mDuo13
2c5d41dcef Configure history sharding: typo fixes 2021-03-01 14:57:08 -08:00
Rome Reginelli
00ad905466 Merge pull request #979 from mDuo13/shard_multiplexing
Shard multiplexing docs
2021-03-01 14:24:20 -08:00
Robert Zhang
7aaebda8ab Fix the URL of rippledmon git repository 2021-02-27 00:08:23 -08:00
mDuo13
4ac3a0dabc Shard multiplexing 2021-02-25 15:53:53 -08:00
mDuo13
429d8e3386 Merge branch 'rippled_170' 2021-02-23 22:50:44 -08:00
mDuo13
9f48a3c079 Installation updates for rippled 1.7.0
- Update GPG key in Ubuntu instructions
- Update version number in build instructions
- Simplify some instructions & system requirements
2021-02-23 11:51:57 -08:00
Ryan Young
ee04ee7b37 add steps for zsh profiles
The current instructions assume a bash profile. Starting with Catalina, zsh is the default shell for macOS. We should make sure that zsh users can complete the build steps.
2021-02-10 13:33:05 -08:00
mDuo13
cd673acb6e Server modes: rewrite to add reporting mode 2021-02-09 17:14:07 -08:00
Rome Reginelli
883f86c21e Clarify source .bash_profile step
The previous step has you cd out of your home directory, so adding ~/ to the source command makes it more likely to 

Also, adds the `$` preface to the boost install steps, and updates the rippled version number for Boost compatibility info
2021-01-25 13:57:07 -08:00
Alloy Networks
49d8692d3d Add build-essential to list of dependencies 2020-11-14 13:54:53 +02:00
Robert Swarthout
8299b7fc69 Changes to storage space consumed for full-history nodes. 2020-11-10 16:58:42 -05:00
mDuo13
bd15a7429d Devnet instructions for enabling NegativeUNL 2020-10-26 15:16:10 -07:00
mDuo13
8f9da1f335 Xpring → RippleX 2020-10-05 00:26:21 -07:00
mDuo13
b1339f84c6 Clean up unused / removed pages & images
- Delete folders for new pages that are handled by templates w/ no
  markdown source
- Fully remove "Use Cases", leaving redirects for deleted pages.
    - Move certain pages to new areas & remove Use Case markup
- Add "Contribute Code to the XRP Ledger" draft page
- Fix image paths in some Japanese-translated pages
2020-09-18 16:39:52 -07:00
mDuo13
91810861bc Fix automatic footer 2020-08-31 16:31:51 -07:00
mDuo13
b3cdb02909 Update version-setting commit example 2020-08-19 09:21:59 -07:00
Rome Reginelli
8e39f90202 Merge branch 'master' into rr-install-focal 2020-08-19 09:13:30 -07:00
mDuo13
5f92542544 Merge branch 'v1.6.0' into master 2020-08-19 09:06:56 -07:00
mDuo13
61e252aa01 Link compression: edit per review 2020-08-12 00:28:21 -07:00
mDuo13
cecbfe8d3f Devnet instructions: fix key mixup 2020-08-10 17:39:53 -07:00
mDuo13
d7f3e9cd9e Use Devnet master public key, remove tabs chars 2020-08-10 16:42:59 -07:00
mDuo13
8eb2b2f5f1 Update Devnet connection instructions to use UNL 2020-08-10 15:55:55 -07:00
Rome Reginelli
6688472ae1 Merge pull request #876 from ripple/spelling
Spell Checking / Updated Style Checking
2020-08-05 11:40:17 -07:00
mDuo13
b70d24dfa1 Add link compression tutorial 2020-08-03 15:13:26 -07:00
Rome Reginelli
b1e2aca835 Edit validator keys note per review 2020-07-31 10:10:36 -07:00
rabbit
cc45a55f43 token_sequence must be incremented in backups
Docs indicate that validators should backup `validator-keys.json`, and not edit the backup. This causes problems when validator operators generate new validation tokens using backups of the `validator-keys.json` file. Specifically:
1. Validator operator copies backup of `validator-keys.json` to from backup location to validator
2. Operator generates a new token on validator
3. Operator deletes `validator-keys.json` from the validator

If the validator operator does not then increment the "token_sequence" in the backed up `validator-keys.json`, the next time the operator repeats the above three steps, their validations will be ignored by the network, as the resultant token will have a sequence number that is <= the last observed number.
2020-07-30 16:35:28 -04:00
mDuo13
c63d10d116 Most spelling, more style cleanup 2020-07-24 03:28:02 -07:00
mDuo13
2652c8832a Spelling - more fixes, additions 2020-07-24 03:25:59 -07:00
mDuo13
1101d65051 Start applying spell-checking 2020-07-24 03:25:59 -07:00
Rome Reginelli
9c4f7a1c7b Merge pull request #866 from mDuo13/upgrade_notif
Log messages: cleanup & upgrade message
2020-07-13 11:05:05 -07:00
Rome Reginelli
cbf104fef4 Merge pull request #862 from mDuo13/health_check_method
Health Check method
2020-07-13 10:57:59 -07:00
mDuo13
082adf4213 Log messages: cleanup & upgrade message 2020-07-08 17:54:40 -07:00
mDuo13
fa277b7197 Health Check edits:
- revised per reviews
- updated for rippled#3491
2020-07-08 13:39:28 -07:00
mDuo13
69bfd52627 Link peer protocol w/ default port notes 2020-07-07 15:53:16 -07:00
mDuo13
c82994068b Health Check: edits/cleanup 2020-07-06 16:20:50 -07:00
mDuo13
0f807c6e09 Health check details (+related edits) 2020-07-01 20:43:08 -07:00
mDuo13
96185b584e Default port updates for v1.6.0 2020-06-29 17:09:25 -07:00
Rome Reginelli
abc373409d Ubuntu Install: Remove Disco Dingo (EOL) 2020-06-23 11:32:41 -07:00
Rome Reginelli
5c588410b5 Update install for latest distro releases
Default to Focal Fossa, list our other supported releases
2020-06-23 10:29:05 -07:00
mDuo13
389e563b27 [JA] Finish link fixing
- Removes the redundant "English" locale since English is the default
  language when no locale is specified
- Adds translation tags to domain verification checker tool (so that one
  broken link from there can be fixed)
- Fixes several typos in Japanese docs
- Adds redirects & other config changes to make links work
2020-06-22 16:44:46 -07:00
mDuo13
75dedba480 [JA] fix some links 2020-06-22 16:44:46 -07:00
mDuo13
83686c40c6 Translation edits, cleanup 2020-06-22 16:44:43 -07:00
mDuo13
fcad9d0376 Update Japanese translation files 2020-06-22 16:43:11 -07:00
mDuo13
94cacb0d72 getRippledInfo: copyedits 2020-05-21 14:12:57 -07:00