Commit Graph

1286 Commits

Author SHA1 Message Date
mDuo13
5f8df53dd6 crawl_shards: slight polishing after testing the method 2019-01-30 16:16:05 -08:00
mDuo13
591ee65cfb crawl_shards: updates per reviews 2019-01-29 17:27:26 -08:00
mDuo13
0ff9f90957 crawl_shards: no CLI syntax 2019-01-24 16:59:40 -08:00
mDuo13
5275cd2b1f crawl_shards: add to config, see also, etc. 2019-01-24 14:55:29 -08:00
mDuo13
8e64cd4219 crawl_shards: start drafting method ref 2019-01-24 13:37:45 -08:00
mDuo13
23e366c220 Tx malleability: edits per reviews 2019-01-15 15:41:56 -08:00
mDuo13
47b94cf37d Tx malleability reword 2019-01-15 15:41:56 -08:00
mDuo13
43a9720d1a Tx malleability: highlight multi-sign problem mitigations 2019-01-15 15:41:56 -08:00
mDuo13
43a06120e9 Transaction malleability cleanup 2019-01-15 15:41:56 -08:00
mDuo13
ade5e16228 Tx malleability: add multi-signing case, exploit steps 2019-01-15 15:41:56 -08:00
mDuo13
0b673dc5c5 Start tx malleability doc 2019-01-15 15:41:56 -08:00
Rome Reginelli
66b3c660be Merge pull request #486 from mDuo13/online_delete
Online deletion docs
2019-01-14 16:43:51 -08:00
mDuo13
9d88381c89 Online deletion edits per review
- Cleaned up can_delete method fields, errors
- Changed commands to delete old db files in full history tutorial
- Clarified RocksDB w/ rotational disks
- Clarified how many ledgers may be stored w/ online deletion
2019-01-14 15:45:33 -08:00
Jennifer Hasegawa
a692314e3d added email support address 2019-01-11 10:15:52 -08:00
Jennifer Hasegawa
c483f19589 inc'd feedback 2019-01-11 10:15:52 -08:00
Jennifer Hasegawa
7e74bae61e adj rate limit text 2019-01-11 10:15:52 -08:00
Jennifer Hasegawa
071b0a9612 inc ry feedback 2019-01-11 10:15:52 -08:00
Jennifer Hasegawa
4b2ddd0b58 inc'd matt's feedback 2019-01-11 10:15:52 -08:00
Jennifer Hasegawa
c61c87fc96 first draft 2019-01-11 10:15:52 -08:00
Jennifer Hasegawa
115057b280 improve validator doc
first draft improvements

inc'd feedback from Rome and Daniel

fixed format, links

validator in cluster ok

inc'd feedback

few last edits
2019-01-10 11:24:38 -08:00
mDuo13
4669665aba Online deletion typo fix 2019-01-09 17:12:45 -08:00
mDuo13
db01bd32de Online deletion: edits per reviews, new diagram of how it works 2019-01-09 17:12:45 -08:00
mDuo13
ca7beae0a7 Fix broken disk storage links 2019-01-09 17:12:45 -08:00
mDuo13
16e8b560ee State DB error, how to fix, & relation to key-value store type 2019-01-09 17:12:45 -08:00
mDuo13
4abb07f5dc Capacity planning: add 2-hour estimates 2019-01-09 17:12:45 -08:00
mDuo13
81e9d54867 Add 'empty' case to server_info/state ref 2019-01-09 17:12:45 -08:00
mDuo13
9b35835f0d Capacity planning: unify storage sections 2019-01-09 17:12:45 -08:00
mDuo13
a3400378c4 Online deletion revisions
- Split ledger history section into a parent concept page w/ online
deletion and history sharding as child pages
- Clarified how much data is stored in general
- Covered the special case for backfilling with advisory_delete enabled
(including updating the diagram)
- Changed full history recommendation to NuDB only
2019-01-09 17:12:45 -08:00
mDuo13
ab6b4d4435 Online deletion: more interlinking 2019-01-09 17:12:45 -08:00
mDuo13
0bec401963 Move storage disk requirements table to capacity planning doc 2019-01-09 17:12:45 -08:00
mDuo13
00cc820384 Online deletion: simpler tutorial 2019-01-09 17:12:45 -08:00
mDuo13
a31fd23d6a Advisory delete, full history tutorials. History disk space estimates. 2019-01-09 17:12:45 -08:00
mDuo13
45e7b2aca0 Online deletion: concept 1st draft w/ diagrams 2019-01-09 17:12:45 -08:00
mDuo13
325cbfe5f9 Replace ECDSA link
Since the NIST article it previously linked is down for an unclear
amount of time as a result of the government shutdown, I replaced it
with a link to the Wikipedia ECDSA article (which is fairly complete).
2019-01-09 14:54:55 -08:00
mDuo13
2d6d18dcd6 base58 Encodings page
Migrates this old wiki page: https://web.archive.org/web/20150422095115/https://wiki.ripple.com/Encodings

I did not copy over the encodings for validation_private_key,
account_private_key, or family_public_generator since as far as I know
those are unused.
2018-12-18 15:44:26 -08:00
Rome Reginelli
5308d5d1d9 Merge pull request #485 from mDuo13/hash_clarifications
Hashes - clarify hash prefixes, SHA-512Half size.
2018-12-18 11:59:55 -08:00
mDuo13
a6b82ff599 Hash prefix clarifications per review 2018-12-17 14:10:32 -08:00
Rome Reginelli
6bc24a1b95 Merge pull request #483 from mDuo13/txserialization
Transaction Serialization (binary format) docs
2018-12-11 20:11:06 -08:00
Rome Reginelli
547b2bb000 Merge pull request #484 from ripple/mduo13-currency-format-PR481-followup
Clean up issued currency format description
2018-12-11 20:04:11 -08:00
Jennifer Hasegawa
4b44dc05b7 Merge pull request #476 from jhaaaa/hw-reqs
Improve documentation of rippled hardware requirements
2018-12-11 14:56:59 -08:00
mDuo13
a9fa0dcb8c Serialization: Field ID diagrams, etc. 2018-12-10 18:37:34 -08:00
Jennifer Hasegawa
c9c5fbfdf1 fixed col headers 2018-12-10 18:04:26 -08:00
Rome Reginelli
c5b46f078e Currency format: remove redundant sentence 2018-12-10 17:40:50 -08:00
mDuo13
13e5f183bb Hash prefixes: actually just re-add all prefixes 2018-12-10 17:36:19 -08:00
mDuo13
a19b3c2e42 Hash prefixes: re-add unsigned TX prefixes
These prefixes are relevant for implementing offline signing so they're
important to include. (The serialization docs want to know them.)
2018-12-10 17:08:10 -08:00
mDuo13
682c090ba4 Serialization: move some subsections around for better hierarchy & add links 2018-12-10 17:06:00 -08:00
mDuo13
e80a5a6609 Serialization: code tweaks per @seelabs review 2018-12-10 15:54:21 -08:00
mDuo13
47dd83e3c5 Revise hash prefixes table 2018-12-10 15:32:50 -08:00
Jennifer Hasegawa
17a0f846d9 addressed feedback 2018-12-07 17:38:10 -08:00
mDuo13
03ac96b69a Hashes - clarify hash prefixes, SHA-512Half size. 2018-12-06 18:09:42 -08:00