mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
ci: Add a script to generate changes to ci-config (#2431)
* Add basic lookup for amendments
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
* Updated to include latest updates to `definitions.json`.
|
||||
|
||||
## 1.8.0 (2023-08-07)
|
||||
* Added Clawback transaction type
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ describe('encode and decode using new types as a parameter', function () {
|
||||
// Normally this would be generated directly from rippled with something like `server_definitions`.
|
||||
// Added here to make it easier to see what is actually changing in the definitions.json file.
|
||||
const definitions = JSON.parse(JSON.stringify(normalDefinitionsJson))
|
||||
definitions.TYPES.NewType = 31
|
||||
definitions.TYPES.NewType = 48
|
||||
definitions.FIELDS.push([
|
||||
'TestField',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user