Commit Graph

1586 Commits

Author SHA1 Message Date
Rome Reginelli
c08a6e37b6 Cleanup deb package build instructions
- Stop code fence from splitting the bulleted list
- Rephrase slightly for clarity
2019-08-29 14:07:30 -07:00
Mike Ellery
e57f4daf73 Update info about building packages from source tree 2019-08-22 11:50:59 -07:00
rabbit
4a22ddbacd Validation stream messages are from all validators
Edited the description of the validation stream. This resolves: https://github.com/ripple/ripple-dev-portal/issues/670
2019-08-11 12:35:04 -04:00
Rome Reginelli
44f5e898d6 Merge pull request #666 from mDuo13/shard_filenotfound_error
Update "Understanding Log Messages"
2019-08-07 13:35:51 -07:00
mDuo13
a695e6b77a Fix payment types table 2019-08-01 14:27:33 -07:00
mDuo13
66f8b7f7b8 Understanding Log Messages: alphabetize messages
Crashes are a special case (not a specific log message) so I left that
entry at the top.
2019-08-01 14:14:04 -07:00
mDuo13
176d1f7218 Add two new log messages 2019-08-01 14:04:56 -07:00
Rome Reginelli
e4c762ea9f Merge pull request #647 from crypto-deus/patch-2
Update tx-response-escrowfinish-condition.json
2019-07-31 13:21:34 -07:00
crypto-deus
5990490a83 Update tx-response-escrowfinish-condition.json
The hash value has been updated to reflect the hash value from step 6.
2019-07-31 19:45:07 +02:00
crypto-deus
0a8e5bb295 Update tx-request-escrowfinish-condition.json
The transaction "EscrowFinish" identifying hash value from step 6 was different than the hash value used in tx method in step 8.
2019-07-31 19:41:52 +02:00
Rome Reginelli
ce6b69904a Fix indentation on boost root command sample 2019-07-30 15:15:01 -07:00
Rome Reginelli
b621287286 Merge pull request #643 from yusufsahinhamza/patch-1
Solving the confusion for pointing Boost environment variable in .bash_profile
2019-07-30 14:58:44 -07:00
Yusuf Şahin Hamza
f84e01f22e Update build-run-rippled-macos.md 2019-07-30 20:08:06 +03:00
Blaž Šolar
feb5bffbeb Fixing typo in accounts.md 2019-07-30 17:01:27 +02:00
Yusuf Şahin Hamza
51c32e6b85 Adding Boost environment variable in a new line 2019-07-30 13:24:38 +03:00
Yusuf Şahin Hamza
0dcc266f0c Update build-run-rippled-macos.md
Solving the confusion and helping when adding Boost environment variable to .bash_profile
2019-07-30 13:14:45 +03:00
Rome Reginelli
59f8af21eb Merge pull request #642 from alloyxrp/patch-3
Run update script as sudo user - CentOS
2019-07-29 13:45:00 -07:00
Alloy Networks
8eaafb7eec Run update script as sudo user - CentOS 2019-07-28 18:36:10 +03:00
Alloy Networks
43945b8fe9 Add instruction to run update script as sudo user. 2019-07-28 18:34:51 +03:00
mDuo13
acd096e607 Fix residual ripple.com/build/ links 2019-07-26 11:04:02 -07:00
Mike Ellery
ee5ab0f5fd Add service restart instruction for alien-to-apt migration 2019-07-26 08:16:29 -07:00
Rome Reginelli
65c77db920 Merge pull request #621 from ripple/rippled_v1.3.0
rippled v1.3.1 Docs
2019-07-25 16:25:12 -07:00
Rome Reginelli
d3f2f13c67 Merge pull request #634 from alloyxrp/patch-1
Missing install keyword
2019-07-25 15:48:59 -07:00
mDuo13
d1f69305c2 Fix broken link to '1.3.0' migration instructions 2019-07-25 15:46:12 -07:00
mDuo13
7287c3d70b 1.3.1 supersedes 1.3.0 2019-07-25 15:37:07 -07:00
Alloy Networks
9f2749a59c Missing install keyword
`apt -y apt-transport-https ca-certificates wget gnupg` changed to `apt -y install apt-transport-https ca-certificates wget gnupg`
2019-07-25 15:35:07 +03:00
Rome Reginelli
8b2ae9751f Merge pull request #630 from ripple/mDuo13-explorer-in-dev-tools
Add Explorer to Dev Tools list
2019-07-18 13:31:24 -07:00
Rome Reginelli
c30ab6671e Merge pull request #626 from mDuo13/payments_article
Direct XRP Payments article
2019-07-18 12:49:28 -07:00
Rome Reginelli
1bd3951c38 Add Explorer to Dev Tools list 2019-07-18 12:42:49 -07:00
mDuo13
d5108871c4 130 shard updates: edits per reviews 2019-07-18 11:45:34 -07:00
mDuo13
4a0f94f450 RocksDB not supported for history sharding on 1.3
- Updated troubleshooting with example error
- Removed stale RocksDB-on-shards error from troubleshooting
- Updating configuration tutorial to mention that NuDB & SSD are
  required for shards
