Commit Graph

372 Commits

Author SHA1 Message Date
mDuo13
b70d24dfa1 Add link compression tutorial 2020-08-03 15:13:26 -07:00
Rome Reginelli
9c4f7a1c7b Merge pull request #866 from mDuo13/upgrade_notif
Log messages: cleanup & upgrade message
2020-07-13 11:05:05 -07:00
Rome Reginelli
cbf104fef4 Merge pull request #862 from mDuo13/health_check_method
Health Check method
2020-07-13 10:57:59 -07:00
mDuo13
082adf4213 Log messages: cleanup & upgrade message 2020-07-08 17:54:40 -07:00
mDuo13
fa277b7197 Health Check edits:
- revised per reviews
- updated for rippled#3491
2020-07-08 13:39:28 -07:00
mDuo13
69bfd52627 Link peer protocol w/ default port notes 2020-07-07 15:53:16 -07:00
mDuo13
c82994068b Health Check: edits/cleanup 2020-07-06 16:20:50 -07:00
mDuo13
0f807c6e09 Health check details (+related edits) 2020-07-01 20:43:08 -07:00
mDuo13
96185b584e Default port updates for v1.6.0 2020-06-29 17:09:25 -07:00
mDuo13
389e563b27 [JA] Finish link fixing
- Removes the redundant "English" locale since English is the default
  language when no locale is specified
- Adds translation tags to domain verification checker tool (so that one
  broken link from there can be fixed)
- Fixes several typos in Japanese docs
- Adds redirects & other config changes to make links work
2020-06-22 16:44:46 -07:00
mDuo13
75dedba480 [JA] fix some links 2020-06-22 16:44:46 -07:00
mDuo13
83686c40c6 Translation edits, cleanup 2020-06-22 16:44:43 -07:00
mDuo13
fcad9d0376 Update Japanese translation files 2020-06-22 16:43:11 -07:00
mDuo13
7d5a2d2a88 Checks enabled 2020-06-17 18:48:04 -07:00
mDuo13
94cacb0d72 getRippledInfo: copyedits 2020-05-21 14:12:57 -07:00
mDuo13
759da70a52 Diagnosing: getRippledInfo script 2020-05-18 13:36:40 -07:00
mDuo13
beabda3e4d statsd error log: revs per reviews 2020-05-15 01:27:45 -07:00
mDuo13
2be24d4e76 Log messages: async_send failed 2020-05-14 17:27:18 -07:00
mDuo13
7e8c8a30a4 DeletableAccounts enabled 2020-05-08 01:07:50 -07:00
Alloy Networks
4bc3d2b593 Update run-rippled-as-a-validator.md 2020-04-25 13:45:01 +03:00
Alloy Networks
63a37369c7 Add sahayadri.isrdc.in default hub
Add the third default hub sahayadri.isrdc.in in the "Connect to the network" section.
2020-04-25 12:25:54 +03:00
mDuo13
3c9f5cf36f Log messages: nit copy edit 2020-04-08 17:09:32 -07:00
mDuo13
0137f5507e Log messages: online deletion
Online delete logs: avoid passive voice

Online deletion log messages: fix typos
2020-04-07 10:59:50 -07:00
Rome Reginelli
c81e540010 Merge pull request #812 from ripple/rippled_1.5.0
rippled 1.5.0 Documentation
2020-03-31 16:16:16 -07:00
mDuo13
d4fa80f73e API versioning: fix broken links 2020-03-31 14:58:38 -07:00
mDuo13
195a901e9a API versioning info
- Adds the new api_version field and related info to 'Request
  Formatting'.
- Restructures request formatting to use parameter tables.
- Removes some redundant sections from 'Get Started with the rippled
  API' and links relevant references instead (this partially addresses
  issue 584 but does not fix it)
- Fixes a typo in 'Admin Access' section and clarifies it
- Adds the new API version universal error and sorts the universal
  errors alphabetically.
