Commit Graph

3469 Commits

Author SHA1 Message Date
Rome Reginelli
5840204558 Merge pull request #871 from rmurphy23/test-rippled
WIP: Missing Public Rippled Method Outputs
2020-08-10 11:52:31 -07:00
rmurphy23
077ae32768 Adds MR feedback, suggestions, and more to invariant-checking.md 2020-08-06 17:19:45 -07:00
rmurphy23
53f949db97 Changes snippet from ledger_data specific to general format 2020-08-06 11:37:48 -07:00
mDuo13
37f1b8c62b Complete color palette 2020-08-05 15:56:28 -07:00
Calvin Jhunjhnuwala
1fd5789810 fixed merge errors, adding css map to repo, edits to the impact page 2020-08-05 15:25:05 -07:00
Calvin Jhunjhnuwala
2de1b9b062 clean up of stylings 2020-08-05 15:21:06 -07:00
Edward Hennis
920e39a8a4 [FOLD] Fix hard-wrap 2020-08-05 18:17:33 -04:00
mDuo13
259ed84ed6 CSS work - make doc pages readable again 2020-08-05 15:16:07 -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
Calvin Jhunjhnuwala
85e432769f Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-08-05 10:19:39 -07:00
Edward Hennis
5b0125b1f3 Fix some typos in the Validator List Method page 2020-08-05 13:05:53 -04:00
Rome Reginelli
23486f4031 Merge pull request #882 from ripple/ka_20200804
FlowCross enabled
2020-08-05 12:45:41 -04:00
mDuo13
dc6df9592f Placeholder nav 2020-08-04 19:39:56 -07:00
Rome Reginelli
672bbd9291 Merge pull request #882 from ripple/ka_20200804
FlowCross enabled
2020-08-04 18:41:15 -07:00
mDuo13
3f68eed017 FlowCross enabled 2020-08-04 18:39:16 -07:00
Calvin Jhunjhnuwala
d06ba9a975 added 2 new templates for the marketing pages, base template has script for new font, new image assets for the marketing pages, edits to the dactyl-config file, changes to overall font stylings, body tag now bg black and color white 2020-08-04 15:12:29 -07:00
mDuo13
b70d24dfa1 Add link compression tutorial 2020-08-03 15:13:26 -07:00
Calvin Jhunjhnuwala
af34ef4bc9 Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-08-03 12:04:34 -07:00
mDuo13
5a3fe46002 Exempt new link from checker 2020-08-03 10:21:27 -07:00
mDuo13
d22c0432df Style edits to FAQ and overview 2020-07-31 16:53:14 -07:00
mDuo13
d26223141b Rewrite cryptographic keys page significantly for clarity 2020-07-31 16:52:35 -07:00
rmurphy23
a4c11161b5 Adds invariant checking concept to dactyl-config.yml; Adds invariant-checking.md 2020-07-31 15:20:26 -07:00
Rome Reginelli
671dd91749 Merge pull request #878 from crypticrabbit/patch-2
`token_sequence` must be incremented in `validator-keys.json` backups
2020-07-31 10:10:50 -07:00
Rome Reginelli
b1e2aca835 Edit validator keys note per review 2020-07-31 10:10:36 -07:00
mDuo13
4aa13ff82d Spelling: fix broken links 2020-07-30 18:16:35 -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
4c0bf49e30 Addresses: touch up X-addresses callout 2020-07-28 17:53:18 -07:00
mDuo13
0ceb1c5254 Update spell-checker to remove words added to Dactyl built-in dict 2020-07-28 16:55:46 -07:00
Calvin Jhunjhnuwala
5d939db6a1 Merge branch 'master' of github.com:ripple/xrpl-dev-portal into 2020refresh 2020-07-28 15:30:40 -07:00
rmurphy23
e0805ec06c Adds commandline example response for random.md 2020-07-27 15:28:59 -07:00
rmurphy23
45c48ab48d Replaces commandline note with new snippet (ledger_entry.md) 2020-07-27 15:22:31 -07:00
rmurphy23
aa429a1849 Replaces commandline note with new snippet (noripple_check.md) 2020-07-27 15:19:57 -07:00
rmurphy23
c2a9698138 Replaces commandline note with new snippet (gateway_balances.md) 2020-07-27 15:17:45 -07:00
rmurphy23
30584b5eba Adds snippet for missing commandline syntax and replaces commandline note with snippet in ledger_data.md 2020-07-27 15:14:30 -07:00
rmurphy23
d83477b9d5 Adds proper account id to requests and changes example responses for account_tx.md 2020-07-27 14:56:40 -07:00
rmurphy23
3be54baf6d Adds commandline note for ledger_entry.md 2020-07-27 14:07:28 -07:00
rmurphy23
8ced2eb321 Removes commandline example request and response as well as moves commandline note for ledger_data.md 2020-07-27 14:02:59 -07:00
rmurphy23
7be89d0f18 Moves commandline input note to correct location for noripple_check.md 2020-07-27 13:49:19 -07:00
rmurphy23
1802c4fc29 Moves commandline note to correct location; adds json commandline input example 2020-07-27 13:46:33 -07:00
rmurphy23
96e126e7e0 Changes account example to account that has a non-empty list of offers for account_offers.md 2020-07-27 13:20:37 -07:00
rmurphy23
f10a297530 Adds comment syntax to commandline input for account_lines.md 2020-07-27 13:06:16 -07:00
Rome Reginelli
c6278ea6b3 Merge pull request #872 from mDuo13/online_delete_160
Doc backfilling changes in v1.6.0
2020-07-27 11:30:09 -07:00
mDuo13
f8a1cb51da Clarify [ledger_history] 2020-07-27 11:13:44 -07:00
mDuo13
5c20fabc1e Spell checker pass 2020-07-24 03:36:47 -07: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
e6b16cd5a3 Merge pull request #865 from ripple/rr-patch-nofreeze
Freezes: touch up "No Freeze" language
2020-07-22 17:09:54 -07:00
Rome Reginelli
ec0fcd7e8c Merge pull request #874 from mDuo13/base58link
Remove deleted wikipedia base58 page link
2020-07-22 17:09:13 -07:00
Rome Reginelli
f161a96c2a Merge pull request #875 from ripple/depositauth-intro-edits
Revise DepositAuth introduction
2020-07-22 17:08:55 -07:00