Commit Graph

190 Commits

Author SHA1 Message Date
mDuo13
21b74ce25d Use :enabled: and :not_enabled: for amendments 2019-02-26 19:19:08 -08:00
mDuo13
f55c9de626 Use amendment status icons in body text 2019-02-14 19:14:35 -08:00
Rome Reginelli
7adc4cadf4 Merge pull request #515 from ripple/rippled_1.2.0
rippled 1.2.0 docs
2019-02-13 13:41:18 -08:00
Jennifer Hasegawa
2e60193ae3 XRPL base58 2019-02-08 12:42:28 -08:00
Rome Reginelli
07f785169d Remove check types from TransactionType listing
Will re-add if/when the Checks amendment becomes enabled
2019-02-04 15:08:24 -08:00
Rome Reginelli
de6043b5e9 Merge pull request #504 from mDuo13/fix1578
fix1578 & Related Docs
2019-01-30 16:50:57 -08:00
Rome Reginelli
f52dac720c Merge pull request #498 from mDuo13/shard_crawl
crawl_shards method
2019-01-30 16:45:11 -08:00
Rome Reginelli
e88f3d5e9b Merge pull request #502 from mDuo13/state_duration_us
Add `state_duration_us` field to server_info / server_state methods.
2019-01-30 16:20:06 -08:00
mDuo13
5f8df53dd6 crawl_shards: slight polishing after testing the method 2019-01-30 16:16:05 -08:00
Jennifer Hasegawa
970b0c6cad Merge pull request #496 from jhaaaa/multisign-reserve-amend
Documents impact of MultiSignReserve Amendment
2019-01-30 15:17:09 -08:00
mDuo13
17d37b5980 Fix server_state_duration_us example values 2019-01-30 02:04:44 -08:00
mDuo13
411652c501 server_state/info: add server_state_duration_us 2019-01-30 02:04:44 -08:00
mDuo13
591ee65cfb crawl_shards: updates per reviews 2019-01-29 17:27:26 -08:00
mDuo13
0a83401aaa fix1578 OfferCreate flag changes 2019-01-29 16:35:18 -08:00
mDuo13
0abd455a1a fix1578 and rippling clarifications 2019-01-29 16:24:00 -08:00
Jennifer Hasegawa
082d36121d fix link 2019-01-29 10:01:51 -08:00
Jennifer Hasegawa
e9c0937eef inc'd feedback 2019-01-29 09:56:40 -08:00
Rome Reginelli
92fe76426e Merge pull request #499 from mDuo13/ledger_entry_v1.2
Update ledger_entry binary default for v1.2.0
2019-01-28 19:06:01 -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
Jennifer Hasegawa
f491d09605 doc multisignreserve changes 2019-01-24 09:27:45 -08:00
professorhantzen
5422368f91 Add Check & Preauth txn types to common fields 2019-01-22 18:55:56 +02: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
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
db01bd32de Online deletion: edits per reviews, new diagram of how it works 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
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
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
mDuo13
a9fa0dcb8c Serialization: Field ID diagrams, etc. 2018-12-10 18:37:34 -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
47dd83e3c5 Revise hash prefixes table 2018-12-10 15:32:50 -08:00
mDuo13
03ac96b69a Hashes - clarify hash prefixes, SHA-512Half size. 2018-12-06 18:09:42 -08:00
Rome Reginelli
75627d7052 Clean up issued currency format description
I realized that, despite the changes from #481, this section still had a typo ("significant digits and sig") in discussing the case for zero, and there was some redundancy as well.

I think the cleaned-up version should more clearly distinguish between the math and serialization format (so that the serialization format stuff can later be moved out to the serialization page)
2018-12-06 17:24:34 -08:00
mDuo13
7bd10aaaa1 Serialization: updates per reviews 2018-12-06 17:12:19 -08:00
mDuo13
61c4016586 Fix serialization broken links 2018-12-06 17:12:19 -08:00
mDuo13
1904ce1de9 Amount diagram; standardize diagrams; link example code 2018-12-06 17:12:19 -08:00
mDuo13
af35d5a4d9 Serialization: fix typos, make tx internal types consistent w/ serialization docs 2018-12-06 17:12:19 -08:00
mDuo13
a1bfc274d5 Serialization: Add PathSet diagram, fix typos 2018-12-06 17:12:19 -08:00
mDuo13
d5d48d092d Serialization: document PathSet fields 2018-12-06 17:12:19 -08:00
mDuo13
6bcf83ee1b Serialization: clarify TransactionType special case 2018-12-06 17:12:19 -08:00
mDuo13
8240872c56 Serialization: objects, arrays, hashes 2018-12-06 17:12:19 -08:00
mDuo13
74190e435e Tx serialization: docs on many types w/ diagrams 2018-12-06 17:12:19 -08:00