Commit Graph

1816 Commits

Author SHA1 Message Date
mDuo13
16f0a73c8f Add manifest, validator_info to api links snippet 2020-03-25 17:02:24 -07:00
mDuo13
e074149094 manifest and validator_info methods 2020-03-25 16:59:31 -07:00
mDuo13
07874d62db account_channels: fix caps typo 2020-03-11 02:20:29 -07:00
mDuo13
0b557ca4e3 account_channels: updates for 1.5.0 2020-03-06 15:25:33 -08:00
mDuo13
9cdf64d555 Add rippled v1.5.0 2020-03-04 14:24:59 -08: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
5d7cf34944 Merge pull request #791 from ripple/rr-tec-links
tec codes: better interlinking
2020-03-03 14:32:34 -08:00
Rome Reginelli
52834b793a Merge pull request #788 from ripple/mayurbhandary-patch-3
Added entry in the the validators table for attestation
2020-03-03 14:29:59 -08:00
Rome Reginelli
88b6b3485a Merge pull request #785 from mDuo13/rate-limiting
Rate limiting
2020-03-03 14:29:28 -08:00
mDuo13
ad16b608ea Domain checker: restore reverted changes 2020-03-03 14:27:32 -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
mayurbhandary
4de776bf84 Changed attestation description. 2020-03-03 11:48:54 -05:00
Rome Reginelli
b375cfae48 tecDST_TAG_NEEDED: link relevant doc 2020-03-02 15:26:02 -08:00
Rome Reginelli
f2d53957d4 tec codes: better interlinking 2020-03-02 15:20:09 -08:00
mDuo13
8669ccb52a Rate limiting: see also; copyediting 2020-02-28 16:33:17 -08:00
Rome Reginelli
f76f910ed9 domain verification: validator keys warning copy-edits 2020-02-28 14:45:04 -08:00
mayurbhandary
7a266732af Added entry in the the validators table for attestation
Added an entry in the validators table for the attestation block used for domain verification.
2020-02-27 14:23:11 -05:00
mayurbhandary
77a0562ae0 Added warning about validator-keys.json file
The tool changes your validator-keys.json file. Added a warning so people know.
2020-02-27 14:02:58 -05:00
Elliot Lee
ba16082427 xrp-ledger-toml.md - fix typo 2020-02-26 22:22:02 -08: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
mDuo13
f05e24e356 Rate limiting: incomplete draft 2020-02-21 19:09:27 -08: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
Rome Reginelli
566508bfc7 Merge pull request #781 from ripple/altnet-devnet
Use the name Testnet instead of altnet
2020-02-20 18:19:57 -08:00
mDuo13
a222f56c17 [JA] fix broken links to updated anchor 2020-02-20 18:18:51 -08:00
mbhandary
4974e7767d Rolled back accidental commits from different branch 2020-02-20 16:47:37 -05: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
mbhandary
3ce03b08b9 browserified js 2020-02-19 18:22:29 -05:00
John Freeman
4bb2abd33a Use the name Devnet instead of altnet 2020-02-19 16:38:59 -06:00
mDuo13
21b890a0ac [JA] tx basics: consistent use of トランザクション 2020-02-18 16:40:24 -08:00
mDuo13
835fae48bb Disable Master Key Pair: edits per @LoisRP review 2020-02-18 13:33:51 -08:00
mbhandary
db1c8a4314 Made TOML and cfg update more explicit and changed link 2020-02-18 09:17:44 -05: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
mbhandary
74309d284a Changed formatting, added attestations, and added token warning 2020-02-10 18:20:00 -05:00
mayurbhandary
71ba5bae71 Updated The validator claims ownership of the domain section
Description of how to update the validator's manifest with a domain by generating a new validator token.
2020-02-06 18:39:18 -05:00
Lois Patterson
61277b70d9 Update cryptographic-keys.md
When reading this file, I made a few trivial fixes to familiarize myself with this workflow.
2020-02-04 18:30:05 -08:00
Rome Reginelli
48ef17fcc5 Merge pull request #775 from mDuo13/currency-formatting-reorg
Currency Formatting synthesis / reorganization
2020-02-04 16:01:37 -08:00
mDuo13
f504e0d28c Fix broken XRP formatting link 2020-02-04 15:48:17 -08:00