Commit Graph

1139 Commits

Author SHA1 Message Date
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
52d482cfa2 Merge pull request #453 from mDuo13/troubleshooting
rippled Troubleshooting Docs
2018-09-14 18:11:43 -07: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
4b30d04aa4 Update to v1.1.0 commit message 2018-09-14 18:02:08 -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
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
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
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
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
5b5f4e7c62 Start troubleshooting category 2018-08-21 16:40:58 -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
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
mDuo13
8028d18b40 Rewrite SQLite transaction db page size issue tutorial 2018-08-17 18:22:03 -07:00
mDuo13
1f893361c1 Update link to IL-RFC 0016 (PSK)'s new location 2018-08-16 17:05:04 -07:00
mDuo13
c6c4ae8d91 Add --unittest-ipv6 option to CLI ref 2018-08-16 14:55:36 -07:00
Mark Travis
b7a2e3c58d Add tutorial for increasing transaction db page size. 2018-08-10 12:26:11 -07:00
mDuo13
d1d4f3fcf2 Data API: Remove unsupported 'descending' param from Get Act. Payments 2018-08-03 14:42:03 -07:00
Jack Chan
91ed8d3cac Update ubuntu build steps
- consolidated initial install dependencies
- BOOST_ROOT dir will be incorrectly set if your username is not ubuntu
- (Revoved by @mduo13: automatically setting number of processors to use to compile Boost libraries to half of what users would have)
- git log to now show v1.0.1
- numbering changes
2018-08-03 14:23:18 -07:00
mDuo13
35d39114ac Edits to preauth reference 2018-08-03 14:01:56 -07:00
Elliot Lee
2edf59fae8 Ignore initial result of tx submission (RLJS-607) 2018-08-02 12:21:23 -07:00
mDuo13
9d8d3d1c94 Update Ubuntu buildtutorial for rippled v1.1.0 2018-08-01 14:32:03 -07:00
mDuo13
c9977ec30d Add examples to DepositPreauth reference docs & clarify some details 2018-07-30 13:29:35 -07:00
mDuo13
87820b61f6 Preauth-related API method docs (draft) 2018-07-27 13:16:59 -07:00
mDuo13
668fe027dc DepositPreauth reference changes (draft, missing examples) 2018-07-26 16:50:49 -07:00
mDuo13
3817194a53 Revise fix1515 description per @seelabs review 2018-07-25 17:36:40 -07:00
mDuo13
42f90c4dd8 Known Amendments: add fix1515 & correct other statuses 2018-07-23 17:49:19 -07:00
mDuo13
b4ff6b2f49 Reorder deposit auth bullets per @scottschurr's suggestion 2018-07-23 16:59:38 -07:00