Commit Graph

1935 Commits

Author SHA1 Message Date
mDuo13
3f68eed017 FlowCross enabled 2020-08-04 18:39:16 -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
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
mDuo13
b4047f58f5 KA: v1.5.0 amendments enabled, add v1.6.0-b8 amendments 2020-07-13 16:58:31 -07:00
Rome Reginelli
8f39eee73d Freezes: touch up "No Freeze" language
Hopefully makes this section read a little better. Fixes DOC-1297, regarding this passage. Doesn't assume that issuers are businesses.
2020-07-08 17:06:45 -07:00
mDuo13
b7fd9dfcb5 [JA] fix links in untranslated amendment descriptions 2020-06-24 16:04:42 -07:00
mDuo13
81297297aa RequireFullyCanonicalSig expected 2020-06-24 15:56:34 -07:00
mDuo13
dbf0a8cabe [JA] 概要: 管理→ガバナンス 2020-06-22 20:02:04 -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
7dfe2cefb4 Re-add some unintentionally-removed not-enabled markers 2020-06-17 18:52:22 -07:00
mDuo13
7d5a2d2a88 Checks enabled 2020-06-17 18:48:04 -07:00
Rome Reginelli
b707162a4b Merge pull request #855 from mDuo13/ka_20200610
Known Amendments: 2020-06-11 update (Checks expected)
2020-06-15 17:06:08 -07:00
mDuo13
b909a60ae5 Add Checks Expected blog post 2020-06-15 16:50:51 -07:00
mDuo13
9d01eaa67a Known Amendments: 2020-06-11 update (Checks expected) 2020-06-11 16:48:48 -07:00
manoj
380b1b8f54 Changing public_key to pubkey
Passing `pubkey` as a request parameter doesn't do anything. We need to pass in `public_key` to get the desired result
2020-06-11 12:44:47 -07:00
mDuo13
b308dc050c Checks: fix 'is is' typo 2020-06-09 14:15:23 -07:00
Rome Reginelli
793c997d8d Clarify some Checks language 2020-06-08 20:31:01 -07:00
mDuo13
c0475f86d9 Deletion tx cost: edit descripion & add to AcctDel tx ref too 2020-06-03 13:56:46 -07:00
Rome Reginelli
66a39afced Add warning about failed AccountDelete costs
Fixes #850.
2020-06-03 13:56:46 -07:00
Rome Reginelli
487522592b Merge pull request #847 from intelliot/signing-notSupported
Submit - document the `notSupported` error
2020-06-03 13:11:12 -07:00
Rome Reginelli
c4b61347e2 submit: signing notSupported edits
add relevant links
2020-05-26 16:11:42 -07:00
Elliot Lee
5988182145 Submit - document the notSupported error
Per https://github.com/ripple/rippled/pull/2657 some rippled servers no
longer support signing, so Sign-and-Submit mode has a possible error of
`notSupported`.

The change was introduced in rippled version 1.1.0 and merged via:

38c3a46a33

The error looks like:

            "name": "notSupported",
            "message": "Signing is not supported by this server.",
            "code": 75,
            ...
2020-05-21 17:44:18 -07:00
mDuo13
94cacb0d72 getRippledInfo: copyedits 2020-05-21 14:12:57 -07:00
mDuo13
759da70a52 Diagnosing: getRippledInfo script 2020-05-18 13:36:40 -07:00
mDuo13
beabda3e4d statsd error log: revs per reviews 2020-05-15 01:27:45 -07:00
mDuo13
2be24d4e76 Log messages: async_send failed 2020-05-14 17:27:18 -07:00
Rome Reginelli
aa2b180f1a Merge pull request #840 from mDuo13/vl_method
/vl/ method
2020-05-14 15:04:21 -07:00
mDuo13
274ecac96b VL: edits per review 2020-05-13 14:23:20 -07:00
mDuo13
b12b471fa0 vl method badge, issue# 2020-05-12 18:13:01 -07:00
mDuo13
2ec226bbf5 Validator list: clarify signature data 2020-05-12 18:10:25 -07:00
mDuo13
2c702deb2a Validator List: clarify manifest data 2020-05-11 14:59:22 -07:00
mDuo13
abd4a5e36b Add deletion_blockers_only 2020-05-08 12:02:16 -07:00
mDuo13
f1c1f07166 vl: expiration in Ripple time 2020-05-08 11:49:43 -07:00
Rome Reginelli
f1e43a0757 Merge pull request #838 from gnurag/patch-2
Added AccountDelete tx type
2020-05-08 11:03:15 -07:00
Rome Reginelli
cbc05856b3 Merge pull request #837 from mDuo13/ka_20200508
DeletableAccounts enabled
2020-05-08 09:57:04 -07:00
Anurag
4ec48af30a Added AccountDelete tx type
Added AccountDelete as a valid transaction type supported for common tx fields.
2020-05-08 18:23:09 +05:30
mDuo13
7e8c8a30a4 DeletableAccounts enabled 2020-05-08 01:07:50 -07:00
mDuo13
d53b669bc3 VL method: corrections 2020-05-08 00:58:00 -07:00