Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 276
Separate signed header and data to different blobs#858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
c69e412fca31f11ba0ca0c8d0caac9ea87582b08724d1a233cf68e39d7e7f5ba2a6fc81d72554814652e716966ed08e4d6d1e1fd1d99852c6ed20a247ce34bFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -21,9 +21,10 @@ var DefaultNodeConfig = NodeConfig{ | ||
| Aggregator: false, | ||
| LazyAggregator: false, | ||
| BlockManagerConfig: BlockManagerConfig{ | ||
| BlockTime: 30 * time.Second, | ||
| NamespaceID: types.NamespaceID{}, | ||
| FraudProofs: false, | ||
| BlockTime: 30 * time.Second, | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we run a mock, do we want to speed up the block time to reduce test times? How does this affect the test speeds in general? | ||
| HeaderNamespaceID: types.NamespaceID{}, | ||
| DataNamespaceID: types.NamespaceID{}, | ||
| FraudProofs: false, | ||
| }, | ||
| DALayer: "mock", | ||
| DAConfig: "", | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.