Commit Graph

369 Commits

Author SHA1 Message Date
Rome Reginelli
ab73e87d72 Merge pull request #750 from mDuo13/validator_peer_mgmt
Improved Peer Management Docs
2020-01-13 14:56:45 -08:00
Rome Reginelli
bbec4d6473 Clarify tecINSUFF_FEE
- Put it in the proper alphabetical order
- Explain the difference from `terINSUF_FEE_B`
2020-01-13 13:37:57 -08:00
Alex Prut
797d7ecf33 fix: add tecINSUFF_FEE to transactions-result doc 2020-01-13 12:08:36 +01:00
mDuo13
0fef997acc Peer reservations: more revs per reviews 2020-01-10 14:50:41 -08:00
Joseph Busch
c90e70a0b2 Remove warning about fixMasterKeyAsRegularKey
This warning isn't relevant anymore given that the amendment is now enabled -> https://xrpl.org/known-amendments.html#fixmasterkeyasregularkey
2020-01-08 00:32:59 -06: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
7fc1e52714 peer_reservations_* skeletons, admin method template 2020-01-06 16:18:38 -08:00
Rome Reginelli
452f578172 Add entryNotFound error
ledger_entry can return this error if the request is validly formed but the specified entry doesn't exist.
2019-12-27 15:21:32 -08:00
mDuo13
8c2da756cb Tx Ref: Deletable Accounts edge case edits
per reviews
2019-12-12 15:29:21 -08:00
mDuo13
0c07d4c0be Tx ref coverage of deletable acct edge cases 2019-12-11 17:00:56 -08:00
Rome Reginelli
fe7b708f9a Merge pull request #743 from movitto/consensus-stream-docs
Add consensus stream documentation
2019-12-11 15:29:57 -08:00
Mo Morsi
e8969a28c4 Add consensus stream documentation 2019-12-10 07:56:30 -05:00
Rome Reginelli
0376b96a0e Merge pull request #738 from mDuo13/peer_metrics
Peers: new metrics in 1.4.0
2019-12-09 17:15:35 -08:00
Rome Reginelli
e22e19f678 Merge pull request #742 from mDuo13/rm_src_brs
Remove <br> tags from [Source] links.
2019-12-04 16:40:38 -08:00
mDuo13
dc6aca3f5e Remove <br> tags from [Source] links. 2019-12-04 15:35:29 -08:00
mDuo13
ea601b0456 subscribe: fix typo in 1.4.0 version number 2019-12-04 15:31:02 -08:00
mDuo13
df8737101c subscribe: new master_key field in validations stream 2019-12-03 17:38:45 -08:00
mDuo13
5106753e41 Peers: new metrics in 1.4.0 2019-12-03 15:56:53 -08:00
Rome Reginelli
1b591b88d7 Merge pull request #733 from mDuo13/ed25519_channel_authorize
channel_authorize: new Ed25519 support
2019-12-02 15:35:01 -08:00
mDuo13
93da35f24e fixPayChanRecipientOwnerDir / DeletableAccounts details 2019-11-27 16:53:18 -08:00
mDuo13
4c06b61cd9 channel_authorize: new Ed25519 support 2019-11-27 16:22:15 -08:00
Rome Reginelli
e843498d57 Merge pull request #732 from mDuo13/deletableaccounts_ja_placeholders
DeletableAccounts result code placeholders (日本語)
2019-11-27 15:47:35 -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
mDuo13
c2100bc58f (JA) Add (EN) entries for new deletableaccounts result codes 2019-11-27 15:13:13 -08:00
mDuo13
b80c58d545 Deletable Accounts: edits per peer review 2019-11-21 13:23:53 -08:00
mDuo13
da23e3eba9 AccountDelete: realistic example auto-fillable fields 2019-11-20 16:18:41 -08:00
mDuo13
a379c8e2a2 AccountDelete error codes, more complete example 2019-11-20 16:15:17 -08:00
mDuo13
c758dc3793 AccountDelete tx ref (1st pass) 2019-11-19 17:35:11 -08:00
Rome Reginelli
ec434e33e7 commandline usage: add stand-alone mode link 2019-11-13 17:56:11 -08:00
mDuo13
2bfe9e574b Japanese translation: fix all the broken links 2019-11-05 23:09:32 -08:00
mDuo13
7b188351c0 CRLF to LF; fix some broken links 2019-11-05 23:09:32 -08:00
mDuo13
f36b715a27 Translation framework: link fixing, banner 2019-11-05 23:09:31 -08:00
mDuo13
430e4f4515 Japanese translation: add remaining files 2019-11-05 23:08:41 -08:00
mDuo13
10abd4b1cd Language support updates
- Unicode header IDs filter
- Change some links to use the new ID formula
  (It matches the GitHub-Flavored Markdown standard closely.)
- Build script changes
2019-11-05 23:08:41 -08:00
mDuo13
588c41bf34 rippled API versions - JA support, simplify syntax 2019-11-05 23:08:41 -08:00
mDuo13
f3db1cd141 account_tx: better error code docs 2019-10-29 15:12:21 -07:00
mDuo13
b9029aa838 Fix some lingering TODOs 2019-10-29 14:25:59 -07:00
Rome Reginelli
6f4bf31f98 Clean up terminology & links for sign method
Avoid confusing use of "secret key" and add some relevant links.

Also, it's no longer true (and hasn't been for a long time) that transaction signatures are different every time. That was from before rippled started using deterministic nonces ([RFC6979](https://tools.ietf.org/html/rfc6979)).

sign - Fix formatting

Fix a typo, and update a "default" value to current style guidelines.

sign - missing "a"
2019-10-22 14:06:01 -07:00
mDuo13
8ab0611462 Link fixes and other cleanup
- Clarifies that SetFee transaction hashes weren't always unique
  (Fixes #696)
- Fixes some broken links and adds a couple more useful links.
- Mention different types of transactions in tx basics page
- Fix inconsistent naming of 'list xrp...' use case
2019-10-16 14:39:10 -07:00
Rome Reginelli
faff49afbd Merge pull request #704 from mDuo13/doc2359
Key Derivation Info
2019-10-16 13:57:37 -07:00
mDuo13
32cc7522bd wallet_propose: mark RFC-1751 format deprecated, per @nbougalis 2019-10-11 12:50:42 -07:00
mDuo13
4ed720a903 Key derivation: consistent terminology 2019-10-11 12:44:49 -07:00
Rome Reginelli
ef06b82a68 Add amendmentBlocked to universal errors 2019-10-09 16:53:18 -07:00
mDuo13
dd2294e7a5 Key derivation clarifications 2019-09-09 18:37:06 -07:00
RareData
cf698dae67 Fix invalid message key 2019-08-28 15:09:06 +02: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
mDuo13
a695e6b77a Fix payment types table 2019-08-01 14:27:33 -07:00
mDuo13
acd096e607 Fix residual ripple.com/build/ links 2019-07-26 11:04:02 -07:00