Commit Graph

450 Commits

Author SHA1 Message Date
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
John Freeman
4bb2abd33a Use the name Devnet instead of altnet 2020-02-19 16:38:59 -06:00
mDuo13
835fae48bb Disable Master Key Pair: edits per @LoisRP review 2020-02-18 13:33:51 -08:00
mDuo13
e33f015440 Multi-Signing: link disable master key tutorial 2020-02-13 15:33:57 -08:00
mDuo13
b709d319f3 Disable Master Key: warning about secrets 2020-02-13 15:31:17 -08:00
mDuo13
aa197ed368 Disable Master Key Pair: proofreading 2020-02-13 15:24:18 -08:00
mDuo13
865bed132c Disable Master Key: real examples 2020-02-12 17:18:17 -08:00
mDuo13
d5db213681 Disable Master Key: incomplete draft 2020-02-10 18:06:49 -08:00
mDuo13
f504e0d28c Fix broken XRP formatting link 2020-02-04 15:48:17 -08:00
Rome Reginelli
0696a830e7 get-started-js (JA): link cleanup 2020-01-17 18:33:44 -08:00
mayurbhandary
8fb852499f Fixed Typo 2020-01-16 16:52:44 -05:00
mDuo13
8cbcddf041 Server Won't Sync: link fixes 2020-01-13 16:45:06 -08:00
mDuo13
f6c30a77ec Add "Server Won't Sync" troubleshooting page
Squashed from:

Server Won't Start[sic]: first draft

Fix tab chars

Sync troubleshooting: edits per reviews
2020-01-13 14:59:45 -08:00
mDuo13
3224907140 Clean up config file locations 2020-01-13 14:58:17 -08:00
Rome Reginelli
ab73e87d72 Merge pull request #750 from mDuo13/validator_peer_mgmt
Improved Peer Management Docs
2020-01-13 14:56:45 -08:00
mDuo13
0fef997acc Peer reservations: more revs per reviews 2020-01-10 14:50:41 -08:00
mDuo13
2acd9defab Offline account setup: fix missing link 2020-01-06 21:28:49 -08:00
mDuo13
114f094dd5 Offline acct setup: edits per reviews 2020-01-06 21:28:49 -08:00
mDuo13
fd46deceb9 Offline Account Setup: add offline machine setup step, yarn offline instuctions 2020-01-06 21:28:49 -08:00
mDuo13
e4cd1193ba Offline account setup cleanup 2020-01-06 21:28:49 -08:00
mDuo13
8425caf357 Offline acct setup: finished draft 2020-01-06 21:28:49 -08:00
mDuo13
bdcf1e5a47 Offline acct setup: more progress 2020-01-06 21:28:49 -08:00
mDuo13
40dea9e791 Offline account setup tutorial - started 2020-01-06 21:28:49 -08:00