forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SECP256R1 support to CLI sub command generate-blockchain-config (…
…hyperledger#2183) Signed-off-by: Daniel Lehrner <daniel@io.builders>
- Loading branch information
1 parent
f79bb9b
commit 29d5dfc
Showing
13 changed files
with
364 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
besu/src/test/resources/operator/config_generate_keys_ec_invalid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"genesis": { | ||
"config": { | ||
"chainId": 2017, | ||
"eip150Block": 0, | ||
"ecCurve": "abcd", | ||
"ibft2": { | ||
|
||
} | ||
}, | ||
"nonce": "0x0", | ||
"timestamp": "0x5b3c3d18", | ||
"number": "0x0", | ||
"gasUsed": "0x0", | ||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"gasLimit": "0x47b760", | ||
"difficulty": "0x1", | ||
"mixHash": "0x63746963616c2062797a616e74696e65206661756c7420746f6c6572616e6365", | ||
"coinbase": "0x0000000000000000000000000000000000000000", | ||
"ibft2": { | ||
"blockperiodseconds": 2, | ||
"epochlength": 30000, | ||
"requesttimeoutseconds": 10 | ||
}, | ||
"alloc": { | ||
"24defc2d149861d3d245749b81fe0e6b28e04f31": { | ||
"balance": "0x446c3b15f9926687d2c40534fdb564000000000000" | ||
}, | ||
"2a813d7db3de19b07f92268b6d4125ed295cbe00": { | ||
"balance": "0x446c3b15f9926687d2c40534fdb542000000000000" | ||
} | ||
} | ||
}, | ||
"blockchain": { | ||
"nodes": { | ||
"generate": true, | ||
"count": 4 | ||
} | ||
} | ||
} |
Oops, something went wrong.