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

feat(protocol): PCR-2 sdk #5284

Open
wants to merge 1 commit into
base: protocol/pcr2-clean
Choose a base branch
from

Conversation

cyberphysic4l
Copy link
Contributor

No description provided.

@cyberphysic4l cyberphysic4l requested a review from a team as a code owner February 7, 2025 14:12
Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apps-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 2:12pm
rebased-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 2:12pm
wallet-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2025 2:12pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
apps-ui-kit ⬜️ Ignored (Inspect) Feb 7, 2025 2:12pm

@github-actions github-actions bot added the ts-sdk Issues related to the TS SDK label Feb 7, 2025
Copy link
Contributor

github-actions bot commented Feb 7, 2025

⚠️ 🦋 Changesets Warning: This PR has changes to public npm packages, but does not contain a changeset. You can create a changeset easily by running pnpm changeset in the root of the IOTA repo, and following the prompts. If your change does not need a changeset (e.g. a documentation-only change), you can ignore this message. This warning will be removed when a changeset is added to this pull request.

Learn more about Changesets.

Comment on lines 715 to +717
safeModeComputationRewards: string;
/** Amount of burned computation rewards accumulated during safe mode. */
safeModeComputationRewardsBurned: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
safeModeComputationRewards: string;
/** Amount of burned computation rewards accumulated during safe mode. */
safeModeComputationRewardsBurned: string;
safeModeComputationCharges: string;
/** Amount of burned computation charges accumulated during safe mode. */
safeModeComputationChargesBurned: string;

Comment on lines 812 to +815
safeModeComputationRewards: String(systemState.safeMode?.gasSummary?.computationCost),
safeModeComputationRewardsBurned: String(
systemState.safeMode?.gasSummary?.computationCostBurned,
),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
safeModeComputationRewards: String(systemState.safeMode?.gasSummary?.computationCost),
safeModeComputationRewardsBurned: String(
systemState.safeMode?.gasSummary?.computationCostBurned,
),
safeModeComputationCharges: String(systemState.safeMode?.gasSummary?.computationCost),
safeModeComputationChargesBurned: String(
systemState.safeMode?.gasSummary?.computationCostBurned,
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-protocol research ts-sdk Issues related to the TS SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants