Commit Graph

1254 Commits

Author SHA1 Message Date
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
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
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
4e31639385 Serialization code: implement for_signing option 2018-12-06 17:12:19 -08:00
mDuo13
61c4016586 Fix serialization broken links 2018-12-06 17:12:19 -08:00
mDuo13
8342ddc16a Serialization: clean up sample code, add CLI usage 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
3894149859 Serialization: implement issued currency amounts, pathsets 2018-12-06 17:12:19 -08:00
mDuo13
6bcf83ee1b Serialization: clarify TransactionType special case 2018-12-06 17:12:19 -08:00
mDuo13
e500134da6 Serialization sample code: remove unused field_ordering.py file 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
mDuo13
04f40e66f4 Serialization: field IDs, VL encoding 2018-12-06 17:12:19 -08:00
mDuo13
ce931fa89b Serialization - sample code in progress, clarifications 2018-12-06 17:12:19 -08:00
mDuo13
be3c1c23a2 Start tx serialization docs 2018-12-06 17:12:19 -08:00
mDuo13
e8278c0651 Clarify XRP currency code 2018-12-06 14:49:12 -08:00
mDuo13
e0d1e9b3f8 Corrections to currency serialization 2018-12-06 14:49:12 -08:00
mDuo13
589934d9d1 Update Firefox HTTP addon recommendation
Removes recommendation for Poster extension (dead) and replaces it with
a recommendation for RESTED. Fixes a broken link to the Poster page.
2018-12-03 18:30:25 -08:00
Jennifer Hasegawa
66d4b6818d revised intro 2018-11-30 13:21:08 -08:00
Jennifer Hasegawa
bfd558fa90 inc'd feedback 2018-11-30 12:52:41 -08:00
Jennifer Hasegawa
be8e9c5808 inc'ing feedback 2018-11-29 08:57:33 -08:00
Rome Reginelli
71dc9e74d1 Merge pull request #478 from ripple/mDuo13-patch-disabledisablemaster
Clarify disabling asfDisableMaster
2018-11-28 09:09:45 -08:00
Rome Reginelli
c89d812669 Merge pull request #480 from SteelBRS/patch-2
Update list-xrp-as-an-exchange.md
2018-11-28 09:09:30 -08:00
Rome Reginelli
a631c722c4 Merge pull request #475 from ripple/rr-quadrillion
Correct amount of drops
2018-11-28 09:08:53 -08:00
Torben Vesterager
ce8d4d1f45 Update list-xrp-as-an-exchange.md
Another spelling error
2018-11-28 12:52:52 +01:00
Torben Vesterager
47cdaa7ea5 Update list-xrp-as-an-exchange.md
Spelling error
2018-11-28 08:05:14 +01:00
Rome Reginelli
16caecf89d Clarify disabling asfDisableMaster
Re-enabling the master key doesn't require using the master key (naturally, since it's disabled)

Shoutouts to tulo on XRPChat for this clarification: https://www.xrpchat.com/topic/28995-is-it-possible-to-re-enable-the-master-key/?tab=comments#comment-625672
2018-11-21 15:22:09 -08:00
Jennifer Hasegawa
74aca12c9c refinements 2018-11-20 10:23:36 -08:00
Jennifer Hasegawa
a2b08064dd improve hw reqs 2018-11-16 15:05:30 -08:00
Rome Reginelli
e240cb1909 Correct amount of drops
Raghav pointed out that we use the wrong word to describe how many drops there are (100 billion times 1 million is 10^17, aka 100 _quadrillion_, not 100 quintillion.) 🙊
2018-11-15 07:40:58 -08:00