ci: Add a script to generate changes to ci-config (#2431)

* Add basic lookup for amendments
This commit is contained in:
Jackson Mills
2023-08-18 15:24:48 -07:00
committed by GitHub
parent 5581474627
commit 49447a9beb
5 changed files with 94 additions and 8 deletions

View File

@@ -2,6 +2,9 @@
## Unreleased
### Added
* Updated to include latest updates to `definitions.json`.
## 1.8.0 (2023-08-07)
* Added Clawback transaction type

View File

@@ -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',
{