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

Fix some issues pointed out in the Babbage audit #3350

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Conversation

WhatisRT
Copy link
Contributor

In particular, I've removed the rounding from checking the balancing of the collateral since if n is a natural number and x is a rational (or real) number, n >= x is equivalent to n >= ceil x. Without the rounding it's way more obvious that you can just multiply the equation by 100 without changing the semantics.

In particular, I've removed the rounding from checking the balancing
of the collateral since if n is a natural number and x is a
rational (or real) number, n >= x is equivalent to n >= ceil x.
Without the rounding it's way more obvious that you can just multiply
the equation by 100 without changing the semantics.
Copy link
Contributor

@JaredCorduan JaredCorduan left a comment

Choose a reason for hiding this comment

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

looks great!

@JaredCorduan
Copy link
Contributor

@WhatisRT I need to also add something to the shelley spec. So after I do that, we can release another round of specs.

@JaredCorduan JaredCorduan merged commit a116b2c into master Mar 23, 2023
@iohk-bors iohk-bors bot deleted the andre/babbage branch March 23, 2023 23:46
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