Commit Graph

336 Commits

Author SHA1 Message Date
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
mDuo13
a32ab3ad68 Peering: edits per @LoisRP review 2020-01-06 16:18:38 -08:00
mDuo13
f1d8802608 Configure private peering stand-alone tutorial 2020-01-06 16:18:38 -08:00
mDuo13
cfefa00e22 Use peer reservations: touchups 2020-01-06 16:18:38 -08:00
mDuo13
dfb6172829 Peer reservations: tutorial steps, etc. 2020-01-06 16:18:38 -08:00
mDuo13
0254c803aa Peer reservations: API, etc. 2020-01-06 16:18:38 -08:00
mDuo13
c4d2019894 Reorg peering-related tutorials 2020-01-06 16:18:38 -08:00
mDuo13
80dd3d4f2c Peer reservations: more outlining 2020-01-06 16:18:38 -08:00
mDuo13
eff9a54ded Configure peer connections tutorial (skeleton) 2020-01-06 16:18:38 -08:00
Rome Reginelli
76245a724a Merge pull request #737 from mDuo13/140_builds
Boost 1.71.0 compatibility, use as sample in builds.
2019-12-04 15:31:45 -08:00
Ken Sato
c74cc3412a Typo of the Devnet server IP address
Fix a typo of the IP address of `s.devnet.rippletest.net`.
2019-12-05 06:37:33 +09:00
mDuo13
d80d387289 Boost 1.71.0 compatibility, use as sample in builds. 2019-12-03 13:14:29 -08:00
mDuo13
93da35f24e fixPayChanRecipientOwnerDir / DeletableAccounts details 2019-11-27 16:53:18 -08:00
mDuo13
100b2cc47d More 'ledger index' standardization 2019-11-27 15:21:27 -08:00
mDuo13
db5da68093 Deletable accounts info / style updates 2019-11-27 15:21:27 -08:00