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 iota-json-rpc* and iota-open-rpc #5277

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 review from a team as code owners February 7, 2025 14:09
Copy link

vercel bot commented Feb 7, 2025

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

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
apps-backend ⬜️ Ignored (Inspect) Feb 7, 2025 2:09pm
apps-ui-kit ⬜️ Ignored (Inspect) Feb 7, 2025 2:09pm
rebased-explorer ⬜️ Ignored (Inspect) Feb 7, 2025 2:09pm
wallet-dashboard ⬜️ Ignored (Inspect) Feb 7, 2025 2:09pm

@@ -8481,14 +8527,22 @@
"description": "Whether the system is running in a downgraded safe mode due to a non-recoverable bug. This is set whenever we failed to execute advance_epoch, and ended up executing advance_epoch_safe_mode. It can be reset once we are able to successfully execute advance_epoch.",
"type": "boolean"
},
"safeModeComputationRewards": {
"safeModeComputationCharges": {
"description": "Amount of computation rewards accumulated (and not yet distributed) during safe mode.",
Copy link
Contributor

Choose a reason for hiding this comment

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

"rewards" should be charges.

"description": "Amount of computation rewards accumulated (and not yet distributed) during safe mode.",
"allOf": [
{
"$ref": "#/components/schemas/BigInt_for_uint64"
}
]
},
"safeModeComputationChargesBurned": {
"description": "Amount of burned computation rewards accumulated during safe mode.",
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
"description": "Amount of burned computation rewards accumulated during safe mode.",
"description": "Amount of burned computation charges accumulated during safe mode.",

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

Successfully merging this pull request may close these issues.

3 participants