-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure static bootstrapper's genesis block
The data section of the genesis block currently output by the static bootstrap helper consists of a single marshaled ConfigurationEnvelope. This is not right. It should instead be a single marshaled Envelope. This changeset also addresses the following issues: - The previous hash of the genesis block was erroneously set to a non-nil value. - The signature of the makeSignedConfigurationItem() has been modified so that the order of the input arguments makes sense. Change-Id: I29cd095d5510dc16dccb808dc9dc8bce931cf391 Signed-off-by: Kostas Christidis <kostas@christidis.io>
- Loading branch information
1 parent
7e7e23c
commit 82e72f4
Showing
3 changed files
with
91 additions
and
44 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