mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-12 00:35:47 +00:00
Compare commits
4 Commits
@transia/r
...
xrpl-codec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
742b9d0971 | ||
|
|
264a95b028 | ||
|
|
1b02d95ad2 | ||
|
|
234a2156d3 |
@@ -83,6 +83,9 @@ npm run docgen
|
|||||||
|
|
||||||
This updates `docs/` at the top level, where GitHub Pages looks for the docs.
|
This updates `docs/` at the top level, where GitHub Pages looks for the docs.
|
||||||
|
|
||||||
|
## Update `definitions.json`
|
||||||
|
Use [this repo](https://github.com/RichardAH/xrpl-codec-gen) to generate a new `definitions.json` file from the rippled source code. Instructions are available in that README.
|
||||||
|
|
||||||
## Adding and removing packages
|
## Adding and removing packages
|
||||||
|
|
||||||
`xrpl.js` uses `lerna` and `npm`'s workspaces features to manage a monorepo.
|
`xrpl.js` uses `lerna` and `npm`'s workspaces features to manage a monorepo.
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -483,13 +483,6 @@
|
|||||||
"type": 5,
|
"type": 5,
|
||||||
"expected_hex": "5013"
|
"expected_hex": "5013"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type_name": "Hash256",
|
|
||||||
"name": "TicketID",
|
|
||||||
"nth_of_type": 20,
|
|
||||||
"type": 5,
|
|
||||||
"expected_hex": "5014"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type_name": "Hash256",
|
"type_name": "Hash256",
|
||||||
"name": "Digest",
|
"name": "Digest",
|
||||||
@@ -721,13 +714,6 @@
|
|||||||
"type": 8,
|
"type": 8,
|
||||||
"expected_hex": "84"
|
"expected_hex": "84"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type_name": "AccountID",
|
|
||||||
"name": "Target",
|
|
||||||
"nth_of_type": 7,
|
|
||||||
"type": 8,
|
|
||||||
"expected_hex": "87"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type_name": "AccountID",
|
"type_name": "AccountID",
|
||||||
"name": "RegularKey",
|
"name": "RegularKey",
|
||||||
|
|||||||
Reference in New Issue
Block a user