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
682c090ba4
Serialization: move some subsections around for better hierarchy & add links
2018-12-10 17:06:00 -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
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
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
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
Rome Reginelli
8d4fe4fa9e
Fix 0.29.1 tag link
...
0.29.1 doesn't have a proper release tag, so the closest thing is 0.29.1-rc1
2018-11-01 16:37:11 -07:00
Rome Reginelli
2071754f0b
Add disabled note on validation_seed
...
This method hasn't worked for a while ( per https://github.com/ripple/rippled/issues/2748 ) so we should at least explain this.
2018-11-01 16:34:31 -07:00
Rome Reginelli
0801984b89
Merge pull request #466 from miguelportilla/patch-1
...
Update commandline-usage.md
2018-10-24 12:25:13 -07:00
Elliot Lee
e70990c75c
accountroot.md - update for DepositPreauth
2018-10-24 12:17:31 -07:00
Miguel Portilla
134f05243d
Update commandline-usage.md
...
Remove incorrect third dash preceding the `validateShards` and `valid` commands.
2018-10-24 10:53:10 -04:00
mDuo13
2cc80db995
Stand-alone mode: Wording nitpick fixes
2018-10-12 13:10:09 -07:00
mDuo13
05e6c45fa3
Remove links to old Ripple Wiki.
...
- amended to reword the TLS cert message in accountset
2018-10-11 13:36:58 -07:00
Rome Reginelli
c32afaae95
Merge pull request #459 from mDuo13/clustering_ex
...
Clustering: improve tutorial, revise related API methods
2018-10-05 16:14:08 -07:00
Rome Reginelli
98cd7417bd
Merge pull request #458 from mDuo13/consensus_diagrams
...
Consensus diagrams
2018-10-04 11:32:43 -07:00
mDuo13
1177df2e9e
Update tel codes tx queue link
2018-09-27 18:24:27 -07:00
Cory Perkins
0b8ed983b1
Changed the type of quality in the table describing addtional Offer fields from Number to String
2018-09-25 13:43:13 -05:00
Cory Perkins
f6520b7784
book_offers function in rippled returns an array of offers with the fields of an offer ledger entry, not a create offer transaction. The 'O' is capitalized in 'Offer' and not in 'object' to match the usage in https://developers.ripple.com/account_objects.html and https://developers.ripple.com/account_objects.html
2018-09-25 12:27:54 -05:00
Rome Reginelli
4de64228d8
Merge pull request #448 from mDuo13/rippled_v110
...
rippled v1.1.0 Changes [Waiting for official release]
2018-09-14 18:11:30 -07:00
mDuo13
582717de76
Clustering: improve tutorial, revise related API methods
2018-09-13 15:32:32 -07:00
wilsonianb
a9469a7fbd
Fix DirectoryNode RootIndex type
2018-09-13 10:37:04 -05:00
mDuo13
4ca5761df5
Data API: Remove Get Capitalization
2018-09-06 11:07:37 -07:00
mDuo13
a82b70fa15
Data API: remove ToC link to removed method
2018-09-04 13:34:56 -07:00
mDuo13
45597ec5ed
Update Data API docs for v2.3.5
2018-08-31 16:18:20 -07:00
mDuo13
f7905ab4b1
Update signing command documentation
...
Per https://github.com/ripple/rippled/pull/2657 , the signing commands
should not be used as public methods and this usage is disabled in
rippled v1.1.0 and later.
2018-08-30 16:21:18 -07:00
mDuo13
2ecc554a3f
Update deposit_authorized method error messages
...
Addresses changes implemented in https://github.com/ripple/rippled/pull/2642
- Missing fields result in `invalidParams`
- Accounts not found in the ledger result in `{src/dst}ActNotFound`
2018-08-20 17:23:43 -07:00
mDuo13
a45ccb46eb
Update rippled source links to use master branch
2018-08-20 17:15:20 -07:00
mDuo13
444609391b
Merge branch 'doc1673' into rippled_v110
2018-08-20 16:39:49 -07:00
mDuo13
a456781b80
Merge branch 'preauth_reference' into rippled_v110
2018-08-20 16:39:36 -07:00
mDuo13
c6c4ae8d91
Add --unittest-ipv6 option to CLI ref
2018-08-16 14:55:36 -07:00