mirror of
https://github.com/Xahau/xahau-web.git
synced 2025-11-28 23:15:55 +00:00
Merge pull request #16 from Xahau/pr-github-boards
Removed notes about missing content and moved it to GitHub projects
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
---
|
||||
title: Help Us
|
||||
---
|
||||
This page exists for us to track changes requested by users who don't necessarily want to create a PR to update the documentation but have suggestions.
|
||||
|
||||
## Not Documented
|
||||
The Xahau documentation is open source and open for contributions [on GitHub](https://github.com/Xahau/xahau-web).
|
||||
|
||||
* accounts on xahau start at a sequence that matches the timestamp of the previous ledger
|
||||
* Pseudo tx docs missing: UNLReport, EmitFailure, Etc
|
||||
* URIToken Size Limit
|
||||
* AccountDelete is still listed as a transaction but is disabled on Xahau
|
||||
A lot of gaps and uncovered details are expected in the documentation, so we invite **everyone** to collaborate on bringing it up to standard.
|
||||
|
||||
## Suggestions
|
||||
Do you see anything that is missing, please [create an issue](https://github.com/Xahau/xahau-web/issues) on the repository or just go ahead and create a pull request to the main branch, with suggested changes or updated documentation.
|
||||
|
||||
* Move/Copy HookExecutions, HookEmissions to metadata
|
||||
* Add second security audit on hooks to `Compliance`
|
||||
If you would like to contribute, but don't know what to do, you can always refer to the [GitHub Project board](https://github.com/orgs/Xahau/projects/2/views/1) where issues are organized. If you are unfamiliar with GitHub, the [https://discord.com/invite/UzU58haAn4](Community Discord) is a great place to get help and get involved.
|
||||
@@ -4,14 +4,6 @@ description: A list of notable differences between the XRP Ledger and Xahau.
|
||||
---
|
||||
import { Aside, LinkCard } from '@astrojs/starlight/components';
|
||||
|
||||
|
||||
<Aside type="caution" title="Not documented">
|
||||
* accounts on xahau start at a sequence that matches the timestamp of the previous ledger
|
||||
* Pseudo tx docs missing: UNLReport, EmitFailure, Etc
|
||||
* URIToken Size Limit
|
||||
* AccountDelete is still listed as a transaction but is disabled on Xahau
|
||||
</Aside>
|
||||
|
||||
#### IOU Token Escrow & PayChannels
|
||||
|
||||
Xahau introduces IOU Token Escrow and PayChannels as unique features, enhancing transaction flexibility and security. They facilitate the temporary holding of IOU tokens under predefined conditions (escrow) and the establishment of payment channels for efficient, off-ledger transactions.
|
||||
|
||||
Reference in New Issue
Block a user