2019-07-17 17:26:39 -07:00
mDuo13
97606bb85a Payments: fix broken links 2019-07-17 17:03:02 -07:00
mDuo13
730c8793f5 Revise Payments, source/destination tags docs per reviews 2019-07-17 16:52:42 -07:00
mDuo13
5d0153cdcd Direct XRP Payments & restructuring
- Rename 'complex payment types' to 'specialized payment types'
- Move source/destination tag content to stand-alone pages
2019-07-16 14:49:15 -07:00
Rome Reginelli
6edeb9a971 Merge pull request #623 from ollyw/patch-1
Clarify that terQUEUED can change ledger state
2019-07-16 00:50:43 -07:00
Rome Reginelli
37a5f83c79 Modify ter description again for automatic retries
Not only ter codes are retried. Other result failures could also be automatically retried and succeed later.
2019-07-16 00:48:35 -07:00
Oliver Wickham
904f06bfaf Clarify that all ter codes will automatically be retried 2019-07-15 10:30:13 +01:00
Rome Reginelli
f85435268c Merge pull request #572 from mDuo13/xrpltoml_validator
xrp-ledger.toml Checker
2019-07-12 16:31:48 -07:00
mDuo13
82a380bc1c Merge branch 'data_api_disclaimer' 2019-07-12 16:27:06 -07:00
mDuo13
d15110fe20 Data API: legalese 2019-07-12 16:25:57 -07:00
mDuo13
dffcebb442 Payments article, payment types in ref 2019-07-12 16:20:49 -07:00
mDuo13
92bf45afa2 rippled 1.3.0 requires Boost 1.70 (as of rc2) 2019-07-11 01:29:58 -07:00
mDuo13
6edd0ed882 Replace mentions of ripple.txt with xrp-ledger.toml 2019-07-10 15:19:10 -07:00
mDuo13
47af882012 xrp-ledger.toml: emphasize single vs. double brackets 2019-07-09 19:13:00 -07:00
mDuo13
874cbb5b46 'Black hole' is two words 2019-07-09 18:29:28 -07:00
mDuo13
18952d2b66 Add fixMasterKeyAsRegularKey amendment details 2019-07-09 18:29:28 -07:00
mDuo13
9baf5cc372 Corrections for v1.3.0 automatic updates 2019-07-09 18:29:28 -07:00
mDuo13
15d6033d1f 'configuration file' → 'config file' 2019-07-09 18:29:28 -07:00
mDuo13
2fe41ecda5 Update install instructions per reviews 2019-07-09 18:29:28 -07:00
mDuo13
edda56510b rippled v1.3.0 install/upgrade/build updates 2019-07-09 18:29:28 -07:00