Commit Graph

1979 Commits

Author SHA1 Message Date
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
5840204558 Merge pull request #871 from rmurphy23/test-rippled
WIP: Missing Public Rippled Method Outputs
2020-08-10 11:52:31 -07:00
rmurphy23
53f949db97 Changes snippet from ledger_data specific to general format 2020-08-06 11:37:48 -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
3f68eed017 FlowCross enabled 2020-08-04 18:39:16 -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
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
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
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
mDuo13
9c3e9f29dd DepositAuth edits per @gbarr01 review 2020-07-22 16:20:35 -07:00
mDuo13
7c4eb9e1ea Freezes: edits per review 2020-07-22 15:46:15 -07:00
Rome Reginelli
8addf7d648 Revise DepositAuth introduction 2020-07-22 15:36:14 -07:00
mDuo13
76114ca7b2 Accounts: update base58 link 2020-07-22 14:47:20 -07:00
mDuo13
8c802f00ab Remove deleted wikipedia base58 page link 2020-07-22 14:19:32 -07:00
mDuo13
c33b91c70d Known Amendments: nUNL isn't an amendment in v1.6.0 2020-07-22 14:14:43 -07:00
rmurphy23
ce083c8aaa Adds commandline request and response to ledger_data.md 2020-07-16 16:26:42 -07:00
rmurphy23
494a6b7f12 Fixes comandline request and adds commandline response for account_lines.md 2020-07-16 16:10:27 -07:00
rmurphy23
15140181ab Adds commandline response for book_offers.md 2020-07-16 16:06:32 -07:00
rmurphy23
753863b3d5 Adds commandline response for ripple_path_find.md 2020-07-16 16:02:16 -07:00
rmurphy23
2cd7ca0707 Adds commandline request and response to gatewar_balances.md 2020-07-16 15:57:06 -07:00
rmurphy23
7b4a637846 Adds note to noripple_check 2020-07-16 15:13:18 -07:00
rmurphy23
cf22a02bb6 Adds commandline request and response for ledger_entry.md 2020-07-16 15:08:00 -07:00
rmurphy23
7da0dd9778 Changes tx hash and ledger index to valid values; Adds JSON-RPC/Commandline response for transaction_entry.md 2020-07-16 14:34:44 -07:00
rmurphy23
f500926adb Changes tx hash to a valid hash and adds commandline/JSON-RPC response for tx.md 2020-07-16 14:16:08 -07:00
rmurphy23
59493996b8 Adds commandline response for tx_history.md 2020-07-15 16:39:47 -07:00
rmurphy23
e820dd4e59 Adds commandline output for ledger_current.md 2020-07-15 14:58:09 -07:00
rmurphy23
3a051f5caf Adds commandline output for ledger_closed.md 2020-07-15 14:55:18 -07:00