Commit Graph

2276 Commits

Author SHA1 Message Date
mDuo13
f0d46586e9 Consensus: update 'calculate validation' diagram 2018-09-10 19:10:56 -07:00
mDuo13
48d8fb2de3 Consensus: more revised diagrams 2018-09-10 19:09:57 -07:00
mDuo13
34bbbf6e0e Start revising consensus article diagrams 2018-09-07 18:16:11 -07:00
Rome Reginelli
cf9af7f8d8 Merge pull request #454 from mDuo13/data_api_deprecations
Update Data API docs for v2.3.5
2018-09-06 11:43:48 -07:00
mDuo13
4ca5761df5 Data API: Remove Get Capitalization 2018-09-06 11:07:37 -07:00
mDuo13
296167d706 Troubleshooting: Clarify 'no hash for fetch pack' error 2018-09-04 16:46:51 -07:00
mDuo13
e4368c44b6 SQLite doc: fix broken 'update rippled' link 2018-09-04 15:12:31 -07:00
mDuo13
d5e5747d45 Troubleshooting - edits per reviews 2018-09-04 15:09:04 -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
Rome Reginelli
5b2e15ba2c Merge pull request #46 from mDuo13/signing_changes
Update signing command documentation
2018-08-31 15:09:57 -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
a70ad15b24 Split off log messages from diagnosing rippled problems 2018-08-29 17:07:06 -07:00
mDuo13
07b62a7e56 Expand troubleshooting docs 2018-08-29 16:58:17 -07:00
mDuo13
031bc55e9a More rippled Troubleshooting content
- Fill out "Diagnosing Problems" page
- Add a couple more cases to the page on why rippled won't start
2018-08-28 17:02:24 -07:00
Rome Reginelli
8ceb66b812 Merge pull request #452 from mDuo13/fix_cfg_links
Update example config links
2018-08-27 14:32:43 -07:00
mDuo13
1cae26f945 Update example config links
Fixes #433
2018-08-24 15:24:43 -07:00
mDuo13
d10efe6acb SQLite page size fix: arises→occurs 2018-08-24 14:38:15 -07:00
Rome Reginelli
1a306c68bc Merge pull request #451 from gnanderson/master
chore: update capacity-planning.md
2018-08-24 14:32:09 -07:00
Rome Reginelli
3af6a07636 Merge pull request #450 from mDuo13/conventions-blurbs
API Conventions blurbs & minor cleanup
2018-08-24 14:30:57 -07:00
Graham Anderson
82375ecf73 chore: update capacity-planning.md
`low` seems to be an invalid value causing an unhandled exception:

    Terminating thread rippled: main: unhandled N5beast14BadLexicalCastE 'std::bad_cast'

It appears correct value is `small`
2018-08-24 16:40:16 +01:00
mDuo13
3e4a37c41a Move troubleshooting to subcategory w/ new diagnosing stub 2018-08-23 16:42:18 -07:00
mDuo13
d7d2d278a9 API Conventions blurbs & minor cleanup 2018-08-22 16:35:17 -07:00
mDuo13
5b5f4e7c62 Start troubleshooting category 2018-08-21 16:40:58 -07:00
Rome Reginelli
112ca70a67 Merge pull request #449 from mDuo13/consensus-feedback
Tweaks to consensus articles
2018-08-21 15:23:25 -07:00
mDuo13
5ef7538e2a Fixes per @intelliot's review 2018-08-21 14:25:19 -07:00
mDuo13
a2d7baff7d Revisions per review 2018-08-21 13:43:03 -07:00
mDuo13
05cdfc8ada Tweaks to consensus articles 2018-08-21 13:03:29 -07:00
mDuo13
e2796cab2c Update recently updated 2018-08-20 18:42:04 -07:00
Rome Reginelli
6eb182b6cd Merge pull request #445 from mDuo13/simple-consensus
Introductory consensus article
2018-08-20 18:38:56 -07:00
mDuo13
78e82d1bbc Consensus Intro/Protections - revisions per re-review 2018-08-20 18:30:00 -07:00
mDuo13
360f98a152 Consensus Intro - revised per reviews 2018-08-20 17:31:43 -07:00
mDuo13
37cd8ffba3 Simplified consensus intro: add diagrams, move longer file 2018-08-20 17:31:43 -07:00
mDuo13
f9d523e19e Incomplete draft of simple consensus and detailed consensus challenges 2018-08-20 17:31:43 -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
d244e6829f Build instructions: modify Boost 1.67 note
Boost 1.68.0 is not compatible with rippled 1.1.0 due to some changes to
Boost.Beast. Versions of Boost older than 1.67.0 are not compatible with rippled
1.1.0 because they do not include Boost.Beast. Only Boost 1.67.0 is
compatible, so I updated the build instructions to be clearer about
this.
2018-08-20 16:46:35 -07:00
mDuo13
e76c1cfe98 Merge branch 'doc1650' into rippled_v110 2018-08-20 16:40:37 -07:00
mDuo13
f657b1d70b Merge branch 'mtrippled/page' into rippled_v110 2018-08-20 16:39:56 -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
Rome Reginelli
3cb1756fe5 Merge pull request #444 from mDuo13/add-data-api-target
Add dedicated Data API target
2018-08-20 16:36:14 -07:00
mDuo13
0bb500792a Templates: support targets with no cover 2018-08-17 18:26:32 -07:00
mDuo13
9ee8cb860a Disable cover page on data-api only target 2018-08-17 18:26:32 -07:00
mDuo13
3ad9a4a38a Add dedicated Data API target
Creates a "data-api-only" target for easier exporting of the Data API
reference to be used in the upstream repository. This target contains
link substitutions so that the links work on an external site (like
GitHub's README view).
2018-08-17 18:26:32 -07:00
mDuo13
f243c80882 Fix styling of plain-text code blocks 2018-08-17 18:22:47 -07:00
mDuo13
8028d18b40 Rewrite SQLite transaction db page size issue tutorial 2018-08-17 18:22:03 -07:00
Rome Reginelli
27b48195d0 Merge pull request #447 from mDuo13/new-psk-link
Update link to IL-RFC 0016 (PSK)'s new location
2018-08-17 15:27:11 -07:00
mDuo13
1f893361c1 Update link to IL-RFC 0016 (PSK)'s new location 2018-08-16 17:05:04 -07:00
mDuo13
f1249663c2 Add sqlite page size description to dactyl config 2018-08-16 16:51:38 -07:00