-
Notifications
You must be signed in to change notification settings - Fork 190
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
Succint Header Change #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems ok, i will check if it works correctly when other parts are merged
commitment: 'KateCommitment', | ||
appLookup: 'DataLookup' | ||
appLookup: 'DataLookup', | ||
commitment: 'KateCommitment' | ||
}, | ||
VTHeaderExtension: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be changed too ? Just for the sake of completion ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both Kate Commitment and Header Extension needed change? @kroos47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its being done in another place where types are overriden
@@ -49674,12 +49674,12 @@ export const typesBundle = { | |||
"KateCommitment": { | |||
"rows": "Compact<u16>", | |||
"cols": "Compact<u16>", | |||
"commitment": "Vec<u8>", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this missing, I don't see that order was changed?
@@ -28,7 +28,7 @@ const DEFAULT_PARAMS: InflationParams = { | |||
}; | |||
|
|||
const CERE_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, maxInflation: 0.05, minInflation: 0.0001, stakeTarget: 0.2 }; | |||
const AVAIL_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, minInflation: 0.01, maxInflation: 0.05 } | |||
const AVAIL_NETWORK_INFLATION_PARAMS = { ...DEFAULT_PARAMS, maxInflation: 0.05, minInflation: 0.01 }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couscous maybe?
commitment: 'KateCommitment', | ||
appLookup: 'DataLookup' | ||
appLookup: 'DataLookup', | ||
commitment: 'KateCommitment' | ||
}, | ||
VTHeaderExtension: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both Kate Commitment and Header Extension needed change? @kroos47
No description provided.