Chainspec validation (#6197)
* chainspec validation * better error formatting for chainspec * lint validate_chainspecs.sh * quit takes &str instead of S: AsRef<str> * push CI * don't double check spec validity
This commit is contained in:
committed by
Arkadiy Paronyan
parent
8de1e92b99
commit
0c7c34e609
@@ -11,7 +11,6 @@
|
||||
"networkID" : "0x2"
|
||||
},
|
||||
"genesis": {
|
||||
"gasLimitBoundDivisor": "0x0400",
|
||||
"seal": {
|
||||
"generic": "0x"
|
||||
},
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"engine": {
|
||||
"basicAuthority": {
|
||||
"params": {
|
||||
"gasLimitBoundDivisor": "0x0400",
|
||||
"durationLimit": "0x0d",
|
||||
"validators": {
|
||||
"safeContract": "0x0000000000000000000000000000000000000005"
|
||||
|
||||
Reference in New Issue
Block a user