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

Update changes for next Sanchonet release 8.11.0 #195

Merged
merged 12 commits into from
May 23, 2024
Merged

Conversation

Sotatek-HuyLe3a
Copy link
Collaborator

@Sotatek-HuyLe3a Sotatek-HuyLe3a commented May 20, 2024

#194

  • Handle plutus v3 cost model in conway genesis
  • Update Sachonet conway genesis file and conway genesis hash in config.json
  • Update yaci-store version and change minFeeRefScriptCostPerByte data type

@Sotatek-HuyLe3a Sotatek-HuyLe3a marked this pull request as draft May 20, 2024 12:05
@Sotatek-HuyLe3a Sotatek-HuyLe3a force-pushed the issue_194 branch 2 times, most recently from 0711a8b to fa2e95e Compare May 21, 2024 00:28
@Sotatek-HuyLe3a Sotatek-HuyLe3a marked this pull request as ready for review May 21, 2024 05:28
@Sotatek-HuyLe3a Sotatek-HuyLe3a requested a review from satran004 May 21, 2024 06:52
return stakeDeregistration.getStakeCredential().getHash();
}

AuthCommitteeHotCert authCommitteeHotCert = (AuthCommitteeHotCert) certificate;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a check for cert type here ?

@@ -20,7 +20,8 @@ public class GenesisData {
List<Tx> txs;
List<TxOut> txOuts;
List<SlotLeader> slotLeaders;
CostModel costModel;
CostModel alonzoCostModel;
CostModel conwayCostModel;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to keep costModel in two separate fields or just keep one as both values are merged to get the final cost model ?

@Sotatek-HuyLe3a Sotatek-HuyLe3a merged commit c9c0de8 into main May 23, 2024
1 check passed
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.

2 participants