2020-03-31 14:35:54 -07:00
mDuo13
9f2064961f configure gRPC: copy-edit intro 2020-03-27 17:51:59 -07:00
Rome Reginelli
6a76e5c338 Merge pull request #803 from ripple/configure-statsd
Configure statsd
2020-03-27 16:40:14 -07:00
mDuo13
3f96b7257c Configure statsd: copy-edits 2020-03-27 14:04:08 -07:00
Rome Reginelli
8b92611ade Look up tx results: fix typo
redundant "account's transaction history of an account"
2020-03-26 15:24:33 -07:00
mDuo13
d940373bcd Configure gRPC tutorial 2020-03-25 18:04:07 -07:00
mbhandary
fa8dea9b59 Fixed typos, changed code fonts, added prefix description, reworded 2020-03-25 17:26:17 -04:00
mbhandary
57f9b02b48 Fixed heading 2020-03-24 11:35:23 -04:00
mbhandary
33284395dc updated dactyl-config and included see also 2020-03-24 11:14:43 -04:00
mbhandary
6ae440f6ca Instructions on how to enable StatsD 2020-03-24 10:44:37 -04:00
Rome Reginelli
3aae2cee40 wallet server: fix warning callout 2020-03-03 14:54:13 -08:00
Rome Reginelli
a8b54914af Merge pull request #793 from denizdanaie/patch-2
Prepare-Transaction-txJSON-must-be-a-string
2020-03-03 14:41:43 -08:00
Rome Reginelli
88b6b3485a Merge pull request #785 from mDuo13/rate-limiting
Rate limiting
2020-03-03 14:29:28 -08:00
mDuo13
1944beb32e Rate limiting: copy-editing 2020-03-03 14:11:23 -08:00
Deniz Danaie
0b52af10a9 Prepare-Transaction-txJSON-must-be-a-string
```$ node sendtest.js 
<my_directory>\my_ripple_experiment\node_modules\ripple-lib\dist\npm\common\schema-validator.js:167
        throw new errors_1.ValidationError(result.errors.join());
        ^

ValidationError: instance.txJSON is not of a type(s) string
    at Object.schemaValidate (<my_directory>\my_ripple_experiment\node_modules\r
ipple-lib\dist\npm\common\schema-validator.js:167:15)
    at apply (<my_directory>\my_ripple_experiment\node_modules\lodash\lodas
h.js:475:27)
    at Object.wrapper [as sign] (<my_directory>\my_ripple_experiment\node_modules\
4mlodash\lodash.js:5317:16)
    at RippleAPI.sign (<my_directory>\my_ripple_experiment\node_modules\ripple-l
ib\dist\npm\transaction\sign.js:136:18)
    at Object.<anonymous> (<my_directory>\my_ripple_experiment\sendtest.js:28:22)   
    at Module._compile (internal/modules/cjs/loader.js:1151:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
    at Module.load (internal/modules/cjs/loader.js:1000:32)
    at Function.Module._load (internal/modules/cjs/loader.js:899:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) {
  name: 'ValidationError',
  data: undefined
}```
As stated in https://xrpl.org/rippleapi-reference.html#sign, ```sign(txJSON: string, secret: string, options: object)``` txJSON must be a string; however ```doPrepare()``` returns a json.
2020-03-03 20:35:28 +01:00
Rome Reginelli
a655fb3d80 Merge pull request #782 from ripple/wallet-server
Wallet server
2020-02-26 16:36:28 -08:00
Rome Reginelli
4e921b88e8 validator setup: use relative instead of absolute URL 2020-02-26 16:03:13 -08:00
mDuo13
0a763faad7 Rate limiting: JSON-RPC info, log message 2020-02-25 09:51:40 -08:00
mbhandary
825c7d4f92 Minor Changes: capitalization, catch-all, warning, etc 2020-02-25 12:12:23 -05:00
mbhandary
5a51aef043 Made many cuts to reduce redundancy with other sections in xrpl.org 2020-02-23 18:48:19 -05:00
Rome Reginelli
1f32ec9bc9 Merge pull request #780 from mDuo13/disablemasterkey
"Disable Master Key Pair" tutorial
2020-02-20 18:38:41 -08:00
mDuo13
b24e97bdd8 Disable Master Key: use default config path 2020-02-20 18:38:07 -08:00
mbhandary
9bd1ba82e0 Included Decentralized Domain Verification instructions 2020-02-20 16:15:09 -05:00
mbhandary
d044dfa8bf Included comment on enabling gRPC 2020-02-20 15:01:42 -05:00
mbhandary
8123333f85 First commit Wallet Server Docs 2020-02-20 13:43:28 -05:00