Skip to content
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

Merged
merged 5 commits into from
Oct 31, 2023
Merged

Succint Header Change #39

merged 5 commits into from
Oct 31, 2023

Conversation

kroos47
Copy link

@kroos47 kroos47 commented Oct 31, 2023

No description provided.

Copy link
Collaborator

@Leouarz Leouarz left a 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: {
Copy link
Collaborator

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 ?

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

Copy link
Author

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>",
Copy link
Member

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?

@kroos47 kroos47 merged commit 8e21cbb into master Oct 31, 2023
3 checks passed
@@ -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 };

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: {

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants