Commit Graph

1245 Commits

Author SHA1 Message Date
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
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
Jennifer Hasegawa
17a0f846d9 addressed feedback 2018-12-07 17:38:10 -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
Rome Reginelli
0ae8cf7806 Merge pull request #474 from mDuo13/data_api_v2.4.0
Data API v2.4.0 Changes
2018-11-12 13:36:51 -08:00
mDuo13
b43acfd9b9 Data API: point source code links to master branch 2018-11-09 15:33:35 -08:00
mDuo13
a42795072a Data API doc revs per review 2018-11-09 11:49:26 -08:00
mDuo13
6ea549cc9c Finish drafting Data API v2.4.0 updates 2018-11-08 16:22:44 -08:00
mDuo13
c33b6db87e Start Data API v2.4.0 changes 2018-11-08 14:57:18 -08:00
mDuo13
f0ac1c184f Add download_shard API method
(Squashed and rebased.)
2018-11-08 14:35:56 -08:00
mDuo13
4c661d6111 history sharding conf: Add link for server won't start 2018-11-07 17:44:08 -08:00
mDuo13
4c34a93ac7 Fix history sharding, update links 2018-11-07 17:42:27 -08:00
mDuo13
442beb93e1 Replace update rippled links 2018-11-07 17:05:07 -08:00