-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting Clawback documentation to xrpl.org #2111
Conversation
…ed 1.12.0 release
Link check report. 525132 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a couple of quick edits. Trust lines is two words (I think that was a residual error I had made). There was a redundant from.
Link check report. 525132 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
1 similar comment
Link check report. 525132 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to modify the AccountSet transaction reference to add the relevant changes:
asfAllowClawback
(value16
) in the "AccountSet Flags" section- New error cases, for situations where you tried to enable Allow Clawback but couldn't for various reasons like already having No Freeze enabled
Also need to modify the AccountRoot ledger entry reference:
- Add
lsfClawback
(value0x80000000
/2147483648
) to the table of AccountRoot flags.
Add the missing snippet re: clawback, which may also need to be updated to reflect the 1.12.0 release.
Various other stuff noted in the comments below
content/references/protocol-reference/transactions/transaction-types/clawback.md
Outdated
Show resolved
Hide resolved
content/references/protocol-reference/transactions/transaction-types/clawback.md
Outdated
Show resolved
Hide resolved
content/references/protocol-reference/transactions/transaction-types/clawback.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed one formatting issue but otherwise looks good
`lsfAllowTrustLineClawback` | `0x80000000` | 2147483648 | | ||
`asfAllowTrustLineClawback` | Enable [Clawback](clawing-back-tokens.html) for this account. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines need to be combined to make the table display properly.
`lsfAllowTrustLineClawback` | `0x80000000` | 2147483648 | | |
`asfAllowTrustLineClawback` | Enable [Clawback](clawing-back-tokens.html) for this account. | | |
| `lsfAllowTrustLineClawback` | `0x80000000` | 2147483648 | `asfAllowTrustLineClawback` | Enable [Clawback](clawing-back-tokens.html) for this account. | |
Link check report. 528587 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
content/references/protocol-reference/ledger-data/ledger-object-types/accountroot.md
Outdated
Show resolved
Hide resolved
Link check report. 538176 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
Link check report. 538177 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
Link check report. 538177 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/clawback-docs/ |
Documentation for the new Clawback transaction (XRPLF/rippled#4553)