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
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
Rome Reginelli
d3b230174e
Merge pull request #442 from mDuo13/doc1195
...
Data API: Remove unsupported 'descending' param from Get Act. Payments
2018-08-07 15:07:58 -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
Rome Reginelli
6f93345f40
Merge pull request #441 from intelliot/patch-3
...
Ignore initial result of tx submission (RLJS-607)
2018-08-02 13:12:54 -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
Rome Reginelli
992141a8f3
Merge pull request #437 from mDuo13/fix1515
...
Known Amendments: add fix1515 & correct other statuses
2018-07-26 16:52:32 -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
Rome Reginelli
e2661cea69
Merge pull request #436 from mDuo13/preauth_concept
...
DepositPreauth conceptual information
2018-07-23 17:45:26 -07:00
mDuo13
b4ff6b2f49
Reorder deposit auth bullets per @scottschurr's suggestion
2018-07-23 16:59:38 -07:00
mDuo13
97a2e8339b
Clarifications to Deposit Preauth work
2018-07-19 14:10:00 -07:00
mDuo13
693f7e6493
Add DepositPreauth information to known amendments and depositauth pages
2018-07-18 15:32:08 -07:00
Rome Reginelli
22fbc74e36
Merge pull request #435 from intelliot/patch-1
...
PaymentChannelFund - fix minor typo
2018-07-18 09:07:51 -07:00