Commit Graph

5 Commits

Author SHA1 Message Date
Frederik Bolding
313b649b2c
Disallow leading zeroes in file names (#1680)
* Disallow leading zeroes in file names

* Remove Factory 127 testnet in favor of Lycan chain
2022-10-01 14:10:05 +02:00
Ashutosh Kumar
16bc050927
Validate Shortname (#1510)
* Validate Shortname with Max Length of 64

* Removed Spaces from `shortName`
2022-08-30 18:48:47 +02:00
Ashutosh Kumar
ee1a283e77 Added redFlags in schema definition and in eip155-8080 2022-08-28 20:27:09 +02:00
Ashutosh Kumar
bf8ce68096
Check and validate JSON schema (#1509)
* Validate json

* wip: gh workflow test

* wip: added workflow for JSON validation

* Schema Improved.

* Improved Workflow and Schema check for JSON files

* Fixed JSON Schema

* Fixed typo

* Removed auto generated file

* updated required fields in chainSchema

* updated chain schema

* removed `network` from README.md example

* improved schemaCheck script

* Matching ChainID with file name schema.
2022-08-28 12:25:46 +02:00
Ashutosh Kumar
138535c86c
Removed network and added the script from which this was done (#1508) 2022-08-28 10:19:33 +02:00